# 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 = "crates-io-proxy" version = "0.2.3" authors = ["Sergey Kvachonok "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Caching HTTP proxy server for the crates.io registry" homepage = "https://github.com/ravenexp/crates-io-proxy" readme = "README.md" keywords = [ "crates", "cargo", "registry", "proxy", "cache", ] categories = [ "development-tools", "caching", "web-programming::http-server", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ravenexp/crates-io-proxy" [profile.release] lto = true strip = "debuginfo" [[bin]] name = "crates-io-proxy" path = "src/main.rs" [dependencies.env_logger] version = "0.11" default-features = false [dependencies.httpdate] version = "1.0" [dependencies.log] version = "0.4" [dependencies.pico-args] version = "0.5" features = ["combined-flags"] [dependencies.tiny_http] version = "0.12" [dependencies.ureq] version = "2.9" [dependencies.url] version = "2.5" [features] native-certs = ["ureq/native-certs"]