# 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 = "trakt" version = "0.1.1" description = "Reverse proxy and load balancer for Minecraft: Bedrock Edition" readme = "README-cratesio.md" keywords = [ "minecraft", "bedrock", "proxy", ] license = "MIT" repository = "https://github.com/Unoqwy/trakt" [[bin]] name = "trakt" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.bytes] version = "1.4" [dependencies.clap] version = "4.3" features = ["derive"] [dependencies.fdlimit] version = "0.2.1" [dependencies.log] version = "0.4.20" [dependencies.ppp] version = "2.2" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.simple_logger] version = "4.2" [dependencies.tokio] version = "1.32" features = ["full"] [dependencies.toml] version = "0.7"