# 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 = "redust-resp" version = "0.2.5" description = "A simple RESP parser for Rust." readme = "README.md" keywords = [ "redis", "resp", ] license = "MIT" repository = "https://github.com/appellation/redust" [dependencies.bytes] version = "1.1" [dependencies.itertools] version = "0.10" [dependencies.nom] version = "7.1" [dependencies.serde] version = "1.0" [dependencies.serde_bytes] version = "0.11" [dependencies.thiserror] version = "1.0" [dependencies.tokio-util] version = "0.7" features = ["codec"] optional = true [dev-dependencies.futures] version = "0.3.25" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.tokio] version = "1.21.2" features = [ "macros", "rt", ] [dev-dependencies.tokio-stream] version = "0.1.11" [dev-dependencies.tokio-util] version = "0.7" features = ["io"] [features] codec = ["tokio-util"]