# 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 = "vsdb_slot_db" version = "3.0.0" authors = ["hui.fan@mail.ru"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A skip-list like index cache" homepage = "https://github.com/rust-util-collections/vsdb" readme = "README.md" keywords = [ "index", "cache", "timestamp", "slot", "database", ] license = "MIT" repository = "https://github.com/rust-util-collections/vsdb" [lib] name = "vsdb_slot_db" path = "src/lib.rs" [[bench]] name = "0_slot_db_reverse_swap_order" path = "benches/0_slot_db_reverse_swap_order.rs" harness = false [[bench]] name = "1_slot_db_positive" path = "benches/1_slot_db_positive.rs" harness = false [[bench]] name = "2_slot_db_reverse" path = "benches/2_slot_db_reverse.rs" harness = false [dependencies.ruc] version = "7.5.1" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.vsdb] version = "3.0" default-features = false [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5" [features] compress = ["vsdb/compress"] default = [ "parity_backend", "compress", "msgpack_codec", ] json_codec = ["vsdb/json_codec"] msgpack_codec = ["vsdb/msgpack_codec"] parity_backend = ["vsdb/parity_backend"] rocks_backend = ["vsdb/rocks_backend"]