# 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 = "async-io-typed" version = "3.0.0" description = "Adapts any AsyncRead or AsyncWrite type to send serde compatible types" documentation = "https://docs.rs/async-io-typed/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Xaeroxe/async-io-typed" [dependencies.bincode] version = "1.3.3" [dependencies.futures-core] version = "0.3" [dependencies.futures-executor] version = "0.3" [dependencies.futures-io] version = "0.3" [dependencies.futures-util] version = "0.3" features = ["sink"] [dependencies.serde] version = "1.0.148" [dependencies.siphasher] version = "0.3" [dependencies.thiserror] version = "1.0.37" [dev-dependencies.futures-util] version = "0.3" features = ["io"] [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio] version = "1.22.0" features = [ "rt-multi-thread", "sync", "macros", "time", "net", ] [dev-dependencies.tokio-util] version = "0.7" features = ["compat"]