# 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 = "comproxity" version = "0.1.0-alpha.2" include = [ "assets/**", "src/**", ] description = "Simple Proof of Work (PoW) HTTP proxy" homepage = "https://progrm-jarvis.ru/comproxity" readme = "README.md" keywords = [ "http", "proxy", "proof-of-work", ] categories = [ "network-programming", "web-programming::http-server", ] license = "MIT OR Apache-2.0" repository = "https://github.com/JarvisCraft/comproxity/" [dependencies.compact_str] version = "0.6.1" features = ["serde"] [dependencies.configuration] version = "0.13.2" package = "config" [dependencies.headers] version = "0.3.8" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.1" [dependencies.hyper] version = "0.14.20" features = ["full"] [dependencies.hyper-reverse-proxy] version = "0.5.1" [dependencies.hyper-static] version = "0.1.6" features = ["hashing-sha2"] default-features = false [dependencies.jwt] version = "0.16.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.serde_with] version = "2.0.1" features = ["time_0_3"] [dependencies.sha2] version = "0.10.6" [dependencies.smallvec] version = "1.10.0" features = ["union"] [dependencies.thiserror] version = "1.0.37" [dependencies.time] version = "0.3.15" features = ["serde"] [dependencies.tokio] version = "1.21.2" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" [dependencies.ulid] version = "1.0.0"