rta-core 0.3.0

Core analyzers and report model for the Rust Technical Audit Toolkit
Documentation
# 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"
rust-version = "1.76"
name = "rta-core"
version = "0.3.0"
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "../../README.md",
    "../../LICENSE-MIT",
    "../../LICENSE-APACHE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core analyzers and report model for the Rust Technical Audit Toolkit"
homepage = "https://github.com/josediegorobles/rust-technical-audit-toolkit"
readme = "README.md"
keywords = [
    "rust",
    "audit",
    "due-diligence",
    "scorecard",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/josediegorobles/rust-technical-audit-toolkit"

[lib]
name = "rta_core"
path = "src/lib.rs"

[dependencies.cargo_metadata]
version = "0.18"

[dependencies.petgraph]
version = "0.6"

[dependencies.proc-macro2]
version = "1"
features = ["span-locations"]

[dependencies.serde_json]
version = "1"

[dependencies.syn]
version = "2"
features = [
    "full",
    "visit",
]

[dependencies.toml]
version = "0.8"

[dev-dependencies.serde_json]
version = "1"

[lints.clippy]
dbg_macro = "deny"
todo = "deny"
unwrap_used = "deny"

[lints.rust]
unsafe_code = "forbid"