# 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 = "redis-module-test-rs" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A toolkit for testing Redis modules in Rust" homepage = "https://github.com/ashtul/redis-module-test-rs" readme = "README.md" keywords = [ "redis", "test", ] license = "BSD-3-Clause" repository = "https://github.com/ashtul/redis-module-test-rs" [lib] name = "redis_module_test_rs" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.51" [dependencies.redis] version = "0.25.3" [dependencies.redis-module] version = "2.0.7"