# 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-graph" version = "0.4.4" authors = ["tompro "] exclude = ["docker"] description = "API for Redis graph database types." homepage = "https://github.com/tompro/redis_graph" documentation = "https://docs.rs/redis_graph" readme = "README.md" keywords = [ "redis", "database", "graph", ] license = "BSD-3-Clause" repository = "https://github.com/tompro/redis_graph" [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.23.0" 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"]