All Projects β†’ EmbarkStudios β†’ Cargo Deny

EmbarkStudios / Cargo Deny

Licence: other
❌ Cargo plugin for linting your dependencies πŸ¦€

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Cargo Deny

Tarpaulin
A code coverage tool for Rust projects
Stars: ✭ 1,097 (+105.82%)
Mutual labels:  hacktoberfest, cargo
Cargo C
build and install C-compatible libraries
Stars: ✭ 196 (-63.23%)
Mutual labels:  hacktoberfest, cargo
Stegbrute
Fast Steganography bruteforce tool written in Rust useful for CTF's
Stars: ✭ 134 (-74.86%)
Mutual labels:  hacktoberfest, cargo
Naersk
Build rust crates in Nix. No configuration, no code generation, no IFD. Sandbox friendly.
Stars: ✭ 193 (-63.79%)
Mutual labels:  cargo, crates
crates
crates is an extension aims to help people to manage their dependencies for rust (crates.io & TOML).
Stars: ✭ 156 (-70.73%)
Mutual labels:  crates, cargo
Alexandrie
An alternative crate registry, implemented in Rust.
Stars: ✭ 251 (-52.91%)
Mutual labels:  cargo, crates
Cargo Spellcheck
Checks all your documentation for spelling and grammar mistakes with hunspell and a nlprule based checker for grammar
Stars: ✭ 183 (-65.67%)
Mutual labels:  hacktoberfest, cargo
Cargo About
πŸ“œ Cargo plugin to generate list of all licenses for a crate πŸ¦€
Stars: ✭ 148 (-72.23%)
Mutual labels:  hacktoberfest, cargo
cargo-limit
Cargo with less noise: warnings are skipped until errors are fixed, Neovim integration, etc.
Stars: ✭ 105 (-80.3%)
Mutual labels:  crates, cargo
naersk
Build rust crates in Nix. No configuration, no code generation, no IFD. Sandbox friendly. [maintainer: @Patryk27]
Stars: ✭ 440 (-17.45%)
Mutual labels:  crates, cargo
Meuse
A private Cargo crate registry, for Rust
Stars: ✭ 173 (-67.54%)
Mutual labels:  cargo, crates
cargo-trim
Binary application to clean up .cargo/registry & .cargo/git cache
Stars: ✭ 15 (-97.19%)
Mutual labels:  crates, cargo
Semantic Rs
πŸš€ Automatic crate publishing done right
Stars: ✭ 162 (-69.61%)
Mutual labels:  cargo, crates
Rustfix
Automatically apply the suggestions made by rustc
Stars: ✭ 586 (+9.94%)
Mutual labels:  hacktoberfest, cargo
Deps.rs
Keep your dependencies up-to-date
Stars: ✭ 240 (-54.97%)
Mutual labels:  hacktoberfest, crates
kingslayer
A text-based adventure written in Rust
Stars: ✭ 28 (-94.75%)
Mutual labels:  crates, cargo
cargo-esr
Extended Search & Ranking tool for crates.
Stars: ✭ 23 (-95.68%)
Mutual labels:  crates, cargo
Tenanti
[Package] Multi-tenant Database Schema Manager for Laravel
Stars: ✭ 525 (-1.5%)
Mutual labels:  hacktoberfest
Serverless Dynamodb Local
Serverless Dynamodb Local Plugin - Allows to run dynamodb locally for serverless
Stars: ✭ 530 (-0.56%)
Mutual labels:  hacktoberfest
Upup
✈️ Easily create sites that work offline as well as online
Stars: ✭ 4,777 (+796.25%)
Mutual labels:  hacktoberfest

❌ cargo-deny

Embark Embark Crates.io Docs API Docs Minimum Stable Rust Version SPDX Version dependency status Build Status

cargo-deny is a cargo plugin for linting your dependencies. See the book πŸ“• for in-depth documentation.

To run on CI as a GitHub Action, see cargo-deny-action.

Please Note: This is a tool that we use (and like!) and it makes sense to us to release it as open source. However, we can’t take any responsibility for your use of the tool, if it will function correctly or fulfil your needs. No functionality in - or information provided by - cargo-deny constitutes legal advice.

Quickstart

cargo install --locked cargo-deny && cargo deny init && cargo deny check

Usage

Install cargo-deny

If you want to use cargo-deny without having cargo installed, build cargo-deny with the standalone feature. This can be useful in Docker Images.

cargo install --locked cargo-deny

# Or, if you're an Arch user
yay -S cargo-deny

Initialize your project

cargo deny init

Check your crates

cargo deny check

Licenses

The licenses check is used to verify that every crate you use has license terms you find acceptable.

cargo deny check licenses

Bans

The bans check is used to deny (or allow) specific crates, as well as detect and handle multiple versions of the same crate.

cargo deny check bans

Advisories

The advisories check is used to detect issues for crates by looking in an advisory database.

cargo deny check advisories

Sources

The sources check ensures crates only come from sources you trust.

cargo deny check sources

Contributing

Contributor Covenant

We welcome community contributions to this project.

Please read our Contributor Guide for more information on how to get started.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].