# 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 = "proxy70" version = "0.1.0" description = "HTTP proxy for browsing gopher via your browser" readme = "README.md" license = "MIT" repository = "https://github.com/beebeeep/proxy70/" [[bin]] name = "proxy70" path = "src/main.rs" [dependencies.ansitok] version = "0.2.0" [dependencies.anyhow] version = "1.0.86" [dependencies.async-std] version = "1.12.0" features = ["attributes"] [dependencies.clap] version = "=4.4.18" features = ["derive"] [dependencies.femme] version = "2.2.1" [dependencies.html-escape] version = "0.2.13" [dependencies.regex_static] version = "0.1.1" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.tide] version = "0.16.0" [dependencies.tinytemplate] version = "1.2.1" [dependencies.urlencoding] version = "2.1.3"