napi-rs/crates/backend/Cargo.toml
LongYinan 50e08b6033
Release independent packages
napi@2.0.0-alpha.1
napi-build@1.1.1
napi-derive@2.0.0-alpha.1
napi-derive-backend@1.0.2
napi-sys@1.1.2

Generated by cargo-workspaces
2021-10-31 23:37:05 +08:00

30 lines
598 B
TOML

[package]
description = "Codegen backend for napi procedural macro"
edition = "2018"
homepage = "https://napi.rs"
license = "MIT"
name = "napi-derive-backend"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
version = "1.0.2"
[features]
strict = []
type-def = ["regex", "once_cell"]
[dependencies]
convert_case = "0.4"
proc-macro2 = "1"
quote = "1"
syn = {version = "1", features = ["fold", "full", "extra-traits"]}
[dependencies.regex]
optional = true
version = "1"
[dependencies.once_cell]
optional = true
version = "1"
[package.metadata.workspaces]
independent = true