# 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 = "crab-net" version = "0.0.3" authors = ["Flavio Bizzarri "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = " + TLS packets generator" homepage = "https://github.com/newfla/crab-net" readme = "README.md" keywords = [ "cli", "udp", "tcp", "tls", "traffic", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/newfla/crab-net" [profile.dist] lto = "thin" inherits = "release" [profile.release] lto = true panic = "abort" strip = true [lib] name = "crab_net" path = "src/lib.rs" [[bin]] name = "crab-net" path = "src/main.rs" [dependencies.byte-unit] version = "5.1.4" [dependencies.clap] version = "4.5.8" [dependencies.coarsetime] version = "0.1.34" [dependencies.derive-new] version = "0.7.0" [dependencies.fastrand] version = "2.1.0" [dependencies.kanal] version = "0.1.0-pre8" [dependencies.log] version = "0.4.22" [dependencies.mimalloc] version = "0.1.43" default-features = false [dependencies.openssl] version = "0.10.64" features = ["vendored"] [dependencies.simple_logger] version = "5.0.0" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.tokio-dtls-stream-sink] version = "0.6.0" [dependencies.tokio-native-tls] version = "0.3.1"