# 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 = "bantamweight" version = "0.1.21" authors = ["Niklas Vd"] description = "A lightweight TCP-based network library. Does basic peer-to-peer networking and offers a basic protocol for easy communication." keywords = ["network", "tcp", "communication"] categories = ["network-programming"] license = "GPL-3.0" [dependencies.plain-binary-stream] version = "0.1.0" [dependencies.tokio] version = "1" features = ["full"]