# 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-codec2" version = "0.1.0" authors = ["Tokio Contributors ", "John Schug "] description = "Utilities for encoding and decoding frames forked from tokio-util.\n" documentation = "https://docs.rs/futures-codec2" categories = ["asynchronous"] license = "MIT" repository = "https://github.com/johnschug/futures-codec" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.bytes] version = "1.0.0" [dependencies.futures-core] version = "0.3.0" [dependencies.futures-io] version = "0.3.0" [dependencies.futures-sink] version = "0.3.0" [dependencies.futures-util] version = "0.3.0" [dependencies.log] version = "0.4" [dependencies.pin-project-lite] version = "0.2.0" [dependencies.serde] version = "1.0.118" optional = true [dependencies.serde_cbor] version = "0.11.1" optional = true [dependencies.serde_json] version = "1.0.61" optional = true [dev-dependencies.async-stream] version = "0.3.0" [dev-dependencies.futures] version = "0.3.0" [dev-dependencies.futures-test] version = "0.3.5" [dev-dependencies.tokio-test] version = "0.4.0" [features] __docs_rs = [] cbor = ["serde", "serde_cbor"] default = [] json = ["serde", "serde_json"]