# 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 = "kramer" version = "3.0.0" authors = ["Danny Hadley "] description = "Enumerated types implementing std::fmt::Display for sending RESP messages to redis." homepage = "https://github.com/sizethree/kramer" readme = "README.md" keywords = ["redis"] license = "MIT" repository = "https://github.com/sizethree/kramer.git" [dependencies.async-std] version = "^1.0" optional = true [features] acl = [] kramer-async = ["async-std"] kramer-async-read = ["kramer-async"]