# 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 = "pocket-relay-mitm-server" version = "1.0.0" authors = ["Jacobtread "] description = "Pocket Relay Redirector server used to proxy clients to the main server while logging traffic" license = "MIT" repository = "https://github.com/PocketRelay/ServerRust" [dependencies.blaze-pk] version = "0.6.0-alpha-6" features = [ "async", "blaze-ssl", ] default-features = false [dependencies.blaze-ssl-async] version = "0.1.1" [dependencies.core] version = "0.1.0" package = "pocket-relay-core" [dependencies.log] version = "0.4.17" [dependencies.tokio] version = "1" features = ["full"] [dependencies.utils] version = "0.1.0" package = "pocket-relay-utils"