# 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 = "destream" version = "0.8.0" authors = ["code@tinychain.net"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for async stream (de)serialization" readme = "README.md" keywords = [ "stream", "streaming", "serialize", "deserialize", ] categories = [ "asynchronous", "encoding", "parsing", "rust-patterns", ] license = "Apache-2.0" repository = "https://github.com/haydnv/destream" [lib] name = "destream" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.22" [dependencies.bytes] version = "1.5" [dependencies.futures] version = "0.3" [dependencies.smallvec] version = "1.13" optional = true [dependencies.uuid] version = "1.10"