# 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 = "prollytree" version = "0.1.0-beta.1" authors = ["Feng Zhang "] description = "A prolly (probabilistic) tree for efficient storage, retrieval, and modification of ordered data." documentation = "https://docs.rs/prollytree" readme = "README.md" keywords = [ "prolly", "tree", "probabilistic", "hash", ] categories = [ "data-structures", "cryptography", ] license = "Apache-2.0" repository = "https://github.com/zhangfengcdt/prollytree.git" [dependencies.arrow] version = "52.1.0" [dependencies.base64] version = "0.22.0" optional = true [dependencies.bincode] version = "1.3.3" [dependencies.hex] version = "0.4.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8.5" [dependencies.schemars] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1.0.61" [dependencies.tracing] version = "0.1.37" optional = true [dependencies.twox-hash] version = "1.6" [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", "prolly_balance_max_nodes", ] digest_base64 = ["dep:base64"] prolly_balance_max_nodes = [] prolly_balance_rolling_hash = [] tracing = ["dep:tracing"]