[dependencies.holo_hash]
version = "^0.6.0-dev.18"
[dependencies.holochain_integrity_types]
default-features = false
version = "^0.6.0-dev.21"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[lib]
name = "holochain_state_types"
path = "src/lib.rs"
[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
description = "Types for the holochain_state crate"
documentation = "https://docs.rs/holochain_state_types"
edition = "2021"
license = "Apache-2.0"
name = "holochain_state_types"
readme = "README.md"
repository = "https://github.com/holochain/holochain"
version = "0.6.0-dev.21"