Package Licenses
MIT
Dependency Licenses
Apache-2.0 OR MIT44
Package | Relation | Dependencies | Published |
---|---|---|---|
anyhow • 1.0.94Flexible concrete Error type built on std::error::Error | INDIRECT | 0 | |
autocfg • 1.4.0Automatic cfg for Rust compiler features | INDIRECT | 0 | |
basic-toml • 0.1.9Minimal TOML library with few dependencies | INDIRECT | 6 | |
ctor • 0.1.26__attribute__((constructor)) for Rust | INDIRECT | 4 | |
diff • 0.1.13An LCS based slice and string diffing implementation. | INDIRECT | 0 | |
either • 1.6.1The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. | INDIRECT | 0 | |
glob • 0.3.1Support for matching file paths against Unix shell style patterns. | INDIRECT | 0 | |
itertools • 0.10.5Extra iterator adaptors, iterator methods, free functions, and macros. | INDIRECT | 1 | |
itoa • 1.0.14Fast integer primitive to string conversion | INDIRECT | 0 | |
literally • 0.1.3Macro literals for members of std::collections | INDIRECT | 0 | |
num-traits • 0.2.19Numeric traits for generic mathematics | INDIRECT | 1 | |
once_cell • 1.20.2Single assignment cells and lazy values. | INDIRECT | 0 | |
parse-display-derive • 0.5.5Procedural macro to implement Display and FromStr using common settings. | INDIRECT | 11 | |
parse-display • 0.5.5Procedural macro to implement Display and FromStr using common settings. | INDIRECT | 12 | |
paste • 1.0.15Macros for all your token pasting needs | INDIRECT | 0 | |
pretty_assertions • 1.2.1Overwrite `assert_eq!` and `assert_ne!` with drop-in replacements, adding colorful diffs. | INDIRECT | 11 | |
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.37Quasi-quoting macro quote!(...) | INDIRECT | 2 | |
regex-syntax • 0.6.29A regular expression parser. | INDIRECT | 0 | |
regex • 1.7.3An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. | INDIRECT | 3 | |
rustc_version • 0.4.1A library for querying the version of a installed rustc compiler | INDIRECT | 1 | |
rustversion • 1.0.18Conditional compilation according to rustc compiler version | INDIRECT | 0 | |
semver • 1.0.24Parser and evaluator for Cargo's flavor of Semantic Versioning | INDIRECT | 0 | |
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)] | INDIRECT | 4 | |
serde_json • 1.0.134A JSON serialization file format | INDIRECT | 9 | |
serde • 1.0.195A generic serialization/deserialization framework | INDIRECT | 5 | |
structmeta-derive • 0.1.6derive macro for structmeta crate. | INDIRECT | 4 | |
structmeta • 0.1.6Parse Rust's attribute arguments by defining a struct. | INDIRECT | 5 | |
syn • 1.0.109Parser for Rust source code | INDIRECT | 3 | |
syn • 2.0.90Parser for Rust source code | INDIRECT | 2 | |
trybuild • 1.0.89Test harness for ui tests of compiler diagnostics | INDIRECT | 26 | |
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. | INDIRECT | 0 | |
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. | INDIRECT | 0 | |
winapi • 0.3.9Raw FFI bindings for all of Windows API. | INDIRECT | 2 | |
windows_aarch64_gnullvm • 0.52.6Import lib for Windows | INDIRECT | 0 | |
windows_aarch64_msvc • 0.52.6Import lib for Windows | INDIRECT | 0 | |
windows_i686_gnu • 0.52.6Import lib for Windows | INDIRECT | 0 | |
windows_i686_gnullvm • 0.52.6Import lib for Windows | INDIRECT | 0 | |
windows_i686_msvc • 0.52.6Import lib for Windows | INDIRECT | 0 | |
windows_x86_64_gnu • 0.52.6Import lib for Windows | INDIRECT | 0 | |
windows_x86_64_gnullvm • 0.52.6Import lib for Windows | INDIRECT | 0 | |
windows_x86_64_msvc • 0.52.6Import lib for Windows | INDIRECT | 0 | |
windows-sys • 0.59.0Rust for Windows | INDIRECT | 9 | |
windows-targets • 0.52.6Import libs for Windows | INDIRECT | 8 |
MIT35
Package | Relation | Dependencies | Published |
---|---|---|---|
ansi_term • 0.12.1Library for ANSI terminal colours and styles (bold, underline) | INDIRECT | 3 | |
clone_dyn_meta • 0.1.1Derive to clone dyn structures. | INDIRECT | 7 | |
clone_dyn • 0.1.0Derive to clone dyn structures. | INDIRECT | 8 | |
convert_case • 0.4.0Convert strings into any case | INDIRECT | 0 | |
convert_case • 0.5.0Convert strings into any case | INDIRECT | 0 | |
data_type • 0.1.9Collection of primal data types. | INDIRECT | 3 | |
derive_more • 0.99.18Adds #[derive(x)] macros for more traits | INDIRECT | 7 | |
derive_tools • 0.1.5Collection of derives which extend STD. | INDIRECT | 23 | |
diagnostics_tools • 0.1.3Diagnostics tools. | INDIRECT | 12 | |
for_each • 0.1.3Apply macro for each element of a list. | INDIRECT | 0 | |
former_meta • 0.1.12Former - a variation of builder pattern. Implementation of its derive macro. Should not be used independently, instead use module::former which relies on the module. | INDIRECT | 10 | |
former_runtime • 0.1.11Former - variation of builder pattern. Its runtime. | INDIRECT | 0 | |
former • 0.1.12Former - variation of builder pattern. | INDIRECT | 12 | |
implements • 0.1.1Macro to answer the question: does it implement a trait? | INDIRECT | 0 | |
impls_index_meta • 0.1.1Several of macros to put each function under a named macro to index every function in a class. | INDIRECT | 7 | |
impls_index • 0.1.3Several of macros to put each function under a named macro to index every function in a class. | INDIRECT | 8 | |
inspect_type • 0.1.2Diagnostic-purpose tools to inspect type of a variable and its size. | INDIRECT | 0 | |
is_slice • 0.1.1Macro to answer the question: is it a slice? | INDIRECT | 0 | |
iter_tools • 0.1.4Collection of general purpose tools to iterate. Currently it simply reexports itertools. | INDIRECT | 2 | |
mem_tools • 0.1.1Collection of tools to manipulate memory. | INDIRECT | 0 | |
meta_tools_min • 0.2.13Collection of general purpose meta tools. Minimal Set. | INDIRECT | 32 | |
meta_tools • 0.2.18Collection of general purpose meta tools. | INDIRECT | 43 | |
mod_interface_meta • 0.1.11Protocol of modularity unifying interface of a module and introducing layers. | INDIRECT | 24 | |
mod_interface_runtime • 0.1.1Protocol of modularity unifying interface of a module and introducing layers. | INDIRECT | 0 | |
mod_interface • 0.1.16Protocol of modularity unifying interface of a module and introducing layers. | INDIRECT | 26 | |
output_vt100 • 0.1.3Utility to activate escape codes in Windows' CMD and PowerShell | INDIRECT | 3 | |
proc_macro_tools • 0.1.17Tools for writing procedural macroses. | INDIRECT | 6 | |
test_tools • 0.1.5Tools for writing and running tests. | DIRECT | 85 | |
type_constructor • 0.1.19Fundamental data types and type constructors, like Single, Pair, Many. | INDIRECT | 0 | |
typing_tools • 0.1.5Collection of general purpose tools for type checking. | INDIRECT | 3 | |
winterval • 0.1.5Interval adapter for both open/closed implementations of intervals ( ranges ). | INDIRECT | 0 | |
woptions_meta • 0.1.3Mechanism to define map of options for a fuction and its defaults laconically. Its meta. | INDIRECT | 37 | |
woptions_runtime • 0.1.3Mechanism to define map of options for a fuction and its defaults laconically. Its runtime. | INDIRECT | 13 | |
woptions • 0.1.3Mechanism to define map of options for a fuction and its defaults laconically. | INDIRECT | 42 | |
wtest_basic • 0.1.14Tools for writing tests. The most basic things. | INDIRECT | 84 |
MIT OR Unlicense4
Package | Relation | Dependencies | Published |
---|---|---|---|
aho-corasick • 0.7.20Fast multiple substring searching. | INDIRECT | 1 | |
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. | INDIRECT | 0 | |
termcolor • 1.4.1A simple cross platform library for writing colored text to a terminal. | INDIRECT | 11 | |
winapi-util • 0.1.9A dumping ground for high level safe wrappers over windows-sys. | INDIRECT | 10 |
Apache-2.01
Package | Relation | Dependencies | Published |
---|---|---|---|
dissimilar • 1.0.9Diff library with semantic cleanup, based on Google's diff-match-patch | INDIRECT | 0 |
Apache-2.0 OR BSL-1.01
Package | Relation | Dependencies | Published |
---|---|---|---|
ryu • 1.0.18Fast floating point to string conversion | INDIRECT | 0 |
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 |