# 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 = "2018" name = "fluvio-protocol-codec" version = "0.3.2" authors = ["Fluvio Contributors "] description = "Frame encoder and decoder for fluvio protocol" categories = ["encoding", "api-bindings"] license = "Apache-2.0" repository = "https://github.com/infinyon/fluvio-protocol" resolver = "2" [dependencies.bytes] version = "1.0.0" [dependencies.fluvio-protocol] version = "0.3.1" package = "fluvio-protocol-core" [dependencies.log] version = "0.4.8" [dependencies.tokio-util] version = "0.6.4" features = ["codec", "compat"] [dev-dependencies.fluvio-future] version = "0.3.0" features = ["fixture", "timer", "net"] [dev-dependencies.flv-util] version = "0.5.0" [dev-dependencies.futures] version = "0.3.1"