<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>lucascs@protonmail.com</email>
		<name>Lucas</name>
	</maintainer>
	<longdescription lang="en">
		cargo-deny is a cargo plugin from Embark Studios that lints your
		project's dependency graph. It checks crate licenses against an
		allow/deny list, scans for security advisories (RustSec), bans
		specific or duplicate crates, and restricts the sources crates may
		be fetched from. It is commonly run in CI to enforce supply-chain
		policies across large Rust workspaces.
	</longdescription>
	<upstream>
		<remote-id type="github">EmbarkStudios/cargo-deny</remote-id>
		<remote-id type="cargo">cargo-deny</remote-id>
		<bugs-to>https://github.com/EmbarkStudios/cargo-deny/issues</bugs-to>
	</upstream>
</pkgmetadata>
