# 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-config" 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 [dependencies.anyhow] version = "1.0.93" features = ["backtrace"] [dependencies.base64] version = "0.22.1" [dependencies.config] version = "0.13.3" [dependencies.console] version = "0.15.8" [dependencies.git2] version = "0.19.0" features = [ "vendored-libgit2", "vendored-openssl", ] [dependencies.glob] version = "0.3.1" [dependencies.globset] version = "0.4.15" [dependencies.ignore] version = "0.4.22" [dependencies.md5] version = "0.7.0" [dependencies.qlty-types] version = "0.440.0" [dependencies.semver] version = "1.0.23" [dependencies.serde] version = "1.0.215" features = [ "derive", "rc", ] [dependencies.serde_with] version = "3.8.1" [dependencies.serde_yaml] version = "0.9.34" [dependencies.tempfile] version = "3.13.0" [dependencies.toml] version = "0.8.2" [dependencies.toml_edit] version = "0.22.21" [dependencies.tracing] version = "0.1.40" [dependencies.ureq] version = "2.10.1" features = ["json"] [dependencies.url] version = "2.5.2" [dependencies.uuid] version = "1.11.0" features = ["v4"] [dependencies.walkdir] version = "2.5.0"