# 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 = "fopro" version = "2.0.3" authors = ["Amos Wenger "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Experimental caching HTTP forward proxy (memory+disk)" readme = "README.md" keywords = [ "http", "proxy", "caching", ] categories = [ "command-line-utilities", "network-programming", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/bearcove/fopro" [profile.dist] lto = "thin" inherits = "release" [profile.release] debug = 1 [[bin]] name = "fopro" path = "src/main.rs" [dependencies.argh] version = "0.1.12" [dependencies.byteorder] version = "1.5.0" [dependencies.color-eyre] version = "0.6.3" [dependencies.fs-err] version = "2.11.0" features = ["tokio"] [dependencies.futures-util] version = "0.3.31" [dependencies.http-body-util] version = "0.1.2" [dependencies.http-serde] version = "2.1.1" [dependencies.hyper] version = "1.4.1" features = [ "http1", "http2", "server", ] default-features = false [dependencies.hyper-util] version = "0.1.9" features = ["tokio"] [dependencies.md5] version = "0.7.0" [dependencies.postcard] version = "1.0.10" features = ["use-std"] [dependencies.pretty-hex] version = "0.4.1" [dependencies.rcgen] version = "0.13.1" [dependencies.reqwest] version = "0.12.8" features = [ "deflate", "gzip", "http2", "rustls-tls-webpki-roots", ] default-features = false [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_bytes] version = "0.11.15" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.tokio-rustls] version = "0.26.0" features = [ "tls12", "ring", ] default-features = false [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.walkdir] version = "2.5.0" [dependencies.webpki-roots] version = "0.26.6"