# 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 = "2018" name = "redis_ts" version = "0.5.4" authors = ["protom "] exclude = ["docker"] description = "API for Redis time series types." homepage = "https://github.com/tompro/redis_ts" documentation = "https://docs.rs/redis_ts" readme = "README.md" keywords = [ "redis", "database", ] license = "BSD-3-Clause" repository = "https://github.com/tompro/redis_ts" [package.metadata.docs.rs] all-features = true [[test]] name = "test_async_std_commands" required-features = ["async-std-comp"] [[test]] name = "test_async_tokio_commands" required-features = ["tokio-comp"] [dependencies.redis] version = "0.25.2" optional = true [dev-dependencies.async-std] version = "1.8.0" features = ["tokio1"] [dev-dependencies.futures] version = "0.3.5" [dev-dependencies.tokio] version = "1" features = ["rt"] [features] async-std-comp = ["redis/async-std-comp"] default = ["redis"] tokio-comp = ["redis/tokio-comp"]