licenses.dev

release-plz v0.1.0

Update version and changelog based on semantic versioning and conventional commits

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT242
PackageRelationDependenciesPublished
addr2line • 0.20.0A cross-platform symbolication library written in Rust, using `gimli`INDIRECT1
android_system_properties • 0.1.5Minimal Android system properties wrapperINDIRECT1
android-tzdata • 0.1.1Parser for the Android-specific tzdata fileINDIRECT0
anyhow • 1.0.98Flexible concrete Error type built on std::error::ErrorDIRECT0
arc-swap • 1.7.1Atomically swappable ArcINDIRECT0
arrayvec • 0.5.2A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.INDIRECT0
async-trait • 0.1.88Type erasure for async trait methodsINDIRECT4
autocfg • 1.5.0Automatic cfg for Rust compiler featuresINDIRECT0
backtrace • 0.3.68A library to acquire a stack trace (backtrace) at runtime in a Rust program. INDIRECT17
base64 • 0.12.3encodes and decodes base64 as bytes or utf8INDIRECT0
base64 • 0.13.1encodes and decodes base64 as bytes or utf8INDIRECT0
base64 • 0.21.7encodes and decodes base64 as bytes or utf8INDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
bitflags • 2.9.1A macro to generate structures which behave like bitflags. INDIRECT0
block-buffer • 0.10.4Buffer type for block processing of dataINDIRECT3
bstr • 0.2.17A string type that is not required to be valid UTF-8.INDIRECT1
bstr • 1.12.0A string type that is not required to be valid UTF-8.INDIRECT1
bumpalo • 3.19.0A fast bump allocation arena for Rust.INDIRECT0
camino • 1.1.10UTF-8 pathsINDIRECT6
cargo-clone • 1.0.0A cargo subcommand to fetch the source code of a Rust crateINDIRECT167
cargo-edit • 0.8.0Cargo commands for modifying a `Cargo.toml` file..INDIRECT137
cargo-platform • 0.1.9Cargo's representation of a target platform.INDIRECT6
cargo-util • 0.1.2Miscellaneous support code used by Cargo.INDIRECT68
cargo • 0.58.0Cargo, a package manager for Rust. INDIRECT166
cc • 1.0.99A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. INDIRECT9
cfg-if • 1.0.1A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. INDIRECT0
chrono • 0.4.41Date and time library for RustINDIRECT38
chunked_transfer • 1.5.0Encoder and decoder for HTTP chunked transfer coding (RFC 7230 § 4.1)INDIRECT0
clap_derive • 3.2.25Parse command line argument by defining a struct, derive crate.INDIRECT8
clap_lex • 0.2.4Minimal, flexible command line parserINDIRECT1
clap • 3.2.25A simple to use, efficient, and full-featured Command Line Argument ParserDIRECT36
core-foundation-sys • 0.8.7Bindings to Core Foundation for macOSINDIRECT0
core-foundation • 0.9.4Bindings to Core Foundation for macOSINDIRECT2
cpufeatures • 0.2.17Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, with no_std support and support for mobile targets including Android and iOS INDIRECT1
crates-io • 0.33.1Helpers for interacting with crates.io INDIRECT51
crc32fast • 1.4.2Fast, SIMD-accelerated CRC32 (IEEE) checksum computationINDIRECT1
crossbeam-utils • 0.8.21Utilities for concurrent programmingINDIRECT0
crypto-common • 0.1.6Common cryptographic traitsINDIRECT3
digest • 0.10.7Traits for cryptographic hash functions and message authentication codesINDIRECT5
dirs-next • 2.0.0A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS. INDIRECT18
dirs-sys-next • 0.1.2system-level helper functions for the dirs and directories cratesINDIRECT17
either • 1.15.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
env_logger • 0.9.3A logging implementation for `log` which is configured via an environment variable. INDIRECT24
env_proxy • 0.4.1Determination of proxy parameters for a URL from the environmentINDIRECT16
equivalent • 1.0.2Traits for key comparison in maps.INDIRECT0
errno • 0.3.13Cross-platform interface to the `errno` variable.INDIRECT11
error-chain • 0.12.4Yet another error boilerplate library.INDIRECT19
fake • 2.10.0An easy to use library for generating fake data like name, number, address, lorem, dates, etc.INDIRECT15
fastrand • 2.3.0A simple and fast random number generatorINDIRECT0
filetime • 0.2.25Platform-agnostic accessors of timestamps in File metadata INDIRECT15
flate2 • 1.1.2DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. INDIRECT16
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
foreign-types-shared • 0.1.1An internal crate used by foreign-typesINDIRECT0
foreign-types • 0.3.2A framework for Rust wrappers over C APIsINDIRECT1
form_urlencoded • 1.0.1Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.INDIRECT2
futures-channel • 0.3.31Channels for asynchronous communication using futures-rs. INDIRECT1
futures-core • 0.3.31The core traits and types in for the `futures` library. INDIRECT0
futures-sink • 0.3.31The asynchronous `Sink` trait for the futures-rs library. INDIRECT0
futures-task • 0.3.31Tools for working with tasks. INDIRECT0
futures-util • 0.3.31Common utilities and extension traits for the futures-rs library. INDIRECT4
fxhash • 0.2.1A fast, non-secure, hashing algorithm derived from an internal hasher used in FireFox and Rustc.INDIRECT1
getrandom • 0.2.16A small cross-platform library for retrieving random data from system sourceINDIRECT3
getrandom • 0.3.3A small cross-platform library for retrieving random data from system sourceINDIRECT6
gimli • 0.27.3A library for reading and writing the DWARF debugging format.INDIRECT0
git_cmd • 0.1.6Wrapper around git cliINDIRECT10
git2-curl • 0.14.1Backend for an HTTP transport in libgit2 powered by libcurl. Intended to be used with the git2 crate. INDIRECT51
git2 • 0.13.25Bindings to libgit2 for interoperating with git repositories. This library is both threadsafe and memory safe and allows both reading and writing git repositories. INDIRECT34
glob • 0.3.2Support for matching file paths against Unix shell style patterns. INDIRECT0
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT0
hashbrown • 0.15.4A Rust port of Google's SwissTable hash mapINDIRECT0
heck • 0.3.3heck is a case conversion library.INDIRECT1
heck • 0.4.1heck is a case conversion library.INDIRECT0
hermit-abi • 0.1.19Hermit system calls definitions.INDIRECT1
hermit-abi • 0.5.2Hermit system calls definitions.INDIRECT0
hex • 0.3.2Encoding and decoding data into/from hexadecimal representation.INDIRECT0
hex • 0.4.3Encoding and decoding data into/from hexadecimal representation.INDIRECT6
home • 0.5.11Shared definitions of home directories.INDIRECT10
http • 0.2.12A set of types for representing HTTP requests and responses. INDIRECT3
httparse • 1.10.1A tiny, safe, speedy, zero-copy HTTP/1.x parser.INDIRECT0
httpdate • 1.0.3HTTP date parsing and formattingINDIRECT0
humantime • 2.2.0A parser and formatter for std::time::{Duration, SystemTime}INDIRECT0
hyper-tls • 0.5.0Default TLS implementation for use with hyperINDIRECT97
iana-time-zone-haiku • 0.1.2iana-time-zone support crate for Haiku OSINDIRECT10
iana-time-zone • 0.1.63get the IANA time zone for the current systemINDIRECT32
idna • 0.2.3IDNA (Internationalizing Domain Names in Applications) and Punycode.INDIRECT5
indexmap • 1.9.3A hash table with consistent order and fast iteration.INDIRECT2
indexmap • 2.10.0A hash table with consistent order and fast iteration.INDIRECT2
ipnet • 2.11.0Provides types and useful methods for working with IPv4 and IPv6 network addresses, commonly called IP prefixes. The new `IpNet`, `Ipv4Net`, and `Ipv6Net` types build on the existing `IpAddr`, `Ipv4Addr`, and `Ipv6Addr` types already provided in Rust's standard library and align to their design to stay consistent. The module also provides useful traits that extend `Ipv4Addr` and `Ipv6Addr` with methods for `Add`, `Sub`, `BitAnd`, and `BitOr` operations. The module only uses stable feature so it is guaranteed to compile using the stable toolchain.INDIRECT0
itertools • 0.10.5Extra iterator adaptors, iterator methods, free functions, and macros.INDIRECT1
itoa • 1.0.15Fast integer primitive to string conversionINDIRECT0
jobserver • 0.1.33An implementation of the GNU Make jobserver for Rust. INDIRECT7
js-sys • 0.3.77Bindings for all JS global objects and functions in all JS environments like Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate. INDIRECT14
language-tags • 0.3.2Language tags for RustINDIRECT0
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
lazycell • 1.3.0A library providing a lazily filled Cell structINDIRECT0
libc • 0.2.174Raw FFI bindings to platform libraries like libc.INDIRECT0
libgit2-sys • 0.12.26+1.3.0Native bindings to the libgit2 libraryINDIRECT15
libnghttp2-sys • 0.1.11+1.64.0FFI bindings for libnghttp2 (nghttp2) INDIRECT10
libssh2-sys • 0.2.23Native bindings to the libssh2 libraryINDIRECT14
libz-sys • 1.1.22Low-level bindings to the system libz library (also known as zlib).INDIRECT12
log • 0.4.27A lightweight logging facade for Rust INDIRECT0
mime • 0.3.17Strongly Typed MimesINDIRECT0
miow • 0.3.7A zero overhead I/O library for Windows, focusing on IOCP and async I/O abstractions. INDIRECT3
native-tls • 0.2.14A wrapper over a platform's native TLS implementationINDIRECT54
next_version • 0.1.10Determine next semantic version based on conventional commitsINDIRECT24
num_cpus • 1.17.0Get the number of CPUs on a machine.INDIRECT2
num_threads • 0.1.7A minimal library that determines the number of running threads for the current process.INDIRECT1
num-bigint • 0.2.6Big integer implementation for RustINDIRECT3
num-integer • 0.1.46Integer traits and functionsINDIRECT2
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
object • 0.31.1A unified interface for reading and writing object file formats.INDIRECT1
octocrab • 0.15.4A modern, extensible GitHub API client.INDIRECT180
once_cell • 1.21.3Single assignment cells and lazy values.INDIRECT0
opener • 0.5.2Open a file or link using the system default program.INDIRECT5
openssl-macros • 0.1.1Internal macros used by the openssl crate.INDIRECT4
openssl-probe • 0.1.6Tool for helping to find SSL certificate locations on the system for OpenSSL INDIRECT0
os_str_bytes • 6.6.1Lossless functionality for platform-native strings INDIRECT0
pathdiff • 0.2.3Library for diffing paths to obtain relative pathsINDIRECT0
percent-encoding • 2.1.0Percent encoding and decodingINDIRECT0
pest_derive • 2.1.0pest's derive macroINDIRECT18
pest_generator • 2.1.3pest code generatorINDIRECT17
pest_meta • 2.8.1pest meta language parser and validatorINDIRECT12
pest • 2.8.1The Elegant ParserINDIRECT1
pin-project-lite • 0.2.16A lightweight version of pin-project written with declarative macros. INDIRECT0
pin-utils • 0.1.0Utilities for pinning INDIRECT0
pkg-config • 0.3.32A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. INDIRECT0
ppv-lite86 • 0.2.21Cross-platform cryptography-oriented low-level SIMD library.INDIRECT6
proc-macro-error-attr • 1.0.4Attribute macro for proc-macro-error crateINDIRECT4
proc-macro-error • 1.0.4Almost drop-in replacement to panics in proc-macrosINDIRECT6
proc-macro2 • 1.0.95A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.40Quasi-quoting macro quote!(...)INDIRECT2
rand_chacha • 0.3.1ChaCha random number generator INDIRECT12
rand_core • 0.6.4Core random number generator traits and tools for implementation. INDIRECT4
rand_xoshiro • 0.6.0Xoshiro, xoroshiro and splitmix64 random number generatorsINDIRECT5
rand • 0.8.5Random number generators and other randomness functionality. INDIRECT13
regex-syntax • 0.6.29A regular expression parser.INDIRECT0
regex • 1.7.3An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. INDIRECT3
release_plz_core • 0.1.1Update version and changelog based on semantic versioning and conventional commitsDIRECT329
reqwest • 0.11.23higher level HTTP client libraryINDIRECT138
rustc-demangle • 0.1.25Rust compiler symbol demangling. INDIRECT0
rustc-workspace-hack • 1.0.0Hack for the compiler's own build system INDIRECT0
rustfix • 0.6.1Automatically apply the suggestions made by rustcINDIRECT12
rustversion • 1.0.21Conditional compilation according to rustc compiler versionINDIRECT0
safemem • 0.3.3Safe wrappers for memory-accessing functions, like `std::ptr::copy()`.INDIRECT0
secrecy • 0.8.0Wrapper types and traits for secret management which help ensure they aren't accidentally copied, logged, or otherwise exposed (as much as possible), and also ensure secrets are securely wiped from memory when dropped. DIRECT1
security-framework-sys • 2.14.0Apple `Security.framework` low-level FFI bindingsINDIRECT2
security-framework • 2.8.1Security.framework bindings for macOS and iOSINDIRECT5
semver • 1.0.26Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT6
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_ignored • 0.1.12Find out about keys that are ignored when deserializing dataINDIRECT6
serde_json • 1.0.140A JSON serialization file formatINDIRECT9
serde_path_to_error • 0.1.17Path to the element that failed to deserializeINDIRECT7
serde_urlencoded • 0.7.1`x-www-form-urlencoded` meets SerdeINDIRECT11
serde • 1.0.210A generic serialization/deserialization frameworkINDIRECT5
sha2 • 0.10.9Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. INDIRECT9
shell-escape • 0.1.5Escape characters that may have a special meaning in a shellINDIRECT0
snafu-derive • 0.7.5An ergonomic error handling libraryINDIRECT5
snafu • 0.7.5An ergonomic error handling libraryINDIRECT25
socket2 • 0.5.10Utilities for handling networking sockets with a maximal amount of configuration possible intended. INDIRECT11
socks • 0.3.4SOCKS proxy clientsINDIRECT5
static_assertions • 1.1.0Compile-time assertions to ensure that invariants are met.INDIRECT0
strip-ansi-escapes • 0.1.1Strip ANSI escape sequences from byte streams.INDIRECT7
structopt-derive • 0.4.18Parse command line argument by defining a struct, derive crate.INDIRECT9
structopt • 0.3.26Parse command line argument by defining a struct.INDIRECT25
subprocess • 0.2.9Execution of child processes and pipelines, inspired by Python's subprocess module, with Rust-specific extensions. INDIRECT4
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.56Parser for Rust source codeINDIRECT3
system-configuration-sys • 0.5.0Low level bindings to SystemConfiguration framework for macOSINDIRECT2
system-configuration • 0.5.1Bindings to SystemConfiguration framework for macOSINDIRECT5
tar • 0.4.44A Rust implementation of a TAR file reader and writer. This library does not currently handle compression, but it is abstract over all I/O readers and writers. Additionally, great lengths are taken to ensure that the entire contents are never required to be entirely resident in memory all at once. INDIRECT16
tempfile • 3.20.0A library for managing temporary files and directories.INDIRECT32
term_size • 0.3.2functions for determining terminal sizes and dimensionsINDIRECT4
thiserror-impl • 1.0.65Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.65derive(Error)INDIRECT5
thread_local • 1.1.9Per-object thread-local storageINDIRECT1
time • 0.3.15Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].INDIRECT3
toml_edit • 0.3.1Yet another format-preserving TOML parser.INDIRECT15
toml • 0.5.11A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures. INDIRECT6
typenum • 1.18.0Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.INDIRECT0
ucd-trie • 0.1.7A trie for storing Unicode codepoint sets and maps. INDIRECT0
unicase • 2.6.0A case-insensitive wrapper around strings.INDIRECT1
unicode-bidi • 0.3.18Implementation of the Unicode Bidirectional AlgorithmINDIRECT0
unicode-normalization • 0.1.24This crate provides functions for normalization of Unicode strings, including Canonical and Compatible Decomposition and Recomposition, as described in Unicode Standard Annex #15. INDIRECT2
unicode-segmentation • 1.12.0This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules. INDIRECT0
unicode-width • 0.1.14Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. INDIRECT0
unicode-xid • 0.2.6Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. INDIRECT0
ureq • 1.5.5Simple, safe HTTP clientINDIRECT54
url • 2.3.0URL library for Rust, based on the WHATWG URL StandardDIRECT14
utf8parse • 0.2.2Table-driven UTF-8 parserINDIRECT0
vcpkg • 0.2.15A library to find native dependencies in a vcpkg tree at build time in order to be used in Cargo build scripts. INDIRECT0
vec_map • 0.8.2A simple map based on a vector for small integer keysINDIRECT0
vec1 • 1.12.1a std Vec wrapper assuring that it has at least 1 elementINDIRECT0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
vte_generate_state_changes • 0.1.2Proc macro for generating VTE state changesINDIRECT3
vte • 0.10.1Parser for implementing terminal emulatorsINDIRECT6
wasm-bindgen-backend • 0.2.100Backend code generation of the wasm-bindgen tool INDIRECT7
wasm-bindgen-futures • 0.4.50Bridging the gap between Rust Futures and JavaScript PromisesINDIRECT16
wasm-bindgen-macro-support • 0.2.100The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate INDIRECT8
wasm-bindgen-macro • 0.2.100Definition of the `#[wasm_bindgen]` attribute, an internal dependency INDIRECT9
wasm-bindgen-shared • 0.2.100Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency. INDIRECT1
wasm-bindgen • 0.2.100Easy support for interacting between JS and Rust. INDIRECT13
web-sys • 0.3.77Bindings for all Web APIs, a procedurally generated crate from WebIDL INDIRECT15
winapi-i686-pc-windows-gnu • 0.4.0Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi-x86_64-pc-windows-gnu • 0.4.0Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi • 0.3.9Raw FFI bindings for all of Windows API.INDIRECT2
windows_aarch64_gnullvm • 0.48.5Import lib for WindowsINDIRECT0
windows_aarch64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_aarch64_gnullvm • 0.53.0Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.53.0Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.48.5Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.53.0Import lib for WindowsINDIRECT0
windows_i686_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnullvm • 0.53.0Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.53.0Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.53.0Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.53.0Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.53.0Import lib for WindowsINDIRECT0
windows-core • 0.61.2Core type support for COM and WindowsINDIRECT9
windows-implement • 0.60.0The implement macro for the windows crateINDIRECT4
windows-interface • 0.59.1The interface macro for the windows crateINDIRECT4
windows-link • 0.1.3Linking for WindowsINDIRECT0
windows-result • 0.3.4Windows error handlingINDIRECT1
windows-strings • 0.4.2Windows string typesINDIRECT1
windows-sys • 0.48.0Rust for WindowsINDIRECT8
windows-sys • 0.52.0Rust for WindowsINDIRECT9
windows-sys • 0.59.0Rust for WindowsINDIRECT9
windows-sys • 0.60.2Rust for WindowsINDIRECT9
windows-targets • 0.48.5Import libs for WindowsINDIRECT7
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
windows-targets • 0.53.2Import libs for WindowsINDIRECT8
zeroize • 1.8.1Securely clear secrets from memory with a simple trait built on stable Rust primitives which guarantee memory is zeroed using an operation will not be 'optimized away' by the compiler. Uses a portable pure Rust implementation that works everywhere, even WASM! INDIRECT0
MIT51
PackageRelationDependenciesPublished
ansi_term • 0.12.1Library for ANSI terminal colours and styles (bold, underline)INDIRECT3
atty • 0.2.14A simple interface for querying attyINDIRECT5
bytes • 1.1.0Types and traits for working with bytesINDIRECT0
cargo_metadata • 0.14.2structured access to the output of `cargo metadata`INDIRECT13
clap • 2.34.0A simple to use, efficient, and full-featured Command Line Argument ParserINDIRECT13
combine • 4.6.7Fast parser combinators on arbitrary streams with zero-copy support.INDIRECT2
commoncrypto-sys • 0.2.0FFI bindings to Mac OS X's CommonCrypto libraryINDIRECT1
commoncrypto • 0.2.0Idiomatic Rust wrappers for Mac OS X's CommonCrypto libraryINDIRECT2
crypto-hash • 0.3.4A wrapper for OS-level cryptographic hash functionsINDIRECT27
curl-sys • 0.4.82+curl-8.14.1Native bindings to the libcurl libraryINDIRECT25
curl • 0.4.48Rust bindings to libcurl for making HTTP requestsINDIRECT30
doc-comment • 0.3.3Macro to generate doc commentsINDIRECT0
fs_extra • 1.3.0Expanding std::fs and std::io. Recursively copy folders with information about process and much more.INDIRECT0
fwdansi • 1.1.0Forwards a byte string with ANSI escape code to a termcolor terminalINDIRECT13
generic-array • 0.14.7Generic types implementing functionality of arraysINDIRECT2
h2 • 0.3.26An HTTP/2 client and serverINDIRECT56
http-body • 0.4.6Trait representing an asynchronous, streaming, HTTP request or response body. INDIRECT5
hyper • 0.14.32A fast and correct HTTP library.INDIRECT64
hyperx • 1.4.0Hyper's typed header module, eXtracted and improvedINDIRECT11
jsonwebtoken • 7.2.0Create and decode JWTs in a strongly typed way.INDIRECT59
libredox • 0.1.4Redox stable ABIINDIRECT3
matches • 0.1.10A macro to evaluate, as a boolean, whether an expression matches a pattern.INDIRECT0
mio • 1.0.4Lightweight non-blocking I/O.INDIRECT12
openssl-sys • 0.9.109FFI bindings to OpenSSLINDIRECT12
os_info • 3.12.0Detect the operating system type and version.INDIRECT30
pem • 0.8.3Parse and encode PEM-encoded data.INDIRECT6
plist • 1.5.1A rusty plist parser. Supports Serde serialization.INDIRECT18
qstring • 0.7.2Query string parserINDIRECT1
quick-xml • 0.30.0High performance xml reader and writerINDIRECT1
redox_syscall • 0.5.13A Rust library to access raw Redox system callsINDIRECT1
redox_users • 0.4.6A Rust library to access Redox users and groups functionalityINDIRECT13
schannel • 0.1.27Schannel bindings for rust, allowing SSL/TLS (e.g. https) without opensslINDIRECT10
slab • 0.4.10Pre-allocated storage for a uniform data typeINDIRECT0
spin • 0.5.2Spin-based synchronization primitivesINDIRECT0
strsim • 0.10.0Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. INDIRECT0
strsim • 0.8.0Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. INDIRECT0
textwrap • 0.11.0Powerful library for word wrapping, indenting, and dedenting stringsINDIRECT6
textwrap • 0.16.2Library for word wrapping, indenting, and dedenting strings. Has optional support for Unicode and emojis as well as machine hyphenation.INDIRECT0
tokio-macros • 2.5.0Tokio's proc macros. INDIRECT4
tokio-native-tls • 0.3.1An implementation of TLS/SSL streams for Tokio using native-tls giving an implementation of TLS for nonblocking I/O streams. INDIRECT71
tokio-util • 0.7.13Additional utilities for working with Tokio. INDIRECT42
tokio • 1.43.1An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. DIRECT39
tower-service • 0.3.3Trait representing an asynchronous, request / response based, client or server. INDIRECT0
tracing-attributes • 0.1.30Procedural macro attributes for automatically instrumenting functions. INDIRECT4
tracing-core • 0.1.34Core primitives for application-level tracing. INDIRECT1
tracing-log • 0.1.4Provides compatibility between `tracing` and the `log` crate. DIRECT3
tracing-subscriber • 0.3.19Utilities for implementing and composing `tracing` subscribers. DIRECT2
tracing • 0.1.41Application-level tracing for Rust. DIRECT8
try-lock • 0.2.5A lightweight atomic lock.INDIRECT0
want • 0.3.1Detect when another Future wants a result.INDIRECT1
winreg • 0.50.0Rust bindings to MS Windows Registry APIINDIRECT10
MIT OR Unlicense9
PackageRelationDependenciesPublished
aho-corasick • 0.7.20Fast multiple substring searching.INDIRECT1
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
globset • 0.4.9Cross platform single glob and glob set matching. Glob set matching is the process of matching one or more glob patterns against a single candidate path simultaneously, and returning all of the globs that matched. INDIRECT7
ignore • 0.4.18A fast library for efficiently matching ignore files such as `.gitignore` against file paths. INDIRECT25
memchr • 2.7.5Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
same-file • 1.0.6A simple crate for determining whether two file paths point to the same file. INDIRECT11
termcolor • 1.4.1A simple cross platform library for writing colored text to a terminal. INDIRECT11
walkdir • 2.5.0Recursively walk a directory.INDIRECT12
winapi-util • 0.1.9A dumping ground for high level safe wrappers over windows-sys.INDIRECT10
Apache-2.05
PackageRelationDependenciesPublished
bytesize • 1.3.3an utility for human-readable bytes representationsINDIRECT0
crates-index • 0.17.0Library for retrieving and interacting with the crates.io indexINDIRECT55
folder_compare • 0.4.0Compare two folders and get a list of changed and new filesINDIRECT19
line-wrap • 0.1.1Efficiently insert line separatorsINDIRECT1
openssl • 0.10.73OpenSSL bindingsINDIRECT20
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception5
PackageRelationDependenciesPublished
linux-raw-sys • 0.9.4Generated bindings for Linux's userspace APIINDIRECT0
rustix • 1.0.7Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscallsINDIRECT24
wasi • 0.11.1+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
wasi • 0.14.2+wasi-0.2.4WASI API bindings for RustINDIRECT2
wit-bindgen-rt • 0.39.0Runtime support for the `wit-bindgen` crate INDIRECT1
MPL-2.0+4
PackageRelationDependenciesPublished
bitmaps • 2.1.0Fixed size boolean arraysINDIRECT1
im-rc • 15.1.0Immutable collection datatypes (the fast but not thread safe version)INDIRECT10
sized-chunks • 0.6.5Efficient sized chunk datatypesINDIRECT2
smartstring • 0.2.10Compact inlined stringsINDIRECT7
Apache-2.0 OR MIT OR Zlib4
PackageRelationDependenciesPublished
miniz_oxide • 0.7.4DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
miniz_oxide • 0.8.9DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
tinyvec_macros • 0.1.1Some macros for tiny containersINDIRECT0
tinyvec • 1.9.0`tinyvec` provides 100% safe vec-like data structures.INDIRECT1
non-standard3
PackageRelationDependenciesPublished
conventional_commit_parser • 0.9.4A rust implementation of the conventional commit specification. INDIRECT19
ring • 0.16.20An experiment.INDIRECT29
webpki • 0.21.4Web PKI X.509 Certificate Verification.INDIRECT30
0BSD OR Apache-2.0 OR MIT2
PackageRelationDependenciesPublished
adler • 1.0.2A simple clean-room implementation of the Adler-32 checksumINDIRECT0
adler2 • 2.0.1A simple clean-room implementation of the Adler-32 checksumINDIRECT0
Apache-2.0 OR ISC OR MIT2
PackageRelationDependenciesPublished
rustls • 0.19.1Rustls is a modern TLS library written in Rust.INDIRECT33
sct • 0.6.1Certificate transparency SCT verification libraryINDIRECT30
ISC2
PackageRelationDependenciesPublished
simple_asn1 • 0.4.1A simple DER/ASN.1 encoding/decoding library.INDIRECT41
untrusted • 0.7.1Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs in Rust.INDIRECT0
Apache-2.0 OR BSD-2-Clause OR MIT2
PackageRelationDependenciesPublished
zerocopy-derive • 0.8.26Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.8.26Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don't have to.INDIRECT5
BSD-3-Clause1
PackageRelationDependenciesPublished
deunicode • 1.6.2Convert Unicode strings to pure ASCII by intelligently transliterating them. Suppors Emoji and Chinese.INDIRECT0
Apache-2.0 OR CC0-1.0 OR MIT-01
PackageRelationDependenciesPublished
dunce • 1.0.5Normalize Windows paths to the most compatible format, avoiding UNC where possibleINDIRECT0
BSD-3-Clause AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
encoding_rs • 0.8.35A Gecko-oriented implementation of the Encoding StandardINDIRECT1
Apache-2.0 OR LGPL-2.1-or-later OR MIT1
PackageRelationDependenciesPublished
r-efi • 5.3.0UEFI Reference Specification Protocol Constants and DefinitionsINDIRECT0
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.20Fast floating point to string conversionINDIRECT0
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.18Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
MPL-2.01
PackageRelationDependenciesPublished
webpki-roots • 0.21.1Mozilla's CA root certificates for use with webpkiINDIRECT31
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/release-plz)](https://licenses.dev/cargo/release-plz)
<a href="https://licenses.dev/cargo/release-plz">
  <img src="https://licenses.dev/b/cargo/release-plz" alt="licenses" />
</a>

Or the licenses badge code for the 0.1.0 version:

[![licenses](https://licenses.dev/b/cargo/release-plz/0.1.0)](https://licenses.dev/cargo/release-plz/0.1.0)
<a href="https://licenses.dev/cargo/release-plz/0.1.0">
  <img src="https://licenses.dev/b/cargo/release-plz/0.1.0" alt="licenses" />
</a>
GitHub