# 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 = "tokio-io-rewind" version = "0.1.3" description = "A simple library to rewind tokio::io::AsyncRead and tokio::io::AsyncWrite streams" readme = "README.md" keywords = [ "tokio", "io", "rewind", "stream", ] license = "MIT" repository = "https://github.com/automesh-network/tokio-io-rewind" [dependencies.bytes] version = "1.6.0" [dependencies.tokio] version = "1.36.0" [dev-dependencies.tokio] version = "1.36.0" features = ["full"] [lints.clippy] all = "deny" pedantic = "deny"