# 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 = "perl-critic-sarif" version = "0.1.0" authors = ["Dylan Hardison "] description = "Convert Perl::Critic violations to SARIF format" homepage = "https://github.com/dylanwh/perl-critic-sarif" documentation = "https://github.com/dylanwh/perl-critic-sarif" license = "MIT" repository = "https://github.com/dylanwh/perl-critic-sarif" [dependencies.clap] version = "4.5.0" features = [ "derive", "string", ] [dependencies.eyre] version = "0.6.12" [dependencies.git2] version = "0.18.2" features = ["vendored-libgit2"] default-features = false [dependencies.regex] version = "1.10.3" [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.serde-sarif] version = "0.4.2" [dependencies.serde_json] version = "1.0.113"