# 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 = "requiem-codec" version = "0.2.0" authors = ["Nikolay Kim "] description = "Utilities for encoding and decoding frames" homepage = "https://actix.rs" documentation = "https://docs.rs/actix-codec/" keywords = ["network", "framework", "async", "futures"] categories = ["network-programming", "asynchronous"] license = "MIT/Apache-2.0" repository = "https://github.com/actix/actix-net.git" [lib] name = "requiem_codec" path = "src/lib.rs" [dependencies.bitflags] version = "1.2.1" [dependencies.bytes] version = "0.5.2" [dependencies.futures-core] version = "0.3.1" [dependencies.futures-sink] version = "0.3.1" [dependencies.log] version = "0.4" [dependencies.tokio] version = "0.2.4" default-features = false [dependencies.tokio-util] version = "0.2.0" features = ["codec"] default-features = false