napi-rs/crates/backend/Cargo.toml
LongYinan e3e8a0fb39
Release independent packages
napi@2.16.0

napi-derive@2.16.0
2024-02-28 15:06:11 +08:00

33 lines
643 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.65"
version = "1.0.62"
[package.metadata.workspaces]
independent = true
[features]
noop = []
strict = []
type-def = ["regex", "semver"]
[dependencies]
convert_case = "0.6"
once_cell = "1"
proc-macro2 = "1"
quote = "1"
syn = { version = "2", features = ["fold", "full", "extra-traits"] }
[dependencies.regex]
optional = true
version = "1"
[dependencies.semver]
optional = true
version = "1"