# 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 = "rmqtt-storage" version = "0.5.2" authors = ["rmqtt "] build = false exclude = [ "examples", ".gitignore", ".cargo/config", ] autobins = false autoexamples = false autotests = false autobenches = false description = "rmqtt-storage - Is a simple wrapper around some key-value storages" homepage = "https://github.com/rmqtt/rmqtt-storage" readme = "README.md" keywords = [ "storage", "async", ] categories = ["database"] license = "MIT OR Apache-2.0" repository = "https://github.com/rmqtt/rmqtt-storage" [lib] name = "rmqtt_storage" path = "src/lib.rs" [dependencies.ahash] version = "0.8" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.bincode] version = "1.3" [dependencies.chrono] version = "0.4" features = ["clock"] default-features = false [dependencies.convert] version = "0.1" features = ["bytesize"] package = "box-convert" [dependencies.dashmap] version = "6.1" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.redis] version = "0.27" features = [ "tokio-comp", "connection-manager", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sled] version = "0.34" [dependencies.tokio] version = "1" features = [ "sync", "rt", ] [dev-dependencies.tokio] version = "1" features = [ "sync", "time", "macros", "rt", "rt-multi-thread", ] [features] default = [] len = [] map_len = [] ttl = []