# 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 = "rust-diagnostics" version = "0.1.11" authors = ["Yijun Yu "] description = "A utility that embeds clippy diagnostics into Rust code." documentation = "https://docs.rs/rust_diagnostics" readme = "README.md" keywords = [ "clippy", "diagnostics", ] license = "Apache-2.0" repository = "https://github.com/trusted-programming/rust-diagnostics" [profile.dist] debug = true split-debuginfo = "packed" inherits = "release" [dependencies.anyhow] version = "1.0.52" [dependencies.cargo] version = "0.66.0" [dependencies.cargo_metadata] version = "0.15.1" [dependencies.git2] version = "0.15.0" [dependencies.once_cell] version = "1.17.0" [dependencies.serde] version = "1.0.133" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.structopt] version = "0.3.26" [dependencies.tree-sitter] version = "0.20.9" [dependencies.tree-sitter-parsers] version = "0.0.5" [dependencies.uuid] version = "1.2.2" features = ["v4"] [dev-dependencies.insta] version = "1.26.0" [dev-dependencies.serial_test] version = "0.10.0" [build-dependencies.cc] version = "1.0.72" features = ["parallel"]