licenses.dev

puppetfile v0.1.2

Puppetfile parser

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT46
PackageRelationDependenciesPublished
bitflags • 2.6.0A macro to generate structures which behave like bitflags. INDIRECT0
cc • 1.2.5A 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. INDIRECT1
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
cookie • 0.18.1HTTP cookie parsing and cookie jar management. Supports signed and private (encrypted, authenticated) jars. INDIRECT6
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.2.1Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.INDIRECT1
idna_adapter • 1.1.0Back end adapter for idnaINDIRECT6
idna • 1.0.3IDNA (Internationalizing Domain Names in Applications) and Punycode.INDIRECT9
itoa • 1.0.14Fast integer primitive to string conversionINDIRECT0
libc • 0.2.169Raw FFI bindings to platform libraries like libc. INDIRECT0
log • 0.2.5A lightweight logging facade for Rust DIRECT0
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
mime • 0.3.17Strongly Typed MimesINDIRECT0
num_threads • 0.1.7A minimal library that determines the number of running threads for the current process.INDIRECT1
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
openssl-macros • 0.1.1Internal macros used by the openssl crate.INDIRECT4
percent-encoding • 2.3.1Percent encoding and decodingINDIRECT0
pkg-config • 0.3.31A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. INDIRECT0
proc-macro2 • 1.0.92A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
rand_core • 0.3.1Core random number generator traits and tools for implementation. INDIRECT1
rand_core • 0.4.2Core random number generator traits and tools for implementation. INDIRECT0
rand • 0.3.23Random number generators and other randomness functionality. INDIRECT9
rand • 0.4.6Random number generators and other randomness functionality. INDIRECT8
rustc-serialize • 0.2.15Generic serialization/deserialization support corresponding to the `derive(RustcEncodable, RustcDecodable)` mode in the compiler. Also includes support for hex, base64, and json encoding and decoding. This crate is deprecated in favor of serde. DIRECT0
rustc-serialize • 0.3.25Generic serialization/deserialization support corresponding to the `derive(RustcEncodable, RustcDecodable)` mode in the compiler. Also includes support for hex, base64, and json encoding and decoding. This crate is deprecated in favor of serde. INDIRECT0
semver • 0.1.20Parser and evaluator for Cargo's flavor of Semantic VersioningDIRECT0
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
syn • 2.0.90Parser for Rust source codeINDIRECT2
time-macros • 0.2.4 Procedural macros for the time crate. This crate is an implementation detail and should not be relied upon directly. INDIRECT0
time • 0.3.15Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].INDIRECT4
traitobject • 0.1.0Unsafe helpers for working with raw trait objects.INDIRECT0
unicase • 2.8.0A 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 • 0.2.38URL library for Rust, based on the WHATWG URL StandardDIRECT13
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
uuid • 0.1.18A library to generate and parse UUIDs.INDIRECT11
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
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
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
MIT5
PackageRelationDependenciesPublished
hyper • 0.1.13A fast and correct HTTP library.DIRECT42
matches • 0.1.10A macro to evaluate, as a boolean, whether an expression matches a pattern.INDIRECT0
openssl-sys • 0.9.104FFI bindings to OpenSSLINDIRECT5
peg • 0.1.9A simple Parsing Expression Grammar (PEG) parser generator.DIRECT0
unsafe-any • 0.4.2Traits and implementations for unchecked downcasting.INDIRECT1
Apache-2.02
PackageRelationDependenciesPublished
openssl • 0.10.68OpenSSL bindingsINDIRECT16
unicode-joining-type • 0.7.0Fast lookup of the Unicode Joining Type and Joining Group propertiesINDIRECT0
Unicode-3.0 AND (Apache-2.0 OR MIT)2
PackageRelationDependenciesPublished
idna_mapping • 1.0.0UTS 46 mapping for unicode-rs back end of idnaINDIRECT1
unicode-ident • 1.0.14Determine 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.8.1`tinyvec` provides 100% safe vec-like data structures.INDIRECT1
non-standard1
PackageRelationDependenciesPublished
fuchsia-cprng • 0.1.1Rust crate for the Fuchsia cryptographically secure pseudorandom number generatorINDIRECT0
ISC1
PackageRelationDependenciesPublished
rdrand • 0.4.0An implementation of random number generator based on rdrand and rdseed instructionsINDIRECT2
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.1.2 version:

[![licenses](https://licenses.dev/b/cargo/puppetfile/0.1.2)](https://licenses.dev/cargo/puppetfile/0.1.2)
<a href="https://licenses.dev/cargo/puppetfile/0.1.2">
  <img src="https://licenses.dev/b/cargo/puppetfile/0.1.2" alt="licenses" />
</a>
GitHub