licenses.dev

irx-config v3.3.0

The library provides convenient way to represent/parse configuration from different sources

Published on

Licenses

Learn more about license information.

Package Licenses

BSD-2-Clause

Dependency Licenses

Apache-2.0 OR MIT56
PackageRelationDependenciesPublished
arrayvec • 0.7.6A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.INDIRECT0
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
cfg-if • 1.0.0A 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
clap_lex • 0.3.3Minimal, flexible command line parserINDIRECT1
clap • 4.1.13A simple to use, efficient, and full-featured Command Line Argument ParserDIRECT3
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
crypto-common • 0.1.6Common cryptographic traitsINDIRECT3
derive_builder_core • 0.12.0Internal helper library for the derive_builder crate.INDIRECT10
derive_builder_macro • 0.12.0Rust macro to automatically implement the builder pattern for arbitrary structs.INDIRECT11
derive_builder • 0.12.0Rust macro to automatically implement the builder pattern for arbitrary structs.DIRECT12
digest • 0.10.7Traits for cryptographic hash functions and message authentication codesINDIRECT5
equivalent • 1.0.2Traits for key comparison in maps.INDIRECT0
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
form_urlencoded • 1.2.1Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.INDIRECT1
hashbrown • 0.15.3A Rust port of Google's SwissTable hash mapINDIRECT0
ident_case • 1.0.1Utility for applying case rules to Rust identifiers.INDIRECT0
idna_adapter • 1.1.0Back end adapter for idnaINDIRECT6
idna • 1.0.3IDNA (Internationalizing Domain Names in Applications) and Punycode.INDIRECT9
indexmap • 2.9.0A hash table with consistent order and fast iteration.INDIRECT2
itoa • 1.0.15Fast integer primitive to string conversionINDIRECT0
libc • 0.2.172Raw FFI bindings to platform libraries like libc. INDIRECT0
once_cell • 1.21.3Single assignment cells and lazy values.INDIRECT0
os_str_bytes • 6.6.1Lossless functionality for platform-native strings INDIRECT0
percent-encoding • 2.3.1Percent encoding and decodingINDIRECT0
pest_derive • 2.5.7pest's derive macroINDIRECT21
pest_generator • 2.5.7pest code generatorINDIRECT20
pest_meta • 2.5.7pest meta language parser and validatorINDIRECT19
pest • 2.5.7The Elegant ParserINDIRECT7
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
regex-syntax • 0.7.5A regular expression parser.INDIRECT0
regex • 1.8.4An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. INDIRECT1
semver • 1.0.26Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT0
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.140A JSON serialization file formatDIRECT9
serde_spanned • 0.6.8Serde-compatible spanned ValueINDIRECT6
serde_yaml • 0.9.34+deprecatedYAML data format for SerdeDIRECT12
serde • 1.0.210A generic serialization/deserialization frameworkDIRECT5
sha2 • 0.10.9Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. INDIRECT9
smallvec • 1.15.0'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.56Parser for Rust source codeINDIRECT3
thiserror-impl • 1.0.65Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.65derive(Error)DIRECT5
toml_datetime • 0.6.9A TOML-compatible datetime typeINDIRECT6
toml • 0.7.8A 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. DIRECT8
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.8.1A case-insensitive wrapper around strings.INDIRECT0
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
url • 2.5.4URL library for Rust, based on the WHATWG URL StandardINDIRECT12
utf8_iter • 1.0.4Iterator by char over potentially-invalid UTF-8 in &[u8]INDIRECT0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
MIT9
PackageRelationDependenciesPublished
blake2b_simd • 1.0.3a pure Rust BLAKE2b implementation with dynamic SIMDDIRECT3
darling_core • 0.14.4Helper crate for proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code. INDIRECT7
darling_macro • 0.14.4Internal support for a proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code. INDIRECT8
darling • 0.14.4A proc-macro library for reading attributes into structs when implementing custom derives. INDIRECT9
generic-array • 0.14.7Generic types implementing functionality of arraysINDIRECT2
pulldown-cmark • 0.9.6A pull parser for CommonMarkINDIRECT3
strsim • 0.10.0Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. INDIRECT0
unsafe-libyaml • 0.2.11libyaml transpiled to rust by c2rustINDIRECT0
version-sync • 0.9.5Crate for ensuring that version numbers in README files and other files are kept in sync with the crate version.DIRECT29
Unicode-3.0 AND (Apache-2.0 OR MIT)2
PackageRelationDependenciesPublished
idna_mapping • 1.1.0UTS 46 mapping for unicode-rs back end of idnaINDIRECT1
unicode-ident • 1.0.18Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Apache-2.0 OR MIT OR Zlib2
PackageRelationDependenciesPublished
tinyvec_macros • 0.1.1Some macros for tiny containersINDIRECT0
tinyvec • 1.9.0`tinyvec` provides 100% safe vec-like data structures.INDIRECT1
ISC1
PackageRelationDependenciesPublished
json5 • 0.4.1A Rust JSON5 serializer and deserializer which speaks Serde.DIRECT24
BSD-2-Clause1
PackageRelationDependenciesPublished
arrayref • 0.3.9Macros to take array references of slicesINDIRECT0
Apache-2.0 OR CC0-1.0 OR MIT-01
PackageRelationDependenciesPublished
constant_time_eq • 0.3.1Compares two equal-sized byte strings in constant time.INDIRECT0
MIT OR Unlicense1
PackageRelationDependenciesPublished
memchr • 2.7.4Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.20Fast floating point to string conversionINDIRECT0
Apache-2.01
PackageRelationDependenciesPublished
unicode-joining-type • 1.0.0Fast lookup of the Unicode Joining Type and Joining Group propertiesINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 3.3.0 version:

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