# 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 = "swarm_proxy" version = "0.1.0" description = "A proxy for forwarding a bunch of ports really quickly" homepage = "https://github.com/jkcoxson/swarm_proxy" documentation = "https://docs.rs/swarm_proxy" readme = "README.md" keywords = [ "proxy", "tcp", "udp", ] categories = ["network"] license = "MIT" repository = "https://github.com/jkcoxson/swarm_proxy" [dependencies.env_logger] version = "0.10.0" [dependencies.json] version = "0.12.4" [dependencies.kanal] version = "0.1.0-pre8" [dependencies.log] version = "0.4.20" [dependencies.tokio] version = "1.33.0" features = ["full"]