# 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 = "uki" version = "0.3.1" authors = ["Saber Haj Rabiee"] description = """ Uki is a fast, simple and cross-platform UDP and TCP packet forwarder and encryptor. """ readme = "README.md" keywords = [ "encryption", "udp", "tcp", "udp-over-tcp", "tunnel", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/sabify/uki" [profile.release] lto = true codegen-units = 1 panic = "unwind" incremental = false strip = true [dependencies.cfg-if] version = "1.0" [dependencies.clap] version = "4.3.10" features = [ "default", "derive", "cargo", ] [dependencies.daemonize] version = "0.5.0" [dependencies.futures] version = "0.3.28" [dependencies.opool] version = "0.1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" [dependencies.udpflow] version = "0.2" package = "forky-udpflow" [features] alloc-jem = ["jemallocator"] default = [] [target."cfg(not(target_env = \"msvc\"))".dependencies.jemallocator] version = "0.5" optional = true