# 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 = "llvm-cov-pretty" version = "0.1.10" authors = ["Dominik Nakamura "] build = "build.rs" include = [ "/assets/themes/**/*.tmTheme", "/assets/style.css", "/src/**/*", "/templates/**/*", "/build.rs", "/LICENSE", "/README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "More beautiful HTML reports for llvm-cov/cargo-llvm-cov" homepage = "https://github.com/dnaka91/llvm-cov-pretty" readme = "README.md" keywords = [ "coverage", "llvm-cov", "testing", "reporting", ] categories = [ "command-line-utilities", "development-tools", "development-tools::testing", "visualization", ] license = "AGPL-3.0-only" repository = "https://github.com/dnaka91/llvm-cov-pretty" [profile.release] lto = true strip = true [[bin]] name = "llvm-cov-pretty" path = "src/main.rs" [dependencies.askama] version = "0.12.1" default-features = false [dependencies.askama_escape] version = "0.10.3" [dependencies.camino] version = "1.1.9" features = ["serde1"] [dependencies.clap] version = "4.5.17" features = [ "derive", "wrap_help", ] [dependencies.clap_complete] version = "4.5.26" [dependencies.clap_mangen] version = "0.2.23" [dependencies.color-eyre] version = "0.6.3" default-features = false [dependencies.ignore] version = "0.4.23" [dependencies.minify-html] version = "0.15.0" [dependencies.open] version = "5.3.0" [dependencies.rayon] version = "1.10.0" [dependencies.rustc-demangle] version = "0.1.24" [dependencies.semver] version = "1.0.23" features = ["serde"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.serde_path_to_error] version = "0.1.16" [dependencies.syntect] version = "5.2.0" features = [ "default-syntaxes", "parsing", "regex-fancy", ] default-features = false [dependencies.time] version = "0.3.36" features = [ "formatting", "local-offset", "macros", ] [dev-dependencies.indoc] version = "2.0.5" [build-dependencies.css-minify] version = "0.5.2" [build-dependencies.heck] version = "0.5.0" [build-dependencies.quote] version = "1.0.37" [build-dependencies.syntect] version = "5.2.0" features = [ "default-themes", "html", "plist-load", "regex-fancy", ] default-features = false