# 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-client-shared" version = "0.3.0" authors = ["Jacobtread "] description = "Shared logic for pocket relay client variants" readme = "README.md" license = "MIT" repository = "https://github.com/PocketRelay/PocketRelayClientShared" [dependencies.blaze-ssl-async] version = "0.4" [dependencies.bytes] version = "1.4.0" [dependencies.futures] version = "0.3" [dependencies.hyper] version = "0.14" features = [ "server", "http1", "tcp", "runtime", ] [dependencies.local-ip-address] version = "0.5" [dependencies.log] version = "0.4" [dependencies.parking_lot] version = "0.12.1" [dependencies.pocket-relay-udp-tunnel] version = "0" [dependencies.reqwest] version = "0.11" features = [ "json", "native-tls", ] default-features = false [dependencies.semver] version = "1.0" features = ["serde"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.tdf] version = "0.1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-util] version = "0.7" features = ["codec"] [dependencies.url] version = "2.4.1"