# 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 = "2018" name = "gitlab_clippy" version = "1.0.3" authors = ["Dunja Lalic ", "Sven Neumann "] exclude = ["backend", "examples"] description = "Convert clippy warnings into GitLab Code Quality report\n" homepage = "https://gitlab.com/dlalic/gitlab-clippy" readme = "README.md" keywords = ["cli", "gitlab", "clippy"] categories = ["command-line-utilities"] license = "MIT" repository = "https://gitlab.com/dlalic/gitlab-clippy" [[bin]] name = "gitlab-clippy" path = "src/main.rs" [dependencies.anyhow] version = "1.0.51" [dependencies.cargo_metadata] version = "0.14.1" [dependencies.clap] version = "3.0.0-rc.1" [dependencies.itertools] version = "0.10.3" [dependencies.md5] version = "0.7.0" [dependencies.serde] version = "1.0.131" features = ["derive"] [dependencies.serde_json] version = "1.0.72" [dev-dependencies.assert_cmd] version = "2.0.2" [dev-dependencies.predicates] version = "2.1.0" [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.tempfile] version = "3.2.0" [build-dependencies.clap] version = "3.0.0-rc.1" features = ["cargo"]