# 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 = "hal_kv" version = "0.1.0" authors = ["JLer "] description = "A kv hybrid access layer" readme = "README.md" keywords = [ "kv", "cache", "ttl", "sled", "moka", ] categories = ["filesystem"] license = "Apache-2.0" repository = "https://github.com/prime-rs/hal_kv" [dependencies.bytes] version = "1.6" [dependencies.color-eyre] version = "0.6" [dependencies.moka] version = "0.12" features = ["sync"] [dependencies.parking_lot] version = "0.12" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sled] version = "1.0.0-alpha" [dependencies.tracing] version = "0.1" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tokio] version = "1.38" features = [ "time", "rt-multi-thread", ] [features] default = [] [lints.clippy] missing_const_for_fn = "warn" [lints.rust] missing_copy_implementations = "warn" missing_debug_implementations = "warn" unused_crate_dependencies = "warn" unused_extern_crates = "warn"