# 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-batches" version = "0.1.2" authors = ["aoyagikouhei "] description = "A library that mediates batches using Redis." documentation = "https://docs.rs/redis-batches" readme = "README.md" keywords = ["redis"] license = "MIT OR Apache-2.0" repository = "https://github.com/UniqueVision/redisb-batches-rs" [dependencies.once_cell] version = "1.15.0" [dependencies.redis] version = "0.22" features = [ "script", "aio", ] [dev-dependencies.tokio] version = "1" features = ["full"] [features] async-std-comp = ["redis/async-std-comp"] default = ["tokio-comp"] tokio-comp = ["redis/tokio-comp"]