Package Licenses
Apache-2.0 OR MIT
Dependency Licenses
Apache-2.0 OR MIT13
Package | Relation | Dependencies | Published |
---|---|---|---|
bitflags • 1.3.2A macro to generate structures which behave like bitflags. | DIRECT | 0 | |
cc • 1.2.6A 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. | INDIRECT | 1 | |
cfg-if • 0.1.10A 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. | INDIRECT | 0 | |
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust. | INDIRECT | 0 | |
libc • 0.2.169Raw FFI bindings to platform libraries like libc. | DIRECT | 0 | |
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. | INDIRECT | 1 | |
quote • 1.0.38Quasi-quoting macro quote!(...) | INDIRECT | 2 | |
regex-syntax • 0.7.5A regular expression parser. | INDIRECT | 0 | |
regex • 1.8.4An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. | INDIRECT | 1 | |
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)] | INDIRECT | 4 | |
serde • 1.0.210A generic serialization/deserialization framework | INDIRECT | 5 | |
shlex • 1.3.0Split a string into shell words, like Python's shlex. | INDIRECT | 0 | |
syn • 2.0.56Parser for Rust source code | INDIRECT | 3 |
MIT3
Package | Relation | Dependencies | Published |
---|---|---|---|
nix • 0.14.1Rust friendly bindings to *nix APIs | DIRECT | 6 | |
strsim • 0.10.0Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. | INDIRECT | 0 | |
void • 1.0.2The uninhabited void type for use in statically impossible cases. | INDIRECT | 0 |
MIT OR Unlicense2
Package | Relation | Dependencies | Published |
---|---|---|---|
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian. | DIRECT | 0 | |
docopt • 1.1.1Command line argument parsing. | DIRECT | 10 |
Unicode-3.0 AND (Apache-2.0 OR MIT)1
Package | Relation | Dependencies | Published |
---|---|---|---|
unicode-ident • 1.0.14Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31 | INDIRECT | 0 |