# 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 = "icmptunnel-rs" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Tunnel ip packets through icmp pings" readme = "README.md" license = "MIT" [lib] name = "icmptunnel_rs" path = "src/lib.rs" [[bin]] name = "icmptunnel-rs" path = "src/main.rs" [dependencies.chacha20poly1305] version = "0.10.1" [dependencies.clap] version = "4.3.21" features = ["derive"] [dependencies.ctrlc] version = "3.4.0" [dependencies.pnet] version = "0.35.0" [dependencies.pnet_sys] version = "0.35.0" [dependencies.rand] version = "0.8.5" [dependencies.rand_core] version = "0.6.4" [dependencies.sha3] version = "0.10.8" [dependencies.tun-tap] version = "0.1.4" [dependencies.x25519-dalek] version = "2.0.0" features = ["reusable_secrets"]