# 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 = "storage_hal" version = "0.1.8" authors = ["JLer "] description = "A storage hybrid access layer" readme = "README.md" keywords = [ "storage", "cache", ] categories = ["filesystem"] license = "Apache-2.0" repository = "https://github.com/JLerxky/storage_hal" [dependencies.bincode] version = "1.3" [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.storage_hal_derive] version = "0.1" [dependencies.tracing] version = "0.1" [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"