# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "typed-store" version = "0.4.0" authors = ["Francois Garillot "] publish = ["crates-io"] description = "a typed database interface" license = "Apache-2.0" repository = "https://github.com/mystenlabs/mysten-infra" resolver = "1" [dependencies.bincode] version = "1.3.3" [dependencies.collectable] version = "0.0.2" [dependencies.eyre] version = "0.6.8" [dependencies.fdlimit] version = "0.2.1" [dependencies.once_cell] version = "1.15.0" [dependencies.prometheus] version = "0.13.2" [dependencies.rocksdb] version = "0.19.0" features = [ "snappy", "lz4", "zstd", "zlib", "multi-threaded-cf", ] default-features = false [dependencies.serde] version = "1.0.140" features = ["derive"] [dependencies.tap] version = "1.0.1" [dependencies.thiserror] version = "1.0.37" [dependencies.tokio] version = "1.21.2" features = [ "full", "test-util", ] [dependencies.tracing] version = "0.1.37" [dev-dependencies.once_cell] version = "1.13.0" [dev-dependencies.proc-macro2] version = "1.0.47" [dev-dependencies.quote] version = "1.0.9" [dev-dependencies.syn] version = "1.0.102" features = ["derive"] [dev-dependencies.tempfile] version = "3.3.0"