# 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" name = "cord-message" version = "0.3.0" authors = ["Cord Contributors"] include = ["src/**/*"] description = "This is an internal crate for the Cord Project that provides message transmission and\ncomparison functionality.\n" homepage = "https://cord-proj.org" readme = "README.md" keywords = ["cord", "stream"] categories = ["network-programming", "data-structures"] license = "MPL-2.0" repository = "https://github.com/cord-proj/cord-message" resolver = "2" [dependencies.bytes] version = "1.1" [dependencies.error-chain] version = "0.12" [dependencies.tokio-util] version = "0.6" features = ["codec"]