# 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 = "wire-framed-core" version = "0.5.0" description = "A library for encoding and decoding structures into a binary data format." homepage = "https://github.com/mscofield0/wire-framed" readme = "README.md" keywords = [ "encoding", "binary", ] categories = ["encoding"] license-file = "LICENSE" repository = "https://github.com/mscofield0/wire-framed" [dependencies.bytes] version = "1.4" [dependencies.tokio-util] version = "0.7" features = ["codec"] [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.rassert-rs] version = "3.0"