licenses.dev

globwalk v0.8.1

Glob-matched recursive file system walking.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT37
PackageRelationDependenciesPublished
backtrace-sys • 0.1.37Bindings to the libbacktrace gcc library INDIRECT3
backtrace • 0.3.35A library to acquire a stack trace (backtrace) at runtime in a Rust program. DIRECT6
bitflags • 1.3.2A macro to generate structures which behave like bitflags. DIRECT0
bstr • 0.2.17A string type that is not required to be valid UTF-8.INDIRECT1
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 • 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. INDIRECT0
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
crossbeam-utils • 0.8.20Utilities for concurrent programmingINDIRECT0
failure • 0.1.8Experimental error handling abstraction.INDIRECT7
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
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
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
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.4.6Random number generators and other randomness functionality. INDIRECT8
regex-syntax • 0.6.29A regular expression parser.INDIRECT0
regex • 1.7.3An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. INDIRECT3
remove_dir_all • 0.5.3A safe, reliable implementation of remove_dir_all for WindowsINDIRECT3
rustc-demangle • 0.1.24Rust compiler symbol demangling. INDIRECT0
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
tempdir • 0.3.7A library for managing a temporary directory and deleting all contents when it's dropped. DIRECT10
thread_local • 1.1.8Per-object thread-local storageINDIRECT2
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
windows_aarch64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows-sys • 0.59.0Rust for WindowsINDIRECT9
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
MIT OR Unlicense7
PackageRelationDependenciesPublished
aho-corasick • 0.7.20Fast multiple substring searching.INDIRECT1
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. INDIRECT7
ignore • 0.4.18A fast library for efficiently matching ignore files such as `.gitignore` against file paths. DIRECT26
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
same-file • 1.0.6A simple crate for determining whether two file paths point to the same file. INDIRECT11
walkdir • 2.5.0Recursively walk a directory.DIRECT12
winapi-util • 0.1.9A dumping ground for high level safe wrappers over windows-sys.INDIRECT10
MIT2
PackageRelationDependenciesPublished
docmatic • 0.1.2Test Rust examples in your documentation.DIRECT9
which • 2.0.1A Rust equivalent of Unix command "which". Locate installed executable in cross platforms.INDIRECT8
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/globwalk)](https://licenses.dev/cargo/globwalk)
<a href="https://licenses.dev/cargo/globwalk">
  <img src="https://licenses.dev/b/cargo/globwalk" alt="licenses" />
</a>

Or the licenses badge code for the 0.8.1 version:

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