licenses.dev

nu-engine v0.87.1

Nushell's evaluation engine

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT116
PackageRelationDependenciesPublished
android_system_properties • 0.1.5Minimal Android system properties wrapperINDIRECT1
android-tzdata • 0.1.1Parser for the Android-specific tzdata fileINDIRECT0
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.4.0Automatic cfg for Rust compiler featuresINDIRECT0
bit-set • 0.5.3A set of bitsINDIRECT1
bit-vec • 0.6.3A vector of bitsINDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
bitflags • 2.6.0A macro to generate structures which behave like bitflags. INDIRECT0
bumpalo • 3.16.0A fast bump allocation arena for Rust.INDIRECT0
cc • 1.2.5A 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
cexpr • 0.6.0A C expression parser and evaluatorINDIRECT3
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
chrono-humanize • 0.2.3Human-friendly time expressions - similar to Python arrow.humanizeINDIRECT38
chrono • 0.4.39Date and time library for RustINDIRECT37
core-foundation-sys • 0.8.7Bindings to Core Foundation for macOSINDIRECT0
crc32fast • 1.4.2Fast, SIMD-accelerated CRC32 (IEEE) checksum computationINDIRECT1
crossbeam-deque • 0.8.6Concurrent work-stealing dequeINDIRECT2
crossbeam-epoch • 0.9.18Epoch-based garbage collectionINDIRECT1
crossbeam-utils • 0.8.21Utilities for concurrent programmingINDIRECT0
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. INDIRECT17
dirs-sys-next • 0.1.2system-level helper functions for the dirs and directories cratesINDIRECT16
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
equivalent • 1.0.1Traits for key comparison in maps.INDIRECT0
erased-serde • 0.4.5Type-erased Serialize and Serializer traitsINDIRECT7
errno • 0.3.10Cross-platform interface to the `errno` variable.INDIRECT11
flate2 • 1.0.35DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. INDIRECT4
getrandom • 0.2.15A small cross-platform library for retrieving random data from system sourceINDIRECT3
glob • 0.3.1Support for matching file paths against Unix shell style patterns. INDIRECT0
hashbrown • 0.15.2A Rust port of Google's SwissTable hash mapINDIRECT0
hermit-abi • 0.3.9Hermit system calls definitions.INDIRECT0
hermit-abi • 0.4.0Hermit system calls definitions.INDIRECT0
hex • 0.4.3Encoding and decoding data into/from hexadecimal representation.INDIRECT0
iana-time-zone-haiku • 0.1.2iana-time-zone support crate for Haiku OSINDIRECT2
iana-time-zone • 0.1.61get the IANA time zone for the current systemINDIRECT30
indexmap • 2.7.0A hash table with consistent order and fast iteration.INDIRECT2
inventory • 0.3.16Typed distributed plugin registrationINDIRECT1
itertools • 0.12.1Extra iterator adaptors, iterator methods, free functions, and macros.INDIRECT1
itoa • 1.0.14Fast integer primitive to string conversionINDIRECT0
js-sys • 0.3.76Bindings 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. INDIRECT13
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
lazycell • 1.3.0A library providing a lazily filled Cell structINDIRECT0
libc • 0.2.169Raw FFI bindings to platform libraries like libc. INDIRECT0
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
lscolors • 0.15.0Colorize paths using the LS_COLORS environment variableINDIRECT10
minimal-lexical • 0.2.1Fast float parsing conversion routines.INDIRECT0
ntapi • 0.4.1FFI bindings for Native APIINDIRECT3
nu-glob • 0.87.1Fork of glob. Support for matching file paths against Unix shell style patterns. DIRECT0
num-format • 0.4.4A Rust crate for producing string-representations of numbers, formatted according to international standardsINDIRECT2
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
omnipath • 0.1.6Path utility libraryINDIRECT0
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
proc-macro2 • 1.0.92A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
procfs • 0.15.1Interface to the linux procfs pseudo-filesystemINDIRECT70
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
rayon-core • 1.12.1Core APIs for RayonINDIRECT3
rayon • 1.10.0Simple work-stealing parallelism for RustINDIRECT5
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
rustc-hash • 1.1.0speed, non-cryptographic hash used in rustcINDIRECT0
rustversion • 1.0.18Conditional compilation according to rustc compiler versionINDIRECT0
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.133A JSON serialization file formatINDIRECT9
serde • 1.0.195A generic serialization/deserialization frameworkINDIRECT5
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
strip-ansi-escapes • 0.2.0Strip ANSI escape sequences from byte streams.INDIRECT6
syn • 2.0.90Parser for Rust source codeINDIRECT2
sys-locale • 0.3.2Small and lightweight library to obtain the active system localeINDIRECT1
terminal_size • 0.1.17Gets the size of your Linux or Windows terminalINDIRECT4
thiserror-impl • 1.0.69Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.69derive(Error)INDIRECT5
typeid • 1.0.2Const TypeId and non-'static TypeIdINDIRECT0
typetag-impl • 0.2.19Implementation detail of the typetag crateINDIRECT4
typetag • 0.2.19Serde serializable and deserializable trait objectsINDIRECT12
unicase • 2.8.0A case-insensitive wrapper around strings.INDIRECT0
unicode-width • 0.1.14Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. INDIRECT0
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 emulatorsINDIRECT5
wasm-bindgen-backend • 0.2.99Backend code generation of the wasm-bindgen tool INDIRECT7
wasm-bindgen-macro-support • 0.2.99The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate INDIRECT8
wasm-bindgen-macro • 0.2.99Definition of the `#[wasm_bindgen]` attribute, an internal dependency INDIRECT9
wasm-bindgen-shared • 0.2.99Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency. INDIRECT0
wasm-bindgen • 0.2.99Easy support for interacting between JS and Rust. INDIRECT12
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.42.2Import lib for WindowsINDIRECT0
windows_aarch64_gnullvm • 0.48.5Import lib for WindowsINDIRECT0
windows_aarch64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.42.2Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.42.2Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.48.5Import 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.42.2Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.42.2Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.42.2Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.42.2Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows-core • 0.52.0Rust for WindowsINDIRECT9
windows-sys • 0.45.0Rust for WindowsINDIRECT8
windows-sys • 0.48.0Rust for WindowsINDIRECT8
windows-sys • 0.52.0Rust for WindowsINDIRECT9
windows-sys • 0.59.0Rust for WindowsINDIRECT9
windows-targets • 0.42.2Import libs for WindowsINDIRECT7
windows-targets • 0.48.5Import libs for WindowsINDIRECT7
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
MIT20
PackageRelationDependenciesPublished
byte-unit • 4.0.19A library for interacting with units of bytes.INDIRECT7
crossterm_winapi • 0.9.1WinAPI wrapper that provides some basic simple abstractions around common WinAPI callsINDIRECT3
fancy-regex • 0.11.0An implementation of regexes, supporting a relatively rich set of features, including backreferences and look-around.INDIRECT6
is-terminal • 0.4.13Test whether a given stream is a terminalINDIRECT12
libproc • 0.14.8A library to get information about running processes - for Mac OS X and LinuxINDIRECT35
libredox • 0.1.3Redox stable ABIINDIRECT2
lru • 0.12.5A LRU cache implementationINDIRECT1
nix • 0.27.1Rust friendly bindings to *nix APIsINDIRECT3
nom • 7.1.3A byte-oriented, zero-copy, parser combinators libraryINDIRECT2
nu-ansi-term • 0.49.0Library for ANSI terminal colors and styles (bold, underline)INDIRECT9
nu-path • 0.87.1Path handling library for NushellDIRECT20
nu-protocol • 0.87.1Nushell's internal protocols, including its abstract syntax treeDIRECT158
nu-system • 0.87.1Nushell system queryingINDIRECT100
nu-utils • 0.87.1Nushell utility functionsDIRECT29
owo-colors • 3.5.0Zero-allocation terminal colors that'll make people go owoINDIRECT0
redox_users • 0.4.6A Rust library to access Redox users and groups functionalityINDIRECT12
smawk • 0.3.2Functions for finding row-minima in a totally monotone matrix.INDIRECT0
sysinfo • 0.29.11Library to get system information such as processes, CPUs, disks, components and networksINDIRECT14
textwrap • 0.15.2Powerful library for word wrapping, indenting, and dedenting stringsINDIRECT3
utf8-width • 0.1.7To determine the width of a UTF-8 character by providing its first byte.INDIRECT0
Apache-2.07
PackageRelationDependenciesPublished
clang-sys • 1.8.1Rust bindings for libclang.INDIRECT13
miette-derive • 5.10.0Derive macros for miette. Like `thiserror` for Diagnostics.INDIRECT4
miette • 5.10.0Fancy diagnostic reporting library and protocol for us mere mortals who aren't compiler hackers.INDIRECT34
supports-color • 2.1.0Detects whether a terminal supports color, and gives details about that support.INDIRECT14
supports-hyperlinks • 2.1.0Detects whether a terminal supports rendering hyperlinks.INDIRECT13
supports-unicode • 2.1.0Detects whether a terminal supports unicode.INDIRECT13
unicode-linebreak • 0.1.5Implementation of the Unicode Line Breaking AlgorithmINDIRECT0
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception4
PackageRelationDependenciesPublished
io-lifetimes • 1.0.11A low-level I/O ownership and borrowing libraryINDIRECT11
linux-raw-sys • 0.1.4Generated bindings for Linux's userspace APIINDIRECT0
rustix • 0.36.17Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscallsINDIRECT34
wasi • 0.11.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
MIT OR Unlicense3
PackageRelationDependenciesPublished
aho-corasick • 0.7.20Fast multiple substring searching.INDIRECT1
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
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
unknown2
PackageRelationDependenciesPublished
is_ci • 1.2.0Super lightweight CI environment checker. Just tells you if you're in CI or not without much fuss.INDIRECT0
pure-rust-locales • 0.8.1Pure Rust locales imported directly from the GNU C Library. `LC_COLLATE` and `LC_CTYPE` are not yet supported.INDIRECT0
CC-PDDC1
PackageRelationDependenciesPublished
pwd • 1.4.0Safe interface to pwd.h INDIRECT7
Apache-2.0 OR BSD-2-Clause OR MIT1
PackageRelationDependenciesPublished
mach2 • 0.4.2A Rust interface to the user-space API of the Mach 3.0 kernel that underlies OSX.INDIRECT1
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
bindgen • 0.69.5Automatically generates Rust FFI bindings to C and C++ libraries.INDIRECT32
Apache-2.0 OR MIT OR Zlib1
PackageRelationDependenciesPublished
miniz_oxide • 0.8.2DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.14Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler2 • 2.0.0A simple clean-room implementation of the Adler-32 checksumINDIRECT0
ISC1
PackageRelationDependenciesPublished
libloading • 0.8.6Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.INDIRECT10
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.87.1 version:

[![licenses](https://licenses.dev/b/cargo/nu-engine/0.87.1)](https://licenses.dev/cargo/nu-engine/0.87.1)
<a href="https://licenses.dev/cargo/nu-engine/0.87.1">
  <img src="https://licenses.dev/b/cargo/nu-engine/0.87.1" alt="licenses" />
</a>
GitHub