[package]
edition = "2021"
name = "holochain_state_types"
version = "0.6.3"
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Types for the holochain_state crate"
documentation = "https://docs.rs/holochain_state_types"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/holochain/holochain"
[lib]
name = "holochain_state_types"
path = "src/lib.rs"
[dependencies.holo_hash]
version = "^0.6.3"
[dependencies.holochain_integrity_types]
version = "^0.6.3"
default-features = false
[dependencies.serde]
version = "1.0"
features = ["derive"]
[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)",
]