# 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 = "serde_stream" version = "1.0.1" authors = ["DomiRusz24"] description = "Adds serde serialization and deserialization functionality to streams." readme = "README.md" keywords = [ "serde", "stream", ] categories = ["parsing"] license = "GPL-3.0-or-later" repository = "https://github.com/DomiRusz24/serde_stream" [package.metadata.docs.rs] features = ["full"] [dependencies.async-trait] version = "0.1.71" optional = true [dependencies.rmp-serde] version = "1.1.1" [dependencies.serde] version = "1.0.171" features = ["derive"] [dependencies.thiserror] version = "1.0.43" [dependencies.tokio] version = "1.29.1" features = ["io-util"] optional = true [dev-dependencies.tokio] version = "1.29.1" features = ["net"] [features] default = [] full = [ "tokio", "std", ] std = [] tokio = [ "dep:tokio", "dep:async-trait", ]