# 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-cloud" 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] test = false doctest = false [dependencies.anyhow] version = "1.0.93" features = ["backtrace"] [dependencies.dialoguer] version = "0.11.0" [dependencies.flate2] version = "1.0.19" [dependencies.keyring] version = "3.6.1" [dependencies.prost] version = "0.13.3" [dependencies.qlty-analysis] version = "0.440.0" [dependencies.qlty-types] version = "0.440.0" [dependencies.serde] version = "1.0.215" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.132" features = ["preserve_order"] [dependencies.tracing] version = "0.1.40" [dependencies.ureq] version = "2.10.1" features = ["json"] [dependencies.webbrowser] version = "1.0.2"