# 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" rust-version = "1.70" name = "redis_config" version = "0.2.2" authors = ["Daniil Trotsenko "] description = "Implementation of Redis source as Async source for config-rs crate." homepage = "https://github.com/danik-tro/redis-config" documentation = "https://docs.rs/redis_config" readme = "README.md" keywords = [ "config", "configuration", "settings", "redis", ] categories = [ "config", "redis", ] license = "MIT" repository = "https://github.com/danik-tro/redis-config" [lib] doctest = false [[example]] name = "redis_key_source" [dependencies.async-trait] version = "0.1" [dependencies.config] version = "0.14.0" [dependencies.redis] version = "0.25.2" features = ["aio"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.async-once-cell] version = "0.5.3" [dev-dependencies.fake] version = "2.8" features = ["derive"] [dev-dependencies.futures] version = "0.3" [dev-dependencies.redis] version = "0.25.2" features = [ "aio", "connection-manager", "tokio-comp", ] default-features = false [dev-dependencies.tokio] version = "1" features = [ "rt", "macros", "rt-multi-thread", ] [dev-dependencies.uuid] version = "1.0" features = [ "v4", "v7", ] [dev-dependencies.uuid7] version = "0.7.2" [features] ahash = ["redis/ahash"] async-std-comp = ["redis/async-std"] async-std-native-tls-comp = ["redis/async-std-native-tls-comp"] async-std-rustls-comp = ["redis/async-std-rustls-comp"] default = ["tokio-comp"] tokio-comp = ["redis/tokio-comp"] tokio-native-tls-comp = ["redis/tokio-native-tls-comp"] tokio-rustls-comp = ["redis/tokio-rustls-comp"] [badges.maintence] status = "experimental"