# 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 = "redisgraphio" version = "0.2.0" description = "Client library for working with redis graph" homepage = "https://github.com/redis-rs/redis-rs" documentation = "https://docs.rs/redisgraphio" readme = "README.md" keywords = ["redis", "database", "redisgraph"] categories = ["database-implementations", "database"] license = "MIT" repository = "https://github.com/Threated/redisgraphio" resolver = "2" [[test]] name = "Tests" path = "./src/tests.rs" required-features = ["redis/tokio-comp, redis/async-std-comp"] [dependencies.indexmap] version = "^1.0" [dependencies.redis] version = "^0.21.0" optional = true [dev-dependencies.async-std] version = "1.6.0" [dev-dependencies.paste] version = "1.0" [dev-dependencies.tokio] version = "1" features = ["rt"] [features] async-std-comp = ["redis/async-std-comp"] default = ["redis"] tokio-comp = ["redis/tokio-comp"]