# 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 = "mmdb_slot_db" version = "0.1.1" authors = ["hui.fan@mail.ru"] description = "A skip-list like index cache" homepage = "https://github.com/rust-util-collections/mmdb" readme = "README.md" keywords = [ "index", "cache", "timestamp", "slot", "database", ] license = "MIT" repository = "https://github.com/rust-util-collections/mmdb" [[bench]] name = "0_slot_db_reverse_swap_order" harness = false [[bench]] name = "1_slot_db_positive" harness = false [[bench]] name = "2_slot_db_reverse" harness = false [dependencies.mmdb] version = "1.1.0" default-features = false [dependencies.ruc] version = "6.0.0" [dependencies.serde] version = "1.0.136" features = ["derive"] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5" [features] compress = ["mmdb/compress"] default = [ "rocks_backend", "compress", "msgpack_codec", ] json_codec = ["mmdb/json_codec"] msgpack_codec = ["mmdb/msgpack_codec"] parity_backend = ["mmdb/parity_backend"] rocks_backend = ["mmdb/rocks_backend"]