# 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-smells" 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.console] version = "0.15.8" [dependencies.globset] version = "0.4.15" [dependencies.md5] version = "0.7.0" [dependencies.qlty-analysis] version = "0.440.0" [dependencies.qlty-config] version = "0.440.0" [dependencies.qlty-types] version = "0.440.0" [dependencies.rayon] version = "1.10.0" [dependencies.serde] version = "1.0.215" features = [ "derive", "rc", ] [dependencies.similar] version = "2.6.0" [dependencies.tracing] version = "0.1.40" [dependencies.tree-sitter] version = "0.22.6" [dev-dependencies.bencher] version = "0.1.5" [dev-dependencies.insta] version = "1.41.1" features = [ "yaml", "redactions", ]