# 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 = "bytesio" version = "0.3.4" authors = ["HarlanC "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "a network io library using tokio." readme = "README.md" license = "MIT" repository = "https://github.com/harlanc/xiu" [lib] name = "bytesio" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.70" [dependencies.byteorder] version = "1.4.2" [dependencies.bytes] version = "1.0.0" [dependencies.failure] version = "0.1.8" [dependencies.futures] version = "0.3.5" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.3" [dependencies.tokio] version = "1.4.0" features = ["full"] default-features = false [dependencies.tokio-stream] version = "0.1" [dependencies.tokio-util] version = "0.6.5" features = ["codec"]