licenses.dev

tree_magic v0.2.3

Determines the MIME type of a file by traversing a filetype tree.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT33
PackageRelationDependenciesPublished
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
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
fixedbitset • 0.2.0FixedBitSet is a simple bitset collectionINDIRECT0
fnv • 1.0.7Fowler–Noll–Vo hash functionDIRECT0
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT0
hermit-abi • 0.1.19Hermit system calls definitions.INDIRECT1
hermit-abi • 0.3.9Hermit system calls definitions.INDIRECT0
indexmap • 1.9.3A hash table with consistent order and fast iteration.INDIRECT2
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.DIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
lock_api • 0.3.4Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT1
num_cpus • 1.16.0Get the number of CPUs on a machine.DIRECT2
parking_lot_core • 0.7.3An advanced API for creating custom synchronization primitives.INDIRECT9
parking_lot • 0.10.2More compact and efficient implementations of the standard synchronization primitives.DIRECT12
petgraph • 0.5.1Graph data structure library. Provides graph types and graph algorithms.DIRECT4
scopeguard • 1.2.0A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as shorthands for guards with one of the implemented strategies. INDIRECT0
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
unicode-width • 0.1.14Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. INDIRECT0
vec_map • 0.8.2A simple map based on a vector for small integer keysINDIRECT0
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
MIT8
PackageRelationDependenciesPublished
ansi_term • 0.12.1Library for ANSI terminal colours and styles (bold, underline)INDIRECT3
atty • 0.2.14A simple interface for querying attyINDIRECT5
clap • 2.34.0A simple to use, efficient, and full-featured Command Line Argument ParserDIRECT12
nom • 3.2.1A byte-oriented, zero-copy, parser combinators libraryDIRECT2
redox_syscall • 0.1.57A Rust library to access raw Redox system callsINDIRECT0
scoped_threadpool • 0.1.9A library for scoped and cached threadpools.DIRECT0
strsim • 0.8.0Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. INDIRECT0
textwrap • 0.11.0Powerful library for word wrapping, indenting, and dedenting stringsINDIRECT1
MIT OR Unlicense5
PackageRelationDependenciesPublished
memchr • 1.0.2Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT1
same-file • 1.0.6A simple crate for determining whether two file paths point to the same file. INDIRECT11
tabwriter • 1.4.0Elastic tabstops.DIRECT1
walkdir • 2.5.0Recursively walk a directory.DIRECT12
winapi-util • 0.1.9A dumping ground for high level safe wrappers over windows-sys.INDIRECT10
BSD-2-Clause1
PackageRelationDependenciesPublished
cloudabi • 0.0.3Low level interface to CloudABI. Contains all syscalls and related types.INDIRECT1
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.2.3 version:

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