# 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 = "qlty-coverage" version = "0.440.0" authors = ["Qlty Software Inc."] description = "Code quality toolkit" homepage = "https://qlty.sh" documentation = "https://docs.qlty.sh" keywords = [ "linter", "quality", "static-analysis", "testing", "code-coverage", ] categories = [ "development-tools", "development-tools::testing", ] license-file = "LICENSE.md" repository = "https://github.com/qltysh/qlty" [lib] doctest = false [[test]] name = "integration" path = "tests/tests.rs" [dependencies.anyhow] version = "1.0.93" features = ["backtrace"] [dependencies.clap] version = "4.5.20" features = [ "derive", "wrap_help", ] [dependencies.cli-table] version = "0.4.9" [dependencies.console] version = "0.15.8" [dependencies.git2] version = "0.19.0" features = [ "vendored-libgit2", "vendored-openssl", ] [dependencies.globset] version = "0.4.15" [dependencies.indicatif] version = "0.17.8" [dependencies.lazy_static] version = "1.5.0" [dependencies.pbjson-types] version = "0.7.0" [dependencies.qlty-analysis] version = "0.440.0" [dependencies.qlty-cloud] version = "0.440.0" [dependencies.qlty-config] version = "0.440.0" [dependencies.qlty-types] version = "0.440.0" [dependencies.regex] version = "1.11.0" [dependencies.semver] version = "1.0.23" [dependencies.serde] version = "1.0.215" features = [ "derive", "rc", ] [dependencies.serde-xml-rs] version = "0.6.0" [dependencies.serde_json] version = "1.0.132" features = ["preserve_order"] [dependencies.time] version = "0.3.36" features = [ "serde-well-known", "formatting", "parsing", ] [dependencies.ureq] version = "2.10.1" features = ["json"] [dev-dependencies.insta] version = "1.41.1" features = [ "yaml", "redactions", ]