# 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" version = "0.1.0" authors = ["Jacobtread "] description = "Man-In-The-Middle server for Pocket Relay development and testing" readme = "README.md" license = "MIT" repository = "https://github.com/PocketRelay/MitmServer" [dependencies.blaze-pk] version = "^0.8" [dependencies.blaze-ssl-async] version = "^0.3" [dependencies.log] version = "0.4" [dependencies.log4rs] version = "1.2.0" features = [ "gzip", "console_appender", "file_appender", ] default-features = false [dependencies.reqwest] version = "0.11.12" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.tokio] version = "1" features = [ "macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", ]