# 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 = "affogato" version = "0.1.0" authors = ["myyrakle "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "simple HTTP Proxy" homepage = "https://github.com/myyrakle/affogato/blob/master/README.md" documentation = "https://docs.rs/affogato/latest/affogato" readme = "README.md" keywords = [ "http", "proxy", "server", ] license = "MIT" repository = "https://github.com/myyrakle/affogato" [[bin]] name = "affogato" path = "src/main.rs" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.env_logger] version = "0.11.5" [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "1" features = ["full"] [dependencies.hyper-util] version = "0.1" features = ["full"] [dependencies.log] version = "0.4.22" [dependencies.log4rs] version = "1.3.0" [dependencies.nix] version = "~0.24.3" [dependencies.reqwest] version = "0.12.9" features = ["native-tls"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.tokio] version = "1" features = ["full"]