licenses.dev

tui v0.8.0

A library to build rich terminal user interfaces or dashboards

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT100
PackageRelationDependenciesPublished
addr2line • 0.20.0A cross-platform symbolication library written in Rust, using `gimli`INDIRECT1
android_system_properties • 0.1.5Minimal Android system properties wrapperINDIRECT1
android-tzdata • 0.1.1Parser for the Android-specific tzdata fileINDIRECT0
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
backtrace • 0.3.68A library to acquire a stack trace (backtrace) at runtime in a Rust program. INDIRECT11
bitflags • 0.2.1A macro to generate structures which behave like bitflags. INDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. DIRECT0
bitflags • 2.6.0A macro to generate structures which behave like bitflags. INDIRECT0
bumpalo • 3.16.0A fast bump allocation arena for Rust.INDIRECT0
cassowary • 0.3.0A Rust implementation of the Cassowary linear constraint solving algorithm. The Cassowary algorithm is designed for naturally laying out user interfaces using linear constraints, like 'this button must line up with this text box'. DIRECT0
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
chrono • 0.4.38Date and time library for RustINDIRECT34
core-foundation-sys • 0.8.7Bindings to Core Foundation for macOSINDIRECT0
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. DIRECT0
errno • 0.3.9Cross-platform interface to the `errno` variable.INDIRECT11
failure_derive • 0.1.8derives for the failure crateINDIRECT6
failure • 0.1.8Experimental error handling abstraction.DIRECT19
fastrand • 2.1.1A simple and fast random number generatorINDIRECT0
getrandom • 0.1.16A small cross-platform library for retrieving random data from system sourceINDIRECT3
gimli • 0.27.3A library for reading and writing the DWARF debugging format.INDIRECT0
heck • 0.3.3heck is a case conversion library.INDIRECT1
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
iovec • 0.1.4Portable buffer type for scatter/gather I/O operations INDIRECT1
itertools • 0.8.2Extra iterator adaptors, iterator methods, free functions, and macros.DIRECT1
js-sys • 0.3.72Bindings 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 • 0.2.11A macro for declaring lazily evaluated statics in Rust.INDIRECT0
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
lock_api • 0.3.4Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT1
log • 0.4.22A lightweight logging facade for Rust DIRECT0
miow • 0.2.2A zero overhead I/O library for Windows, focusing on IOCP and async I/O abstractions. INDIRECT10
net2 • 0.2.39Extensions to the standard library's networking types as proposed in RFC 1158. INDIRECT5
num-traits • 0.1.43Numeric traits for generic mathematicsINDIRECT2
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
numtoa • 0.1.0Convert numbers into stack-allocated byte arraysINDIRECT0
object • 0.31.1A unified interface for reading and writing object file formats.INDIRECT1
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
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.INDIRECT12
pkg-config • 0.3.31A 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.20Implementation of the crypto-simd API for x86INDIRECT7
proc-macro-error-attr • 1.0.4Attribute macro for proc-macro-error crateINDIRECT4
proc-macro-error • 1.0.4Almost drop-in replacement to panics in proc-macrosINDIRECT6
proc-macro2 • 1.0.88A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
rand_chacha • 0.2.2ChaCha random number generator INDIRECT13
rand_core • 0.5.1Core random number generator traits and tools for implementation. INDIRECT4
rand_hc • 0.2.0HC128 random number generator INDIRECT5
rand • 0.7.3Random number generators and other randomness functionality. DIRECT15
rustc-demangle • 0.1.24Rust compiler symbol demangling. INDIRECT0
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
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
signal-hook-registry • 1.4.2Backend crate for signal-hookINDIRECT1
signal-hook • 0.1.17Unix signal handlingINDIRECT20
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
stderrlog • 0.4.3Logger that logs to stderr based on verbosity specifiedDIRECT51
structopt-derive • 0.4.18Parse command line argument by defining a struct, derive crate.INDIRECT9
structopt • 0.3.26Parse command line argument by defining a struct.DIRECT27
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.82Parser for Rust source codeINDIRECT2
tempfile • 3.8.0A library for managing temporary files and directories.INDIRECT28
thread_local • 0.3.4Per-object thread-local storageINDIRECT3
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
unicode-xid • 0.2.6Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. INDIRECT0
unreachable • 1.0.0An unreachable code optimization hint in stable rust.INDIRECT1
vec_map • 0.8.2A simple map based on a vector for small integer keysINDIRECT0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
wasm-bindgen-backend • 0.2.95Backend code generation of the wasm-bindgen tool INDIRECT8
wasm-bindgen-macro-support • 0.2.95The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate INDIRECT9
wasm-bindgen-macro • 0.2.95Definition of the `#[wasm_bindgen]` attribute, an internal dependency INDIRECT10
wasm-bindgen-shared • 0.2.95Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency. INDIRECT0
wasm-bindgen • 0.2.95Easy 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.48.5Import lib for WindowsINDIRECT0
windows_aarch64_gnullvm • 0.52.6Import 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.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.48.5Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.52.6Import 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.48.5Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.52.6Import 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.48.0Rust for WindowsINDIRECT8
windows-sys • 0.52.0Rust for WindowsINDIRECT9
windows-sys • 0.59.0Rust for WindowsINDIRECT9
windows-targets • 0.48.5Import libs for WindowsINDIRECT7
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
MIT27
PackageRelationDependenciesPublished
ansi_term • 0.12.1Library for ANSI terminal colours and styles (bold, underline)INDIRECT3
atty • 0.2.11A simple interface for querying attyINDIRECT9
clap • 2.34.0A simple to use, efficient, and full-featured Command Line Argument ParserINDIRECT15
crossterm_winapi • 0.5.1WinAPI wrapper that provides some basic simple abstractions around common WinAPI callsINDIRECT3
crossterm • 0.14.2A crossplatform terminal library for manipulating terminals.DIRECT30
gag • 0.1.10Gag, redirect, or hold stdout/stderr output. Currently only *nix operating systems are supported.INDIRECT29
kernel32-sys • 0.2.2Contains function definitions for the Windows API library kernel32. See winapi for types and constants.INDIRECT2
mio • 0.6.23Lightweight non-blocking I/O.INDIRECT18
ncurses • 5.101.0A very thin wrapper around the ncurses TUI libraryINDIRECT4
pancurses • 0.16.1pancurses is a curses libary for Rust that supports both Unix and Windows platforms by abstracting away the backend that it uses (ncurses-rs and pdcurses-sys respectively). DIRECT11
pdcurses-sys • 0.7.1FFI bindings for PDCurses, specifically the win32a implementation.INDIRECT3
redox_syscall • 0.1.57A Rust library to access raw Redox system callsINDIRECT0
redox_syscall • 0.2.16A Rust library to access raw Redox system callsINDIRECT1
redox_syscall • 0.3.5A Rust library to access raw Redox system callsINDIRECT1
redox_termios • 0.1.3A Rust library to access Redox termios functionsINDIRECT0
rustbox • 0.11.0A rust implementation of the termbox libraryDIRECT35
slab • 0.4.9Pre-allocated storage for a uniform data typeINDIRECT1
strsim • 0.8.0Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. INDIRECT0
synstructure • 0.12.6Helper methods and macros for custom derivesINDIRECT5
termbox-sys • 0.2.12Low level bindings for the termbox libraryINDIRECT0
termion • 1.5.6A bindless library for manipulating terminals.DIRECT5
textwrap • 0.11.0Powerful library for word wrapping, indenting, and dedenting stringsINDIRECT1
void • 1.0.2The uninhabited void type for use in statically impossible cases.INDIRECT0
winapi-build • 0.1.1Common code for build.rs in WinAPI -sys crates.INDIRECT0
winapi • 0.2.8Raw FFI bindings for all of Windows API.INDIRECT0
winreg • 0.5.1Rust bindings to MS Windows Registry APIINDIRECT3
ws2_32-sys • 0.2.1Contains function definitions for the Windows API library ws2_32. See winapi for types and constants.INDIRECT2
MIT OR Unlicense4
PackageRelationDependenciesPublished
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
termcolor • 1.4.1A simple cross platform library for writing colored text to a terminal. INDIRECT11
winapi-util • 0.1.9A dumping ground for high level safe wrappers over windows-sys.INDIRECT10
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception3
PackageRelationDependenciesPublished
linux-raw-sys • 0.4.14Generated bindings for Linux's userspace APIINDIRECT0
rustix • 0.38.10Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscallsINDIRECT23
wasi • 0.9.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
BSD-3-Clause2
PackageRelationDependenciesPublished
fuchsia-zircon-sys • 0.3.3Low-level Rust bindings for the Zircon kernelINDIRECT0
fuchsia-zircon • 0.3.3Rust bindings for the Zircon kernelINDIRECT2
Apache-2.0 OR BSD-2-Clause OR MIT2
PackageRelationDependenciesPublished
zerocopy-derive • 0.7.35Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.7.35Utilities for zero-copy parsing and serializationINDIRECT6
0BSD1
PackageRelationDependenciesPublished
easycurses • 0.12.2A crate that makes working with curses easy.DIRECT12
Apache-2.0 OR MIT OR Zlib1
PackageRelationDependenciesPublished
miniz_oxide • 0.7.4DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler • 1.0.2A simple clean-room implementation of the Adler-32 checksumINDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
cloudabi • 0.0.3Low level interface to CloudABI. Contains all syscalls and related types.INDIRECT1
Unicode-DFS-2016 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.13Determine 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/tui)](https://licenses.dev/cargo/tui)
<a href="https://licenses.dev/cargo/tui">
  <img src="https://licenses.dev/b/cargo/tui" alt="licenses" />
</a>

Or the licenses badge code for the 0.8.0 version:

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