# 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 = "transmog-async" version = "0.1.1" description = "Async stream support for Transmog" readme = "./README.md" keywords = [ "serialization", "async", "stream", ] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/khonsulabs/transmog" resolver = "1" [dependencies.bytes] version = "1.1.0" [dependencies.futures-core] version = "0.3.19" [dependencies.futures-sink] version = "0.3.19" [dependencies.ordered-varint] version = "2.0.0" [dependencies.tokio] version = "1.16.1" features = ["net"] [dependencies.transmog] version = "0.1.0" [dev-dependencies.anyhow] version = "1.0.53" [dev-dependencies.futures] version = "0.3.19" [dev-dependencies.thiserror] version = "1.0.30" [dev-dependencies.tokio] version = "1.16.1" features = ["full"] [dev-dependencies.transmog-bincode] version = "0.1.0" [dev-dependencies.transmog-pot] version = "0.2.0"