# 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 = "embedded-redis" version = "0.7.3" authors = ["PEGASUS GmbH "] description = "A no_std Redis client" documentation = "https://docs.rs/embedded-redis" readme = "README.md" keywords = [ "redis", "network", "no_std", "database", ] categories = [ "embedded", "database", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/pegasus-aero/rt-embedded-redis" [dependencies.bytes] version = "1.2.1" default-features = false [dependencies.embedded-nal] version = "0.8.0" [dependencies.embedded-time] version = "0.12.1" [dependencies.mockall] version = "0.12.1" optional = true [dependencies.nb] version = "1.0.0" [dependencies.redis-protocol-mm] version = "4.2.0" features = [ "libm", "hashbrown", "alloc", ] default-features = false [dev-dependencies.mockall] version = "0.12.1" [dev-dependencies.std-embedded-nal] version = "0.3.0" package = "mm-std-embedded-nal" [dev-dependencies.std-embedded-time] version = "0.1.0" [features] benchmarks = [] default = [] mock = ["mockall"] strict = []