depsguard 0.1.21

Harden package manager configs against supply chain attacks. Built by Arnica.
# 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.74"
name = "depsguard"
version = "0.1.21"
authors = ["Arnica <engineering@arnica.io>"]
build = false
exclude = [
    ".cursor/",
    "dist/",
    "docs/",
    ".github/",
    "node_modules/",
    "packaging/",
    "scripts/",
    "tests/",
    "target/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Harden package manager configs against supply chain attacks. Built by Arnica."
homepage = "https://depsguard.com"
documentation = "https://github.com/arnica/depsguard#readme"
readme = "README.md"
keywords = [
    "security",
    "supply-chain",
    "npm",
    "pnpm",
    "uv",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/arnica/depsguard"

[package.metadata.release]
publish = false

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

[dependencies]

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
strip = true