# 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 = "cargo-docset" version = "0.3.1" authors = ["R.Chavignat "] description = "Generates a Zeal/Dash docset for your rust package." readme = "README.md" keywords = [ "zeal", "dash", "docset", "documentation", ] categories = [ "development-tools", "command-line-utilities", ] license = "Apache-2.0" repository = "https://github.com/Robzz/cargo-docset" [dependencies.atty] version = "0.2" optional = true [dependencies.cargo_metadata] version = "0.15" [dependencies.clap] version = "3.2" features = [ "std", "suggestions", "derive", ] default_features = false [dependencies.clap-cargo] version = "0.9" features = ["cargo_metadata"] [dependencies.derive_more] version = "0.99" [dependencies.rusqlite] version = "0.28" [dependencies.snafu] version = "0.7" [dependencies.termcolor] version = "1.1" optional = true [features] bundled-sqlite = ["rusqlite/bundled"] color = [ "clap/color", "termcolor", "atty", ] default = ["color"] [badges.maintenance] status = "experimental"