# 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 = "tproxy-config" version = "6.1.0" authors = ["@ssrlive"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Transparent proxy configuration" readme = "readme.md" keywords = [ "tun", "network", "tunnel", "transparent", "proxy", ] license = "MIT" repository = "https://github.com/ssrlive/tproxy-config" [lib] name = "tproxy_config" path = "src/lib.rs" [dependencies.cidr] version = "0.3" features = ["serde"] [dependencies.libloading] version = "0.8" [dependencies.log] version = "0.4" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [features] default = [] unsafe-state-file = [] [target.'cfg(target_os = "linux")'.dependencies.nix] version = "0.29" features = [ "fs", "mount", "process", ] [target.'cfg(target_os = "linux")'.dependencies.tempfile] version = "3" [target.'cfg(target_os = "macos")'.dependencies.resolv-conf] version = "0.7" [target.'cfg(target_os = "macos")'.dependencies.system-configuration] version = "0.6" [target.'cfg(target_os = "windows")'.dependencies.windows-sys] version = "0.59" features = [ "Win32_System_Diagnostics_Debug", "Win32_System_SystemServices", "Win32_Security_Cryptography", "Win32_NetworkManagement_IpHelper", "Win32_NetworkManagement_Ndis", "Win32_Networking_WinSock", "Win32_System_Threading", "Win32_System_Com", "Win32_System_Rpc", "Win32_Security", "Win32_Foundation", "Win32_System_Ioctl", "Win32_System_IO", "Win32_System_LibraryLoader", "Win32_Security_WinTrust", ]