licenses.dev

skim v0.10.4

Fuzzy Finder in rust!

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT78
PackageRelationDependenciesPublished
android_system_properties • 0.1.5Minimal Android system properties wrapperINDIRECT1
arrayvec • 0.7.6A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.INDIRECT0
autocfg • 1.5.0Automatic cfg for Rust compiler featuresINDIRECT0
beef • 0.5.2More compact CowDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. DIRECT0
bumpalo • 3.20.2A fast bump allocation arena for Rust.INDIRECT0
cc • 1.2.57A 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. INDIRECT2
cfg-if • 1.0.4A 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
chrono • 0.4.44Date and time library for RustDIRECT30
clap_lex • 0.2.4Minimal, flexible command line parserINDIRECT1
clap • 3.2.25A simple to use, efficient, and full-featured Command Line Argument ParserDIRECT19
core-foundation-sys • 0.8.7Bindings to Core Foundation for macOSINDIRECT0
crossbeam-channel • 0.5.15Multi-producer multi-consumer channels for message passingINDIRECT1
crossbeam-deque • 0.8.6Concurrent work-stealing dequeINDIRECT2
crossbeam-epoch • 0.9.18Epoch-based garbage collectionINDIRECT1
crossbeam-queue • 0.3.12Concurrent queuesINDIRECT1
crossbeam-utils • 0.8.21Utilities for concurrent programmingINDIRECT0
crossbeam • 0.8.4Tools for concurrent programmingDIRECT5
deranged • 0.3.11Ranged integersINDIRECT0
derive_builder_core • 0.11.2Internal helper library for the derive_builder crate.INDIRECT10
derive_builder_macro • 0.11.2Rust macro to automatically implement the builder pattern for arbitrary structs.INDIRECT11
derive_builder • 0.11.2Rust macro to automatically implement the builder pattern for arbitrary structs.DIRECT12
dirs-next • 2.0.0A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS. INDIRECT16
dirs-sys-next • 0.1.2system-level helper functions for the dirs and directories cratesINDIRECT15
either • 1.15.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
env_logger • 0.9.3A logging implementation for `log` which is configured via an environment variable. DIRECT16
find-msvc-tools • 0.1.9Find windows-specific tools, read MSVC versions from the registry and from COM interfacesINDIRECT0
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
getrandom • 0.2.17A small cross-platform library for retrieving random data from system sourceINDIRECT3
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT0
hermit-abi • 0.1.19Hermit system calls definitions.INDIRECT1
humantime • 2.3.0A parser and formatter for std::time::{Duration, SystemTime}INDIRECT0
iana-time-zone-haiku • 0.1.2iana-time-zone support crate for Haiku OSINDIRECT3
iana-time-zone • 0.1.65get the IANA time zone for the current systemINDIRECT27
ident_case • 1.0.1Utility for applying case rules to Rust identifiers.INDIRECT0
indexmap • 1.9.3A hash table with consistent order and fast iteration.INDIRECT2
js-sys • 0.3.91Bindings for all JS global objects and functions in all JS environments like Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate. INDIRECT12
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.DIRECT0
libc • 0.2.183Raw FFI bindings to platform libraries like libc.INDIRECT0
log • 0.4.29A lightweight logging facade for Rust DIRECT0
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
once_cell • 1.21.4Single assignment cells and lazy values.INDIRECT0
os_str_bytes • 6.6.1Lossless functionality for platform-native strings INDIRECT0
pin-utils • 0.1.0Utilities for pinning INDIRECT0
proc-macro2 • 1.0.106A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.45Quasi-quoting macro quote!(...)INDIRECT2
rayon-core • 1.13.0Core APIs for RayonINDIRECT3
rayon • 1.11.0Simple work-stealing parallelism for RustDIRECT5
regex-syntax • 0.7.5A regular expression parser.INDIRECT0
regex • 1.8.4An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. DIRECT3
rustversion • 1.0.22Conditional compilation according to rustc compiler versionINDIRECT0
shlex • 1.3.0Split a string into shell words, like Python's shlex.DIRECT0
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.56Parser for Rust source codeINDIRECT3
term • 0.7.0A terminal formatting library INDIRECT18
thiserror-impl • 1.0.65Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.65derive(Error)INDIRECT5
thread_local • 1.1.9Per-object thread-local storageINDIRECT1
time-core • 0.1.2This crate is an implementation detail and should not be relied upon directly.INDIRECT0
time • 0.3.29Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].DIRECT2
unicode-width • 0.1.14Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. DIRECT0
utf8parse • 0.2.2Table-driven UTF-8 parserINDIRECT0
vte_generate_state_changes • 0.1.2Proc macro for generating VTE state changesINDIRECT3
vte • 0.11.1Parser for implementing terminal emulatorsDIRECT6
wasm-bindgen-macro-support • 0.2.114Implementation APIs for the `#[wasm_bindgen]` attributeINDIRECT6
wasm-bindgen-macro • 0.2.114Definition of the `#[wasm_bindgen]` attribute, an internal dependency INDIRECT7
wasm-bindgen-shared • 0.2.114Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency. INDIRECT1
wasm-bindgen • 0.2.114Easy support for interacting between JS and Rust. INDIRECT11
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-core • 0.62.2Core type support for COM and WindowsINDIRECT9
windows-implement • 0.60.2The implement macro for the Windows cratesINDIRECT4
windows-interface • 0.59.3The interface macro for the Windows cratesINDIRECT4
windows-link • 0.2.1Linking for WindowsINDIRECT0
windows-result • 0.4.1Windows error handlingINDIRECT1
windows-strings • 0.5.1Windows string typesINDIRECT1
windows-sys • 0.61.2Rust for WindowsINDIRECT1
MIT13
PackageRelationDependenciesPublished
atty • 0.2.14A simple interface for querying attyDIRECT5
darling_core • 0.14.4Helper crate for proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code. INDIRECT7
darling_macro • 0.14.4Internal support for a proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code. INDIRECT8
darling • 0.14.4A proc-macro library for reading attributes into structs when implementing custom derives. INDIRECT9
fuzzy-matcher • 0.3.7Fuzzy Matching LibraryDIRECT2
libredox • 0.1.14Redox stable ABIINDIRECT1
memoffset • 0.6.5offset_of functionality for Rust structs.INDIRECT1
nix • 0.24.3Rust friendly bindings to *nix APIsINDIRECT3
nix • 0.25.1Rust friendly bindings to *nix APIsDIRECT6
redox_users • 0.4.6A Rust library to access Redox users and groups functionalityINDIRECT11
strsim • 0.10.0Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. INDIRECT0
textwrap • 0.16.2Library for word wrapping, indenting, and dedenting strings. Has optional support for Unicode and emojis as well as machine hyphenation.INDIRECT0
tuikit • 0.5.0Toolkit for writing TUI applicationsDIRECT24
MIT OR Unlicense4
PackageRelationDependenciesPublished
aho-corasick • 1.1.4Fast multiple substring searching.INDIRECT0
memchr • 2.8.0Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
termcolor • 1.4.1A simple cross platform library for writing colored text to a terminal. INDIRECT3
winapi-util • 0.1.11A dumping ground for high level safe wrappers over windows-sys.INDIRECT2
MPL-2.02
PackageRelationDependenciesPublished
defer-drop • 1.3.0Defer dropping large types to a background threadDIRECT3
timer • 0.2.0A simple timer. Use it to schedule execution of closures after a delay or at a given timestamp.DIRECT31
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.24Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
wasi • 0.11.1+wasi-snapshot-preview1WASI API bindings for RustINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.10.4 version:

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