# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "async-io-helper" version = "0.1.0" authors = ["Tyr Chen "] description = "boxed async io for client/server.\n" homepage = "https://github.com/tyrchen/async-io-helper" documentation = "https://docs.rs/async-io-helper" readme = "README.md" keywords = ["tokio", "io"] categories = ["development-tools"] license = "MIT" repository = "https://github.com/tyrchen/async-io-helper" [dependencies.tokio] version = "1" features = ["net", "io-util"] [dev-dependencies.tokio] version = "1" features = ["rt-multi-thread", "net", "macros", "io-util"] [dev-dependencies.tracing] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.2"