[package]
edition = "2021"
name = "holochain_secure_primitive"
version = "0.7.0"
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Crate for the secure primitive macros"
documentation = "https://docs.rs/holochain_secure_primitive"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/holochain/holochain"
[lib]
name = "holochain_secure_primitive"
path = "src/lib.rs"
[dependencies.paste]
version = "1.0"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.subtle]
version = "2"
[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]
level = "warn"
priority = 0
check-cfg = [
"cfg(build_wasm)",
"cfg(loom)",
]