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