Package Licenses
BSD-3-Clause
Dependency Licenses
Apache-2.0 OR MIT10
Package | Relation | Dependencies | Published |
---|---|---|---|
encode_unicode • 0.3.6UTF-8 and UTF-16 character types, iterators and related methods for char, u8 and u16. | DIRECT | 0 | |
hermit-abi • 0.1.19Hermit system calls definitions. | INDIRECT | 1 | |
lazy_static • 0.2.11A macro for declaring lazily evaluated statics in Rust. | DIRECT | 0 | |
libc • 0.2.169Raw FFI bindings to platform libraries like libc. | INDIRECT | 0 | |
rustc-serialize • 0.3.25Generic serialization/deserialization support corresponding to the `derive(RustcEncodable, RustcDecodable)` mode in the compiler. Also includes support for hex, base64, and json encoding and decoding. This crate is deprecated in favor of serde. | INDIRECT | 0 | |
term • 0.4.6A terminal formatting library | DIRECT | 3 | |
unicode-width • 0.1.14Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. | DIRECT | 0 | |
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. | INDIRECT | 0 | |
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. | INDIRECT | 0 | |
winapi • 0.3.9Raw FFI bindings for all of Windows API. | INDIRECT | 2 |
MIT4
Package | Relation | Dependencies | Published |
---|---|---|---|
atty • 0.2.14A simple interface for querying atty | DIRECT | 5 | |
kernel32-sys • 0.2.2Contains function definitions for the Windows API library kernel32. See winapi for types and constants. | INDIRECT | 2 | |
winapi-build • 0.1.1Common code for build.rs in WinAPI -sys crates. | INDIRECT | 0 | |
winapi • 0.2.8Raw FFI bindings for all of Windows API. | INDIRECT | 0 |
MIT OR Unlicense3
Package | Relation | Dependencies | Published |
---|---|---|---|
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian. | INDIRECT | 0 | |
csv • 0.15.0Fast CSV parsing with support for serde. | DIRECT | 4 | |
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. | INDIRECT | 1 |