# 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 = "kitsune_p2p_dht_arc" version = "0.3.4" authors = ["Holochain Core Dev Team "] description = "Kitsune P2p Dht Arc Utils" homepage = "https://github.com/holochain/holochain" documentation = "https://docs.rs/kitsune_p2p_dht_arc" readme = "README.md" keywords = [ "holochain", "holo", "p2p", "dht", "networking", ] categories = ["network-programming"] license = "Apache-2.0" [dependencies.arbitrary] version = "1" features = ["derive"] optional = true [dependencies.derive_more] version = "0.99" [dependencies.gcollections] version = "1.5.0" [dependencies.intervallum] version = "1.4.0" [dependencies.kitsune_p2p_timestamp] version = "^0.3.4" [dependencies.num-traits] version = "0.2" [dependencies.proptest] version = "1" optional = true [dependencies.proptest-derive] version = "0" optional = true [dependencies.rusqlite] version = "0.31" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.maplit] version = "1" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.statrs] version = "0.16.0" [dev-dependencies.tracing] version = "0.1" [features] fuzzing = [ "arbitrary", "proptest", "proptest-derive", "kitsune_p2p_timestamp/fuzzing", ] slow_tests = [] sqlite = [ "rusqlite", "rusqlite/bundled", ] sqlite-encrypted = [ "rusqlite", "rusqlite/bundled-sqlcipher-vendored-openssl", ] test_utils = ["fuzzing"] [lints.clippy] cargo = "allow" complexity = "deny" correctness = "deny" dbg_macro = "deny" nursery = "allow" pedantic = "allow" perf = "deny" restriction = "allow" style = "deny"