# 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 = "how-install-tealdeer" version = "1.5.0" authors = [ "Danilo Bargen ", "Niklas Mohrin ", ] include = [ "/src/**/*", "/tests/**/*", "/Cargo.toml", "/README.md", "/LICENSE-*", "/screenshot.png", ] description = "Fetch and show tldr help pages for many CLI commands. Full featured offline client with caching support." homepage = "https://github.com/dbrgn/tealdeer/" documentation = "https://dbrgn.github.io/tealdeer/" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/dbrgn/tealdeer/" [profile.release] lto = true [dependencies.ansi_term] version = "0.12.0" [dependencies.anyhow] version = "1" [dependencies.app_dirs] version = "2" package = "app_dirs2" [dependencies.atty] version = "0.2" [dependencies.clap] version = "3" features = [ "std", "derive", "suggestions", "color", ] default-features = false [dependencies.env_logger] version = "0.9" optional = true [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.11.3" default-features = false [dependencies.serde] version = "1.0.21" [dependencies.serde_derive] version = "1.0.21" [dependencies.toml] version = "0.5.1" [dependencies.walkdir] version = "2.0.1" [dependencies.zip] version = "0.6" features = ["deflate"] default-features = false [dev-dependencies.assert_cmd] version = "2.0.1" [dev-dependencies.escargot] version = "0.5" [dev-dependencies.filetime] version = "0.2.10" [dev-dependencies.predicates] version = "2.0.2" [dev-dependencies.tempfile] version = "3.1.0" [features] default = ["native-roots"] logging = ["env_logger"] native-roots = ["reqwest/rustls-tls-native-roots"] webpki-roots = ["reqwest/rustls-tls-webpki-roots"] [target."cfg(not(windows))".dependencies.pager] version = "0.16"