[dependencies.darling]
version = "0.21.3"
[dependencies.heck]
version = "0.5"
[dependencies.holochain_integrity_types]
default-features = false
version = "^0.6.0-dev.21"
[dependencies.paste]
version = "1.0"
[dependencies.proc-macro-error]
version = "1.0.4"
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "2"
[dev-dependencies.trybuild]
version = "1.0"
[features]
default = []
mock = []
[lib]
name = "hdk_derive"
path = "src/lib.rs"
proc-macro = true
[lints.clippy]
complexity = "deny"
correctness = "deny"
dbg_macro = "deny"
perf = "deny"
style = "deny"
[lints.clippy.cargo]
level = "allow"
priority = -1
[lints.clippy.nursery]
level = "allow"
priority = -1
[lints.clippy.pedantic]
level = "allow"
priority = -1
[lints.clippy.restriction]
level = "allow"
priority = -1
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(build_wasm)", "cfg(loom)"]
level = "warn"
priority = 0
[package]
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["cryptography"]
description = "derive macros for the holochain hdk"
documentation = "https://docs.rs/hdk_derive"
edition = "2021"
keywords = ["holochain", "holo", "hdk"]
license = "Apache-2.0"
name = "hdk_derive"
readme = "README.md"
repository = "https://github.com/holochain/holochain"
version = "0.6.0-dev.21"
[[test]]
name = "hdk_extern"
path = "tests/hdk_extern.rs"
[[test]]
name = "macros"
path = "tests/macros.rs"