Package Licenses
MIT
Dependency Licenses
Apache-2.0 OR MIT20
Package | Relation | Dependencies | Published |
---|---|---|---|
bstr • 0.2.17A string type that is not required to be valid UTF-8. | INDIRECT | 1 | |
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. | INDIRECT | 0 | |
crossbeam-utils • 0.8.21Utilities for concurrent programming | INDIRECT | 0 | |
fnv • 1.0.7Fowler–Noll–Vo hash function | INDIRECT | 0 | |
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust. | INDIRECT | 0 | |
log • 0.4.22A lightweight logging facade for Rust | INDIRECT | 0 | |
once_cell • 1.20.2Single assignment cells and lazy values. | INDIRECT | 0 | |
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 | |
thread_local • 1.1.8Per-object thread-local storage | 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 |
MIT OR Unlicense7
Package | Relation | Dependencies | Published |
---|---|---|---|
aho-corasick • 0.7.20Fast multiple substring searching. | INDIRECT | 1 | |
globset • 0.4.9Cross platform single glob and glob set matching. Glob set matching is the process of matching one or more glob patterns against a single candidate path simultaneously, and returning all of the globs that matched. | INDIRECT | 7 | |
ignore • 0.4.18A fast library for efficiently matching ignore files such as `.gitignore` against file paths. | DIRECT | 26 | |
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 | |
same-file • 1.0.6A simple crate for determining whether two file paths point to the same file. | INDIRECT | 11 | |
walkdir • 2.5.0Recursively walk a directory. | DIRECT | 12 | |
winapi-util • 0.1.9A dumping ground for high level safe wrappers over windows-sys. | INDIRECT | 10 |