# 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 = "caspaxos-kv" version = "0.2.2" authors = ["Tyler Neely ", "Stjepan Glavina "] description = "A simple simulator hardened KV store backed by caspaxos." license = "Apache-2.0" [profile.release] debug = true [dependencies.color-backtrace] version = "0.4.2" optional = true [dependencies.crc32fast] version = "1.2.0" [dependencies.futures-channel] version = "0.3.5" [dependencies.historian] version = "4.0.3" [dependencies.log] version = "0.4.11" [dependencies.rand] version = "0.7.3" [dependencies.sled] version = "0.34.2" [dependencies.smol] version = "1.0.1" [dependencies.uuid] version = "0.8.1" features = ["v4"] [dev-dependencies.color-backtrace] version = "0.4.2" [dev-dependencies.env_logger] version = "0.7.1" [dev-dependencies.quickcheck] version = "0.9.2" [features] fault_injection = [] pretty_backtrace = ["color-backtrace"]