rust-technical-audit-toolkit 0.2.1

CLI for Rust technical due diligence assessments
# 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 = "rust-technical-audit-toolkit"
version = "0.2.1"
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "../../README.md",
    "../../LICENSE-MIT",
    "../../LICENSE-APACHE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for Rust technical due diligence assessments"
homepage = "https://github.com/josediegorobles/rust-technical-audit-toolkit"
readme = "README.md"
keywords = [
    "rust",
    "audit",
    "cli",
    "due-diligence",
    "scorecard",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/josediegorobles/rust-technical-audit-toolkit"

[[bin]]
name = "rta"
path = "src/main.rs"

[dependencies.rta-core]
version = "0.2.1"

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

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

[lints.rust]
unsafe_code = "forbid"