# 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 = "countio" version = "0.2.19" authors = ["Oleh Martsokha "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Byte counting for std::io::{Read, Write, Seek} and its async variants from futures and tokio. """ homepage = "https://github.com/spire-rs/countio" documentation = "https://docs.rs/countio" readme = "README.md" keywords = [ "byte", "tokio", "futures", "parsing", ] categories = [ "parsing", "asynchronous", ] license = "MIT" repository = "https://github.com/spire-rs/countio" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "countio" path = "lib.rs" [dependencies.futures-io] version = "0.3" features = ["std"] optional = true default-features = false [dependencies.tokio] version = "1" optional = true default-features = false [dev-dependencies.futures-test] version = "0.3" features = ["std"] default-features = false [dev-dependencies.futures-util] version = "0.3" default-features = false [dev-dependencies.tokio] version = "1" features = [ "rt", "macros", "io-util", ] [features] default = ["std"] full = [ "std", "tokio", "futures", ] futures = ["dep:futures-io"] std = [] tokio = ["dep:tokio"]