# 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 = "framous" version = "0.1.6" authors = ["Geoff Clements "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library sending and receiving packets to and from a Reader/Writer" homepage = "https://github.com/GeoffClements/framous" documentation = "https://docs.rs/framous" readme = "README.md" keywords = [ "networking", "protocol", "framing", "bytes", "packets", ] categories = [ "encoding", "network-programming", ] license = "MIT" repository = "https://github.com/GeoffClements/framous" [lib] name = "framous" path = "src/lib.rs" [dependencies.bytes] version = "1.8.0" [dev-dependencies.socket-server-mocker] version = "0.5.0"