# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "holochain_state_types" version = "0.5.0-dev.2" authors = ["Holochain Core Dev Team "] description = "Types for the holochain_state crate" homepage = "https://github.com/holochain/holochain" documentation = "https://docs.rs/holochain_state_types" readme = "README.md" license = "Apache-2.0" [dependencies.holo_hash] version = "^0.5.0-dev.2" [dependencies.holochain_integrity_types] version = "^0.5.0-dev.2" 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