# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "exonum-merkledb" version = "1.0.0" authors = ["The Exonum Team "] links = "exonum_protobuf_merkledb" description = "Persistent storage implementation based on RocksDB which provides APIs to work with Merkelized data structures." homepage = "https://exonum.com/" documentation = "https://docs.rs/exonum-merkledb" readme = "README.md" keywords = ["exonum", "cryptography", "database", "merkelize", "patricia"] categories = ["cryptography", "database", "data-structures"] license = "Apache-2.0" repository = "https://github.com/exonum/exonum" [[bench]] name = "criterion" path = "benches/lib.rs" harness = false [dependencies.anyhow] version = "1.0.26" [dependencies.byteorder] version = "1.3" [dependencies.chrono] version = "0.4.6" [dependencies.crossbeam] version = "0.7.3" [dependencies.ctor] version = "0.1.13" [dependencies.enum-primitive-derive] version = "0.1" [dependencies.exonum-crypto] version = "1.0.0" features = ["with-serde"] [dependencies.exonum-proto] version = "1.0.0" optional = true [dependencies.leb128] version = "0.2" [dependencies.num-traits] version = "0.2" [dependencies.protobuf] version = "2.8.1" features = ["with-serde"] optional = true [dependencies.rocksdb] version = "0.13" default-features = false [dependencies.rust_decimal] version = "1.0" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.smallvec] version = "1.0" [dependencies.tempfile] version = "3.0" [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "0.8" features = ["v4"] [dev-dependencies.assert_matches] version = "1.3.0" [dev-dependencies.bincode] version = "1.1" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.exonum-derive] version = "1.0.0" [dev-dependencies.hex] version = "0.4.0" [dev-dependencies.modifier] version = "0.1" [dev-dependencies.pretty_assertions] version = "0.6" [dev-dependencies.proptest] version = "0.9" [dev-dependencies.rand] version = "0.7" [dev-dependencies.rand_xorshift] version = "0.2.0" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.url] version = "2.0.0" [build-dependencies.exonum-build] version = "1.0.0" [features] default = ["rocksdb_snappy", "with-protobuf"] long_benchmarks = [] rocksdb_bzip2 = ["rocksdb/bzip2"] rocksdb_lz4 = ["rocksdb/lz4"] rocksdb_snappy = ["rocksdb/snappy"] rocksdb_zlib = ["rocksdb/zlib"] rocksdb_zstd = ["rocksdb/zstd"] with-protobuf = ["with-serde", "protobuf", "exonum-proto"] with-serde = [] yolo = []