# 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" rust-version = "1.65" name = "actix-codec" version = "0.5.2" authors = [ "Nikolay Kim ", "Rob Ede ", ] description = "Codec utilities for working with framed protocols" keywords = [ "network", "framework", "async", "futures", ] categories = [ "network-programming", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/actix/actix-net" [package.metadata.cargo_check_external_types] allowed_external_types = [ "bytes::*", "futures_core::*", "futures_sink::*", "tokio::*", "tokio_util::*", ] [[bench]] name = "lines" harness = false [dependencies.bitflags] version = "2" [dependencies.bytes] version = "1" [dependencies.futures-core] version = "0.3.7" default-features = false [dependencies.futures-sink] version = "0.3.7" default-features = false [dependencies.memchr] version = "2.3" [dependencies.pin-project-lite] version = "0.2" [dependencies.tokio] version = "1.23.1" [dependencies.tokio-util] version = "0.7" features = [ "codec", "io", ] [dependencies.tracing] version = "0.1.30" features = ["log"] default-features = false