# 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 = "bugreport" version = "0.5.0" authors = ["David Peter "] description = "Collect system and environment information for bug reports" homepage = "https://github.com/sharkdp/bugreport" keywords = ["bugreport", "diagnostics", "cross-platform", "cli", "terminal"] categories = ["command-line-interface"] license = "MIT/Apache-2.0" repository = "https://github.com/sharkdp/bugreport" [dependencies.git-version] version = "0.3" optional = true [dependencies.shell-escape] version = "0.1" [dependencies.sys-info] version = "0.9" optional = true [dev-dependencies.pretty_assertions] version = "1.1.0" [dev-dependencies.tempfile] version = "3.3.0" [features] collector_operating_system = ["sys-info"] default = ["collector_operating_system", "git_hash", "format_markdown"] format_markdown = [] format_plaintext = [] git_hash = ["git-version"]