# 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 = "translucent" version = "0.1.0" authors = ["Ariel "] description = "A general proxy service." readme = "README.md" license = "MIT" license-file = "LICENSE" repository = "https://codeberg.org/arielherself/translucent" [[bin]] name = "tllocal" path = "src/local/main.rs" [[bin]] name = "tlserver" path = "src/server/main.rs" [dependencies.ansi_term] version = "0.12.1" [dependencies.log] version = "0.4.22" [dependencies.simple_logger] version = "5.0.0" [dependencies.tokio] version = "1.38.1" features = ["full"] [features] debug = []