# 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 = "2018" name = "phetch" version = "1.2.0" authors = ["chris west "] exclude = ["img/*"] description = "quick lil gopher client" readme = "README.md" keywords = [ "gopher", "tui", "terminal", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/xvxx/phetch" [[package.metadata.release.pre-release-replacements]] file = "README.md" search = 'phetch-v\d+\.\d+\.\d+-' replace = "{{crate_name}}-v{{version}}-" [[package.metadata.release.pre-release-replacements]] file = "README.md" search = '/v\d+\.\d+\.\d+/' replace = "/v{{version}}/" [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" search = '\d+\.\d+\.\d+-dev' replace = "{{version}}" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [dependencies.atty] version = "0.2.14" [dependencies.cp437] version = "0.1.1" [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "0.2.66" [dependencies.native-tls] version = "0.2" optional = true [dependencies.termion] version = "1.5.5" [dependencies.tor-stream] version = "0.2.0" optional = true [features] default = [ "tls", "tor", ] tls = ["native-tls"] tor = ["tor-stream"]