# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "usereport-rs" version = "0.1.4" authors = ["Lukas Pustina "] include = ["README.md", "LICENSE", "contrib/*.hbs", "contrib/*.conf", "**/*.rs", "Cargo.toml"] description = "Collect system information for the first 60 seconds of a performance analysis" documentation = "https://github.com/lukaspustina/usereport-rs.git" readme = "README.md" keywords = ["performance", "analysis", "sre"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/lukaspustina/usereport-rs.git" [lib] name = "usereport" path = "src/lib.rs" [[bin]] name = "usereport" path = "src/bin/usereport.rs" doc = false required-features = ["bin"] [[example]] name = "json_report" required-features = ["bin"] [[example]] name = "md_report" required-features = ["bin"] [dependencies.atty] version = "0.2" optional = true [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.env_logger] version = "0.7" optional = true [dependencies.exitfailure] version = "0.5" optional = true [dependencies.failure] version = "0.1" optional = true [dependencies.handlebars] version = "2.0" [dependencies.human-panic] version = "1" optional = true [dependencies.indicatif] version = "0.13" optional = true [dependencies.log] version = "0.4" [dependencies.prettytable-rs] version = "0.8" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.shellwords] version = "1" [dependencies.snafu] version = "0.6" [dependencies.structopt] version = "0.3.7" optional = true [dependencies.subprocess] version = "0.2" [dependencies.tempfile] version = "3" [dependencies.toml] version = "0.5" [dependencies.uname] version = "0.1" [dev-dependencies.env_logger] version = "0.7" [dev-dependencies.spectral] version = "0.6" [features] bin = ["atty", "env_logger", "exitfailure", "failure", "human-panic", "indicatif", "prettytable-rs", "structopt"] [badges]