# 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 = "send-it" version = "0.2.2" authors = ["Eric "] description = "A tool for sending large amounts of data over a stream or network." documentation = "https://docs.rs/send-it" readme = "README.md" keywords = [ "send", "data", "variable-length", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/Sk3pz/send-it" [dependencies.tokio] version = "1.35.1" features = ["io-util"] optional = true [features] big-endian = [] default = [ "writing", "reading", ] reading = [] writing = []