[dependencies.git-version]
optional = true
version = "0.3"
[dependencies.shell-escape]
version = "0.1"
[dependencies.sys-info]
optional = true
version = "0.9"
[features]
collector_operating_system = ["sys-info"]
default = ["collector_operating_system", "git_hash", "format_markdown"]
format_markdown = []
format_plaintext = []
git_hash = ["git-version"]
[package]
authors = ["David Peter <mail@david-peter.de>"]
categories = ["command-line-interface"]
description = "Collect system and environment information for bug reports"
edition = "2018"
homepage = "https://github.com/sharkdp/bugreport"
keywords = ["bugreport", "diagnostics", "cross-platform", "cli", "terminal"]
license = "MIT/Apache-2.0"
name = "bugreport"
repository = "https://github.com/sharkdp/bugreport"
version = "0.4.1"