# 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 = "ipstack-geph" version = "0.2.7" authors = [ "Narrowlink ", "Nullchinchilla ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Asynchronous lightweight userspace implementation of TCP/IP stack for transparent proxies" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/geph-official/ipstack" [lib] name = "ipstack_geph" path = "src/lib.rs" [dependencies.ahash] version = "0.8" [dependencies.anyhow] version = "1.0.83" [dependencies.async-channel] version = "2.3.0" [dependencies.async-executor] version = "1.11.0" [dependencies.async-io] version = "2.3.2" [dependencies.bytes] version = "1.6.0" [dependencies.etherparse] version = "0.14" features = ["std"] default-features = false [dependencies.futures-lite] version = "2.3.0" [dependencies.log] version = "0.4" default-features = false [dependencies.moka] version = "0.12.8" features = ["sync"] [dependencies.parking_lot] version = "0.12.2" [dependencies.pollster] version = "0.3.0" [dependencies.rand] version = "0.8.5" features = [ "std", "std_rng", ] default-features = false [dependencies.smol-timeout] version = "0.6.0" [dependencies.smolscale] version = "0.4.11" [dependencies.thiserror] version = "1.0" default-features = false [dev-dependencies.criterion] version = "0.5"