[dependencies.git-version]
optional = true
version = "0.3"
[dependencies.shell-escape]
version = "0.1"
[dependencies.sysinfo]
optional = true
version = "0.33.1"
[dev-dependencies.pretty_assertions]
version = "1.1.0"
[dev-dependencies.tempfile]
version = "3.3.0"
[[example]]
name = "custom_collector"
path = "examples/custom_collector.rs"
[[example]]
name = "readme"
path = "examples/readme.rs"
[[example]]
name = "simple"
path = "examples/simple.rs"
[features]
collector_operating_system = ["dep:sysinfo"]
default = ["collector_operating_system", "git_hash", "format_markdown"]
format_markdown = []
format_plaintext = []
git_hash = ["git-version"]
[lib]
name = "bugreport"
path = "src/lib.rs"
[package]
authors = ["David Peter <mail@david-peter.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
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"
readme = "README.md"
repository = "https://github.com/sharkdp/bugreport"
version = "0.5.1"
[[test]]
name = "test_collector_directory_entries"
path = "tests/test_collector_directory_entries.rs"