# 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 = "tokio-io-compat" version = "0.1.1" authors = ["LightQuantum "] exclude = [".github/*", ".gitignore", ".mergify.yml", "rust-toolchain.toml"] description = "Compatibility wrapper around std io traits that implements tokio io traits." readme = "README.md" keywords = ["tokio", "io", "compat", "async"] license = "MIT" repository = "https://github.com/PhotonQuantum/tokio-io-compat" [dependencies.tokio] version = "1.13" features = ["rt", "time"] [dev-dependencies.tokio] version = "1.13" features = ["test-util", "io-util", "macros"]