# 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 = "drmem-db-redis" version = "0.3.0" authors = ["Rich Neswold "] description = "Redis backend for DrMem control system" homepage = "https://github.com/DrMemCS/drmem" readme = "README.md" keywords = [ "control-system", "automation", "database", ] categories = [ "embedded", "database", ] license = "MIT" repository = "https://github.com/DrMemCS/drmem" resolver = "1" [lib] doctest = false [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" [dependencies.drmem-api] version = "0.3" [dependencies.futures] version = "0.3" features = ["std"] [dependencies.redis] version = "0.22" features = ["tokio-comp"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.tokio] version = "1" features = [ "macros", "time", "sync", ] [dependencies.tokio-stream] version = "0.1" features = ["sync"] [dependencies.toml] version = "0.7" [dependencies.tracing] version = "0.1" features = ["std"] [dependencies.tracing-futures] version = "0.2" [dependencies.tracing-subscriber] version = "0.2" [badges.maintenance] status = "actively-developed"