# 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 = "merk" version = "2.0.1" authors = ["Matt Bell "] description = "Merkle key/value store" license = "MIT" [dependencies.blake2-rfc] version = "0.2.18" features = ["bench", "simd_asm"] [dependencies.byteorder] version = "1.3.2" [dependencies.colored] version = "1.8.0" [dependencies.ed] version = "0.1.3" [dependencies.failure] version = "0.1.6" [dependencies.hex] version = "0.4.2" [dependencies.jemallocator] version = "0.3.2" features = ["disable_initial_exec_tls"] [dependencies.num_cpus] version = "1.10.0" [dependencies.rand] version = "0.7.0" features = ["small_rng"] [dependencies.rocksdb] version = "0.14.0" default-features = false [dependencies.time] version = "0.1.42"