# 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 = "mini-redis" version = "0.4.1" authors = ["Carl Lerche "] description = "An incomplete implementation of a Rust client and server. Used as a\nlarger example of an idiomatic Tokio application.\n" documentation = "https://docs.rs/mini-redis/0.4.0/mini-redis/" readme = "README.md" license = "MIT" repository = "https://github.com/tokio-rs/mini-redis" [[bin]] name = "mini-redis-cli" path = "src/bin/cli.rs" [[bin]] name = "mini-redis-server" path = "src/bin/server.rs" [dependencies.async-stream] version = "0.3.0" [dependencies.atoi] version = "0.3.2" [dependencies.bytes] version = "1" [dependencies.structopt] version = "0.3.14" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-stream] version = "0.1" [dependencies.tracing] version = "0.1.13" [dependencies.tracing-futures] version = "0.2.3" [dependencies.tracing-subscriber] version = "0.2.2" [dev-dependencies.tokio] version = "1" features = ["test-util"]