[package] name = "pocket-relay-mitm-server" description = "Pocket Relay Redirector server used to proxy clients to the main server while logging traffic" version = "1.0.0" repository.workspace = true edition.workspace = true license.workspace = true authors.workspace = true [dependencies] # Async runtime tokio = { workspace = true } # Serialization and packets blaze-pk = { workspace = true } blaze-ssl-async = { workspace = true } core = { workspace = true } utils = { workspace = true } # Logging log = { workspace = true }