# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "phroxy" version = "0.1.7" authors = ["chris west "] exclude = ["img/*"] description = "phroxy proxies gopher through HTTP" homepage = "https://phroxy.net" readme = "README.md" keywords = ["gopher", "proxy"] license = "MIT" repository = "https://github.com/xvxx/phroxy" [package.metadata.release] dev-version-ext = "dev" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [dependencies.autolink] version = "0.3.0" [dependencies.htmlescape] version = "0.3.1" [dependencies.phetch] version = "1.0.3" features = ["tls"] default-features = false [dependencies.regex] version = "1.3.3" [dependencies.rust-embed] version = "5.2.0" [dependencies.threadpool] version = "1.7.1" [dependencies.vte] version = "0.3.2"