# 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-converse" version = "3.0.0" description = "Can conduct a conversation over any AsyncRead or AsyncWrite type with serde compatible types" documentation = "https://docs.rs/async-io-converse/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Xaeroxe/async-io-converse" [dependencies.async-io-typed] version = "3.0" [dependencies.bincode] version = "1.3" [dependencies.futures-core] version = "0.3" [dependencies.futures-io] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1.0" features = [ "time", "sync", "rt", ] [dev-dependencies.futures-util] version = "0.3" features = ["io"] [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio] version = "1.0" features = [ "rt-multi-thread", "macros", ] [dev-dependencies.tokio-util] version = "0.7"