# 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 = "holo_hash" version = "0.5.0-dev.2" authors = ["Holochain Core Dev Team "] description = "hashing helpers supporting dht sharding" homepage = "https://github.com/holochain/holochain" documentation = "https://docs.rs/holo_hash" readme = "README.md" keywords = [ "holochain", "holo", "hash", "blake", "blake2b", ] categories = ["cryptography"] license = "Apache-2.0" [package.metadata.cargo-udeps.ignore] normal = ["tracing"] [dependencies.arbitrary] version = "1.0" optional = true [dependencies.base64] version = "0.22" optional = true [dependencies.blake2b_simd] version = "1.0" optional = true [dependencies.derive_more] version = "0.99" optional = true [dependencies.fixt] version = "^0.5.0-dev.0" optional = true [dependencies.futures] version = "0.3" optional = true [dependencies.holochain_serialized_bytes] version = "=0.0.55" optional = true [dependencies.holochain_util] version = "^0.5.0-dev.0" default-features = false [dependencies.holochain_wasmer_common] version = "=0.0.96" optional = true [dependencies.kitsune_p2p_dht_arc] version = "^0.5.0-dev.1" [dependencies.must_future] version = "0.1" optional = true [dependencies.proptest] version = "1" optional = true [dependencies.proptest-derive] version = "0" optional = true [dependencies.rand] version = "0.8.5" optional = true [dependencies.rusqlite] version = "0.32.1" optional = true [dependencies.serde] version = "1" optional = true [dependencies.serde_bytes] version = "0.11" optional = true [dependencies.thiserror] version = "1.0.22" [dependencies.tracing] version = "0.1" optional = true [dev-dependencies.serde_json] version = "1.0.51" features = ["preserve_order"] [features] default = [ "serialization", "holochain-wasmer", ] encoding = [ "base64", "blake2b_simd", "derive_more", ] fixturators = [ "fixt", "rand", "hashing", "encoding", ] full = [ "fixturators", "hashing", "encoding", "sqlite", ] fuzzing = [ "arbitrary", "proptest", "proptest-derive", "holochain_serialized_bytes?/fuzzing", ] hashing = [ "futures", "must_future", "blake2b_simd", "serialization", ] holochain-wasmer = ["holochain_wasmer_common"] serialization = [ "holochain_serialized_bytes", "serde", "serde_bytes", ] sqlite = [ "rusqlite", "rusqlite/bundled", "kitsune_p2p_dht_arc/sqlite", ] sqlite-encrypted = [ "rusqlite", "rusqlite/bundled-sqlcipher-vendored-openssl", "kitsune_p2p_dht_arc/sqlite-encrypted", ] test_utils = ["fixturators"] [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