napi-rs/crates/backend/Cargo.toml
LongYinan abf041542c
Release independent packages
- napi@3.0.0-beta.2
- napi-derive@3.0.0-beta.2
2025-05-22 20:04:41 +08:00

29 lines
572 B
TOML

[package]
description = "Codegen backend for napi procedural macro"
edition = "2021"
homepage = "https://napi.rs"
license = "MIT"
name = "napi-derive-backend"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
rust-version = "1.80"
version = "2.0.0-beta.2"
[package.metadata.workspaces]
independent = true
[features]
noop = []
strict = []
type-def = ["semver"]
[dependencies]
convert_case = "0.8"
proc-macro2 = "1"
quote = "1"
syn = { version = "2", features = ["fold", "full", "extra-traits"] }
[dependencies.semver]
optional = true
version = "1"