# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "futures_codec" version = "0.4.1" authors = ["Matt Hunzinger "] description = "Utilities for encoding and decoding frames using `async/await`" homepage = "https://github.com/matthunz/futures-codec" documentation = "https://docs.rs/crate/futures_codec" readme = "README.md" keywords = ["future", "futures", "async", "codec"] categories = ["asynchronous", "network-programming"] license = "MIT" repository = "https://github.com/matthunz/futures-codec" [package.metadata.docs.rs] all-features = true [dependencies.bytes] version = "0.5.4" [dependencies.futures] version = "0.3.5" [dependencies.memchr] version = "2.2.3" [dependencies.pin-project] version = "0.4.22" [dependencies.serde] version = "1.0.113" features = ["derive"] optional = true [dependencies.serde_cbor] version = "0.11.1" optional = true [dependencies.serde_json] version = "1.0.55" optional = true [features] cbor = ["serde", "serde_cbor"] default = [] json = ["serde", "serde_json"]