licenses.dev

rustyline v13.0.0

Rustyline, a readline implementation based on Antirez's Linenoise

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT106
PackageRelationDependenciesPublished
ahash • 0.8.12A non-cryptographic hash function using AES-NI for high performanceINDIRECT9
allocator-api2 • 0.2.21Mirror of Rust's allocator APIINDIRECT0
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
assert_matches • 1.5.0Asserts that a value matches a patternDIRECT0
autocfg • 1.5.0Automatic cfg for Rust compiler featuresINDIRECT0
beef • 0.5.2More compact CowINDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
bitflags • 2.11.0A 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. DIRECT0
chrono • 0.4.44Date and time library for RustINDIRECT30
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 programmingINDIRECT5
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.INDIRECT12
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.10.2A logging implementation for `log` which is configured via an environment variable. DIRECT1
errno • 0.3.14Cross-platform interface to the `errno` variable.INDIRECT3
fallible-iterator • 0.3.0Fallible iterator traitsINDIRECT0
fallible-streaming-iterator • 0.1.9Fallible streaming iterationINDIRECT0
fastrand • 2.3.0A simple and fast random number generatorINDIRECT0
fd-lock • 4.0.4Advisory cross-platform lock on a file using a file descriptor to it.DIRECT18
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
getrandom • 0.3.4A small cross-platform library for retrieving random data from system sourceINDIRECT5
hashbrown • 0.14.5A Rust port of Google's SwissTable hash mapINDIRECT11
hashlink • 0.8.4HashMap-like containers that hold their key-value pairs in a user controllable orderINDIRECT12
home • 0.5.12Shared definitions of home directories.DIRECT2
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
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.INDIRECT0
libc • 0.2.183Raw FFI bindings to platform libraries like libc.DIRECT0
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
pin-utils • 0.1.0Utilities for pinning INDIRECT0
pkg-config • 0.3.32A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. INDIRECT0
ppv-lite86 • 0.2.21Cross-platform cryptography-oriented low-level SIMD library.INDIRECT6
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
rand_chacha • 0.3.1ChaCha random number generator INDIRECT12
rand_core • 0.6.4Core random number generation traits and tools for implementation.INDIRECT4
rand • 0.8.5Random number generators and other randomness functionality. DIRECT13
rayon-core • 1.13.0Core APIs for RayonINDIRECT3
rayon • 1.11.0Simple work-stealing parallelism for RustINDIRECT5
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.INDIRECT0
signal-hook-registry • 1.4.8Backend crate for signal-hookINDIRECT4
signal-hook • 0.3.18Unix signal handlingDIRECT5
smallvec • 1.15.1'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.56Parser for Rust source codeINDIRECT3
tempfile • 3.27.0A library for managing temporary files and directories.DIRECT14
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].INDIRECT2
unicode-segmentation • 1.12.0This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules. DIRECT0
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 parserDIRECT0
vcpkg • 0.2.15A library to find native dependencies in a vcpkg tree at build time in order to be used in Cargo build scripts. INDIRECT0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
vte_generate_state_changes • 0.1.2Proc macro for generating VTE state changesINDIRECT3
vte • 0.11.1Parser for implementing terminal emulatorsINDIRECT6
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.DIRECT2
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-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.59.0Rust for WindowsINDIRECT9
windows-sys • 0.61.2Rust for WindowsINDIRECT1
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
MIT21
PackageRelationDependenciesPublished
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
doc-comment • 0.3.4Macro to generate doc commentsDIRECT0
endian-type • 0.1.2Type safe wrappers for types with a defined byte orderINDIRECT0
fuzzy-matcher • 0.3.7Fuzzy Matching LibraryINDIRECT2
libredox • 0.1.14Redox stable ABIINDIRECT1
libsqlite3-sys • 0.27.0Native bindings to the libsqlite3 libraryINDIRECT5
memoffset • 0.6.5offset_of functionality for Rust structs.INDIRECT1
nibble_vec • 0.1.0Vector data-structure for half-byte values.INDIRECT1
nix • 0.24.3Rust friendly bindings to *nix APIsINDIRECT3
nix • 0.25.1Rust friendly bindings to *nix APIsINDIRECT6
nix • 0.27.1Rust friendly bindings to *nix APIsDIRECT3
radix_trie • 0.2.1Generic radix trie data-structure.DIRECT3
redox_users • 0.4.6A Rust library to access Redox users and groups functionalityINDIRECT11
rusqlite • 0.30.0Ergonomic wrapper for SQLiteDIRECT23
rustyline-derive • 0.10.0Rustyline macros implementation of #[derive(Completer, Helper, Hinter, Highlighter)]DIRECT4
skim • 0.10.4Fuzzy Finder in rust!DIRECT86
strsim • 0.10.0Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. INDIRECT0
termios • 0.3.3Safe bindings for the termios library.DIRECT1
tuikit • 0.5.0Toolkit for writing TUI applicationsINDIRECT24
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception5
PackageRelationDependenciesPublished
linux-raw-sys • 0.12.1Generated bindings for Linux's userspace APIINDIRECT0
rustix • 1.1.4Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscallsINDIRECT6
wasi • 0.11.1+wasi-snapshot-preview1WASI API bindings for RustINDIRECT0
wasip2 • 1.0.2+wasi-0.2.9WASIp2 API bindings for RustINDIRECT1
wit-bindgen • 0.51.0Rust bindings generator and runtime support for WIT and the component model. Used when compiling Rust programs to the component model. INDIRECT0
BSL-1.02
PackageRelationDependenciesPublished
clipboard-win • 5.4.1Provides simple way to interact with Windows clipboard.DIRECT1
error-code • 3.3.2Error codeINDIRECT0
MIT OR Unlicense2
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. DIRECT0
MPL-2.02
PackageRelationDependenciesPublished
defer-drop • 1.3.0Defer dropping large types to a background threadINDIRECT3
timer • 0.2.0A simple timer. Use it to schedule execution of closures after a delay or at a given timestamp.INDIRECT31
Apache-2.0 OR BSD-2-Clause OR MIT2
PackageRelationDependenciesPublished
zerocopy-derive • 0.8.42Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.8.42Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don't have to.INDIRECT5
Apache-2.0 OR LGPL-2.1-or-later OR MIT1
PackageRelationDependenciesPublished
r-efi • 5.3.0UEFI Reference Specification Protocol Constants and DefinitionsINDIRECT0
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
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 13.0.0 version:

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