zerowarns 0.1.0

Compiler-guaranteed elimination of clippy::arithmetic_side_effects and clippy::as_conversions warnings via type-aware semantic rewriting — no LLM, no #[allow] suppression.
# 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 = "zerowarns"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compiler-guaranteed elimination of clippy::arithmetic_side_effects and clippy::as_conversions warnings via type-aware semantic rewriting — no LLM, no #[allow] suppression."
documentation = "https://docs.rs/zerowarns"
readme = "README.md"
keywords = [
    "clippy",
    "warnings",
    "arithmetic",
    "rewrite",
    "linting",
]
categories = [
    "development-tools",
    "development-tools::build-utils",
]
license = "Apache-2.0"
repository = "https://github.com/trusted-programming/rust-diagnostics"

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

[dependencies.serde_json]
version = "1"

[dependencies.walkdir]
version = "2"