napi-rs/crates/backend/Cargo.toml
LongYinan f14799f0b7
Release independent packages
napi-derive@2.9.5
2023-01-14 18:30:59 +08:00

32 lines
638 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.57"
version = "1.0.41"
[package.metadata.workspaces]
independent = true
[features]
noop = []
strict = []
type-def = ["regex", "once_cell"]
[dependencies]
convert_case = "0.6"
proc-macro2 = "1"
quote = "1"
syn = { version = "1.0.61", features = ["fold", "full", "extra-traits"] }
[dependencies.regex]
optional = true
version = "1"
[dependencies.once_cell]
optional = true
version = "1"