# 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_integrity_types" version = "0.5.0-dev.2" authors = ["Holochain Core Dev Team "] description = "Holochain integrity types" homepage = "https://github.com/holochain/holochain" documentation = "https://docs.rs/holochain_integrity_types" readme = "README.md" license = "Apache-2.0" [dependencies.arbitrary] version = "1.0" features = ["derive"] optional = true [dependencies.derive_builder] version = "0.20" optional = true [dependencies.holo_hash] version = "^0.5.0-dev.2" features = ["encoding"] [dependencies.holochain_secure_primitive] version = "^0.5.0-dev.0" [dependencies.holochain_serialized_bytes] version = "=0.0.55" [dependencies.holochain_util] version = "^0.5.0-dev.0" default-features = false [dependencies.kitsune_p2p_timestamp] version = "^0.5.0-dev.0" default-features = false [dependencies.proptest] version = "1" optional = true [dependencies.proptest-derive] version = "0" optional = true [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_bytes] version = "0.11" [dependencies.subtle] version = "2" [dependencies.subtle-encoding] version = "0.5" optional = true [dependencies.tracing] version = "0.1" optional = true [dev-dependencies.serde_json] version = "1.0" [features] default = [] full = [ "default", "hashing", "subtle-encoding", "kitsune_p2p_timestamp/full", ] full-dna-def = ["derive_builder"] fuzzing = [ "arbitrary", "proptest", "proptest-derive", "kitsune_p2p_timestamp/fuzzing", "holochain_serialized_bytes/fuzzing", "holo_hash/fuzzing", ] hashing = ["holo_hash/hashing"] test_utils = [ "full", "kitsune_p2p_timestamp/now", "holo_hash/hashing", "holo_hash/test_utils", ] [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