# 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 = "ctf_tcp_utils" version = "0.5.0" authors = ["YetiBarBar"] build = false exclude = [".gitignore"] autobins = false autoexamples = false autotests = false autobenches = false description = "TCP helpers for CTFs" documentation = "https://docs.rs/ctf_tcp_utils" readme = "README.md" keywords = [ "ctf", "tcp", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/YetiBarBar/ctf_tcp_utils" [lib] name = "ctf_tcp_utils" path = "src/lib.rs" [dependencies.log] version = "0.4.22" [dependencies.thiserror] version = "1.0.40"