# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "automaat-processor-redis-command" version = "0.1.0" authors = ["Jean Mertz "] include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] description = "Redis Command processor for the Automaat automation utility." readme = "README.md" keywords = ["automaat", "automation"] categories = ["command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/blendle/automaat" [dependencies.automaat-core] version = "0.1" [dependencies.juniper] version = "0.12" optional = true [dependencies.redis] version = "0.10" [dependencies.serde] version = "1" features = ["derive"] [dependencies.url] version = "1" [dependencies.url_serde] version = "0.2" [dev-dependencies.juniper] version = "0.12" [dev-dependencies.version-sync] version = "0.8" [badges.travis-ci] repository = "blendle/automaat"