# 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 = "serde-sarif" version = "0.6.6" authors = ["Paul Sastrasinh "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Serde serialization for SARIF files" homepage = "https://psastras.github.io/sarif-rs/" documentation = "https://docs.rs/serde_sarif" readme = "README.md" keywords = [ "sarif", "serde", "serialization", ] categories = ["encoding"] license = "MIT" repository = "https://github.com/psastras/sarif-rs" [lib] name = "serde_sarif" path = "src/lib.rs" [[test]] name = "version-numbers" path = "tests/version-numbers.rs" [dependencies.anyhow] version = "1.0.86" optional = true [dependencies.cargo_metadata] version = "0.18.1" optional = true [dependencies.regex] version = "1.10.6" optional = true [dependencies.serde] version = "1.0.209" [dependencies.serde_json] version = "1.0.127" [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dependencies.thiserror] version = "1.0.63" [dependencies.typed-builder] version = "0.20.0" [dev-dependencies.version-sync] version = "0.9" [build-dependencies.anyhow] version = "1.0.86" [build-dependencies.prettyplease] version = "0.2.22" [build-dependencies.proc-macro2] version = "1.0.86" [build-dependencies.quote] version = "1.0.37" [build-dependencies.schemafy_lib] version = "0.6.0" [build-dependencies.serde_json] version = "1.0.127" [build-dependencies.syn] version = "2.0.76" [features] clang-tidy-converters = [ "regex", "anyhow", ] clippy-converters = [ "cargo_metadata", "regex", "anyhow", ] default = [] hadolint-converters = ["anyhow"] shellcheck-converters = ["anyhow"] [badges.github] repository = "psastras/sarif-rs" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(doc_cfg)"]