# 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 = "matterdb" version = "1.2.0" authors = ["Igor Aleksanov ", "The Exonum Team "] description = "Persistent storage implementation based on RocksDB." documentation = "https://docs.rs/matterdb" readme = "../README.md" keywords = ["database"] categories = ["database", "data-structures"] license = "Apache-2.0" repository = "https://github.com/popzxc/matterdb" [[bench]] name = "criterion" path = "benches/lib.rs" harness = false [dependencies.anyhow] version = "1.0" [dependencies.byteorder] version = "1.3" [dependencies.chrono] version = "0.4.6" [dependencies.crossbeam] version = "0.8.0" [dependencies.rocksdb] version = "0.15" default-features = false [dependencies.rust_decimal] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.smallvec] version = "1.6" [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "0.8" features = ["v4"] [dev-dependencies.assert_matches] version = "1.3" [dev-dependencies.bincode] version = "1.3" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.matterdb-derive] version = "1.0.0" [dev-dependencies.modifier] version = "0.1" [dev-dependencies.pretty_assertions] version = "0.7" [dev-dependencies.proptest] version = "1.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_xorshift] version = "0.3.0" [dev-dependencies.tempfile] version = "3.2" [dev-dependencies.url] version = "2.0" [features] default = ["rocksdb_snappy"] long_benchmarks = [] rocksdb_bzip2 = ["rocksdb/bzip2"] rocksdb_lz4 = ["rocksdb/lz4"] rocksdb_snappy = ["rocksdb/snappy"] rocksdb_zlib = ["rocksdb/zlib"] rocksdb_zstd = ["rocksdb/zstd"] with-serde = []