# 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 = "merkle-search-tree" version = "0.8.0" authors = ["Dom Dwyer "] build = false exclude = [".github"] autobins = false autoexamples = false autotests = false autobenches = false description = "A data structure for efficient state-based CRDT replication and anti-entropy" documentation = "https://docs.rs/merkle-search-tree" readme = "README.md" keywords = [ "merkle", "tree", "crdt", "anti-entropy", "hash", ] categories = [ "data-structures", "cryptography", ] license = "Apache-2.0" repository = "https://github.com/domodwyer/merkle-search-tree" [package.metadata.docs.rs] all-features = true [lib] name = "merkle_search_tree" path = "src/lib.rs" bench = false [[test]] name = "sync" path = "tests/sync.rs" [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies.base64] version = "0.22.0" optional = true [dependencies.siphasher] version = "1.0.0" [dependencies.tracing] version = "0.1.37" optional = true [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.insta] version = "1.31.0" [dev-dependencies.paste] version = "1.0.14" [dev-dependencies.proptest] version = "1.2.0" [dev-dependencies.tracing] version = "0.1.37" [dev-dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [features] default = ["digest_base64"] digest_base64 = ["dep:base64"] tracing = ["dep:tracing"] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(fuzzing)"]