# 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 = "2021" name = "coverage-prepare" version = "0.3.1" authors = ["Samuel Colvin "] description = "Convert coverage data to HTML reports, LCOV files or terminal tables" homepage = "https://github.com/samuelcolvin/coverage-prepare/" readme = "README.md" keywords = [ "testing", "coverage", ] categories = [ "command-line-utilities", "development-tools", "development-tools::testing", "development-tools::build-utils", ] license = "MIT" repository = "https://github.com/samuelcolvin/coverage-prepare/" [dependencies.anyhow] version = "1.0.62" [dependencies.clap] version = "3.2.17" features = ["derive"] [dependencies.rustc_version] version = "0.4.0" [dependencies.termcolor] version = "1.1.3"