# 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" rust-version = "1.77.0" name = "respite" version = "0.3.3" exclude = [ ".github", "ci", ] description = "An async reader for RESP streams" readme = "README.md" license = "MIT" repository = "https://github.com/braddunbar/respite" [dependencies.bytes] version = "1" [dependencies.ordered-float] version = "4.2.0" [dependencies.thiserror] version = "1.0.57" [dependencies.tokio] version = "1" features = ["io-util"] [dependencies.triomphe] version = "0.1.11" [dev-dependencies.tokio] version = "1" features = [ "io-util", "macros", "rt", "rt-multi-thread", ]