licenses.dev

webidl v0.4.1

A WebIDL parser

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT54
PackageRelationDependenciesPublished
ascii-canvas • 1.0.0simple canvas for drawing lines and styled text and emitting to the terminalINDIRECT4
bit-set • 0.4.0A set of bitsINDIRECT1
bit-vec • 0.4.4A vector of bitsINDIRECT0
bitflags • 0.9.1A macro to generate structures which behave like bitflags. INDIRECT0
bzip2-sys • 0.1.11+1.0.8Bindings to libbzip2 for bzip2 compression and decompression exposed as Reader/Writer streams. INDIRECT4
bzip2 • 0.3.3Bindings to libbzip2 for bzip2 compression and decompression exposed as Reader/Writer streams. INDIRECT5
cc • 1.1.31A 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
crc32fast • 1.4.2Fast, SIMD-accelerated CRC32 (IEEE) checksum computationINDIRECT1
diff • 0.1.13An LCS based slice and string diffing implementation.INDIRECT0
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
ena • 0.5.0Union-find, congruence closure, and other unification code. Based on code from rustc.INDIRECT0
fixedbitset • 0.1.9FixedBitSet is a simple bitset collectionINDIRECT0
flate2 • 1.0.34DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. INDIRECT4
getopts • 0.2.21getopts-like option parsing. INDIRECT1
itertools • 0.5.10Extra iterator adaptors, iterator methods, free functions, and macros.INDIRECT1
itertools • 0.6.5Extra iterator adaptors, iterator methods, free functions, and macros.INDIRECT1
itoa • 1.0.11Fast integer primitive to string conversionINDIRECT0
lalrpop-intern • 0.13.1Simple string interner used by LALRPOPINDIRECT0
lalrpop-snap • 0.13.1convenient LR(1) parser generatorINDIRECT32
lalrpop-util • 0.13.1Runtime library for parsers generated by LALRPOPDIRECT0
lalrpop • 0.13.1convenient LR(1) parser generatorDIRECT33
lazy_static • 0.2.11A macro for declaring lazily evaluated statics in Rust.INDIRECT0
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
msdos_time • 0.1.6Converts an MsDosDateTime (FAT time) to a Tm value INDIRECT6
ordermap • 0.3.5A hash table with consistent order and fast iteration. NOTE: This crate was renamed to indexmap. Please use it under its new name.INDIRECT0
petgraph • 0.4.13Graph data structure library. Provides graph types and graph algorithms.INDIRECT2
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
podio • 0.1.7Additional trait for Read and Write to read and write Plain Old Data INDIRECT0
proc-macro2 • 1.0.89A 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
regex-syntax • 0.4.2A regular expression parser.INDIRECT0
regex-syntax • 0.5.6A regular expression parser.INDIRECT1
regex • 0.2.11An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. INDIRECT7
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-parser • 0.7.0Parsing of the semver spec. INDIRECT0
semver • 0.6.0Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT1
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.132A JSON serialization file formatINDIRECT9
serde • 1.0.210A generic serialization/deserialization frameworkINDIRECT5
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
syn • 2.0.56Parser for Rust source codeINDIRECT3
term • 0.4.6A terminal formatting library INDIRECT3
thread_local • 0.3.6Per-object thread-local storageINDIRECT1
time • 0.1.45Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].INDIRECT5
toml • 0.4.10A 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
ucd-util • 0.1.10A small utility library for working with the Unicode character database. INDIRECT0
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-width • 0.1.14Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. INDIRECT0
unicode-xid • 0.0.4Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. 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
MIT10
PackageRelationDependenciesPublished
atty • 0.1.2A simple interface for querying attyINDIRECT4
cargo_metadata • 0.2.3structured access to the output of `cargo metadata`INDIRECT10
kernel32-sys • 0.2.2Contains function definitions for the Windows API library kernel32. See winapi for types and constants.INDIRECT2
matches • 0.1.10A macro to evaluate, as a boolean, whether an expression matches a pattern.INDIRECT0
pulldown-cmark • 0.0.15A pull parser for CommonMarkINDIRECT3
quine-mc_cluskey • 0.2.4Rust implementation of the Quine-McCluskey algorithm and Petrick's methodINDIRECT0
strsim • 0.6.0Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. INDIRECT0
winapi-build • 0.1.1Common code for build.rs in WinAPI -sys crates.INDIRECT0
winapi • 0.2.8Raw FFI bindings for all of Windows API.INDIRECT0
zip • 0.2.8Library to support the reading and writing of zip files. DIRECT18
MIT OR Unlicense4
PackageRelationDependenciesPublished
aho-corasick • 0.6.10Fast multiple substring searching.INDIRECT1
docopt • 0.7.0Command line argument parsing.INDIRECT11
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
utf8-ranges • 1.0.5DEPRECATED. Use regex-syntax::utf8 submodule instead.INDIRECT0
Apache-2.0 OR MIT OR Zlib3
PackageRelationDependenciesPublished
miniz_oxide • 0.8.0DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
tinyvec_macros • 0.1.1Some macros for tiny containersINDIRECT0
tinyvec • 1.8.0`tinyvec` provides 100% safe vec-like data structures.INDIRECT1
MPL-2.02
PackageRelationDependenciesPublished
clippy_lints • 0.0.165A bunch of helpful lints to avoid common pitfalls in RustINDIRECT22
clippy • 0.0.165A bunch of helpful lints to avoid common pitfalls in Rust.DIRECT28
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
wasi • 0.10.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler2 • 2.0.0A simple clean-room implementation of the Adler-32 checksumINDIRECT0
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
Unicode-DFS-2016 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.13Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.4.1 version:

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