# 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 = "clepsydra" version = "0.2.0" authors = ["Graydon Hoare "] description = "small distributed database protocol" readme = "README.md" keywords = ["database", "mvcc", "distributed", "transaction"] license = "MIT OR Apache-2.0" repository = "http://github.com/graydon/clepsydra" [lib] name = "clepsydra" path = "src/lib.rs" [[bin]] name = "clepsydra-test" path = "src/main.rs" [dependencies.async-std] version = "1.8.0" features = ["unstable"] [dependencies.concorde] version = "0.7.0" [dependencies.edelcrantz] version = "0.6.1" [dependencies.futures] version = "0.3.8" [dependencies.futures-util] version = "0.3.8" [dependencies.pergola] version = "0.9.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0.22" [dependencies.tracing] version = "0.1.22" [dependencies.tracing-futures] version = "0.2.4" [dependencies.tracing-tracy] version = "0.4.0" features = ["enable"] optional = true [dev-dependencies.duplexify] version = "1.2.2" [dev-dependencies.sluice] version = "0.5.3" [dev-dependencies.tracing-subscriber] version = "0.2.15" features = ["chrono", "env-filter", "fmt"] [features] default = [] tracy = ["tracing-tracy"]