# 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 = "2018" name = "pcloud-http-server" version = "0.2.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "HTTP proxy server for pCloud API" readme = "readme.md" license = "MIT" repository = "https://github.com/jdrouet/pcloud" [[bin]] name = "pcloud-http-server" path = "src/main.rs" [dependencies.axum] version = "0.7" [dependencies.clap] version = "4.5" features = [ "derive", "env", ] [dependencies.env_logger] version = "0.11" [dependencies.human_bytes] version = "0.4" [dependencies.log] version = "0.4" [dependencies.pcloud] version = "2.0" [dependencies.reqwest] version = "0.12" features = [ "rustls-tls", "stream", ] default-features = false [dependencies.serde] version = "1.0.206" features = ["derive"] [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [dependencies.tower-http] version = "0.5" features = ["trace"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dependencies.urlencoding] version = "2.1"