# 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" rust-version = "1.66" name = "dedoc" version = "0.2.5" authors = ["toiletbril"] description = "Terminal-based viewer for DevDocs documentation" readme = "README.md" keywords = [ "docs", "cli", ] license = "GPL-3.0" repository = "https://github.com/toiletbril/dedoc" [profile.profile] debug = 2 panic = "unwind" inherits = "release" strip = false [profile.release] opt-level = 3 lto = true panic = "abort" strip = true [dependencies.attohttpc] version = "0.26.1" features = ["tls"] default-features = false [dependencies.html2text] version = "0.11.0" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.106" [dependencies.terminal_size] version = "0.3.0" [dependencies.toiletcli] version = "0.12.0" features = [ "colors", "flags", ] default-features = false