# 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 = "2018" name = "async-utf8-decoder" version = "1.0.0" authors = ["Alisue "] build = false exclude = [".github/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Convert AsyncRead to incremental UTF8 string stream" readme = "README.md" license = "MIT" repository = "https://github.com/lambdalisue/rs-async-utf8-decoder" [lib] name = "async_utf8_decoder" path = "src/lib.rs" [[bench]] name = "my_benchmark" path = "benches/my_benchmark.rs" harness = false [dependencies.futures-core] version = "0.3.21" [dependencies.futures-io] version = "0.3.21" [dependencies.pin-project-lite] version = "0.2.8" [dependencies.thiserror] version = "2.0.0" [dev-dependencies.anyhow] version = "1.0.53" [dev-dependencies.async-std] version = "1.10.0" features = ["attributes"] [dev-dependencies.criterion] version = "0.5.1" features = [ "html_reports", "async_futures", ] [dev-dependencies.futures] version = "0.3.21" [dev-dependencies.futures-await-test] version = "0.3.0" [dev-dependencies.futures-timer] version = "3.0.2"