# 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 = "tldrx" version = "0.2.0" include = [ "/src", "/docs", "/Cargo.*", "/README.md", "README.zh.md", "/LICENSE-*", "CHANGELOG.md", ] description = """ A tldr pages client support private pages. """ documentation = "https://github.com/tldrx/tldrx" readme = "README.md" keywords = [ "tldr", "tldr-pages", ] categories = ["command-line-utilities"] license = "MIT OR MulanPSL-2.0" repository = "https://github.com/tldrx/tldrx" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "3" features = ["derive"] [dependencies.crossterm] version = "0.23" [dependencies.dirs] version = "4.0" [dependencies.reqwest] version = "0.11" features = [ "blocking", "socks", "rustls-tls-native-roots", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.5" [dependencies.walkdir] version = "2" [dependencies.zip] version = "0.6" features = ["deflate"] default-features = false [dev-dependencies.lazy_static] version = "1.4.0"