Copyright 2024 NOREYA Technology e.U. maintenance@noreya.tech ALL RIGHTS RESERVED by NOREYA Technology e.U. Libraries from third-party providers: [ { "name": "addr2line", "version": "0.24.2", "authors": null, "repository": "https://github.com/gimli-rs/addr2line", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A cross-platform symbolication library written in Rust, using `gimli`" }, { "name": "adler2", "version": "2.0.0", "authors": "Jonas Schievink |oyvindln ", "repository": "https://github.com/oyvindln/adler2", "license": "0BSD OR Apache-2.0 OR MIT", "license_file": null, "description": "A simple clean-room implementation of the Adler-32 checksum" }, { "name": "aead", "version": "0.5.2", "authors": "RustCrypto Developers", "repository": "https://github.com/RustCrypto/traits", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Traits for Authenticated Encryption with Associated Data (AEAD) algorithms, such as AES-GCM as ChaCha20Poly1305, which provide a high-level API" }, { "name": "aes", "version": "0.8.4", "authors": "RustCrypto Developers", "repository": "https://github.com/RustCrypto/block-ciphers", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Pure Rust implementation of the Advanced Encryption Standard (a.k.a. Rijndael)" }, { "name": "aes-gcm", "version": "0.10.3", "authors": "RustCrypto Developers", "repository": "https://github.com/RustCrypto/AEADs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Pure Rust implementation of the AES-GCM (Galois/Counter Mode) Authenticated Encryption with Associated Data (AEAD) Cipher with optional architecture-specific hardware acceleration" }, { "name": "ahash", "version": "0.7.8", "authors": "Tom Kaitchuck ", "repository": "https://github.com/tkaitchuck/ahash", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A non-cryptographic hash function using AES-NI for high performance" }, { "name": "aho-corasick", "version": "1.1.3", "authors": "Andrew Gallant ", "repository": "https://github.com/BurntSushi/aho-corasick", "license": "MIT OR Unlicense", "license_file": null, "description": "Fast multiple substring searching." }, { "name": "android-tzdata", "version": "0.1.1", "authors": "RumovZ", "repository": "https://github.com/RumovZ/android-tzdata", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Parser for the Android-specific tzdata file" }, { "name": "android_system_properties", "version": "0.1.5", "authors": "Nicolas Silva ", "repository": "https://github.com/nical/android_system_properties", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Minimal Android system properties wrapper" }, { "name": "arc-swap", "version": "1.7.1", "authors": "Michal 'vorner' Vaner ", "repository": "https://github.com/vorner/arc-swap", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Atomically swappable Arc" }, { "name": "arrayvec", "version": "0.7.6", "authors": "bluss", "repository": "https://github.com/bluss/arrayvec", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString." }, { "name": "async-stream", "version": "0.3.6", "authors": "Carl Lerche ", "repository": "https://github.com/tokio-rs/async-stream", "license": "MIT", "license_file": null, "description": "Asynchronous streams using async & await notation" }, { "name": "async-stream-impl", "version": "0.3.6", "authors": "Carl Lerche ", "repository": "https://github.com/tokio-rs/async-stream", "license": "MIT", "license_file": null, "description": "proc macros for async-stream crate" }, { "name": "async-trait", "version": "0.1.83", "authors": "David Tolnay ", "repository": "https://github.com/dtolnay/async-trait", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Type erasure for async trait methods" }, { "name": "atomic", "version": "0.5.3", "authors": "Amanieu d'Antras ", "repository": "https://github.com/Amanieu/atomic-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Generic Atomic wrapper type" }, { "name": "atomic", "version": "0.6.0", "authors": "Amanieu d'Antras ", "repository": "https://github.com/Amanieu/atomic-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Generic Atomic wrapper type" }, { "name": "atomic-waker", "version": "1.1.2", "authors": "Stjepan Glavina |Contributors to futures-rs", "repository": "https://github.com/smol-rs/atomic-waker", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A synchronization primitive for task wakeup" }, { "name": "autocfg", "version": "1.4.0", "authors": "Josh Stone ", "repository": "https://github.com/cuviper/autocfg", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Automatic cfg for Rust compiler features" }, { "name": "backtrace", "version": "0.3.74", "authors": "The Rust Project Developers", "repository": "https://github.com/rust-lang/backtrace-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A library to acquire a stack trace (backtrace) at runtime in a Rust program." }, { "name": "base64", "version": "0.13.1", "authors": "Alice Maz |Marshall Pierce ", "repository": "https://github.com/marshallpierce/rust-base64", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "encodes and decodes base64 as bytes or utf8" }, { "name": "base64", "version": "0.22.1", "authors": "Marshall Pierce ", "repository": "https://github.com/marshallpierce/rust-base64", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "encodes and decodes base64 as bytes or utf8" }, { "name": "bcrypt", "version": "0.15.1", "authors": "Vincent Prouillet ", "repository": "https://github.com/Keats/rust-bcrypt", "license": "MIT", "license_file": null, "description": "Easily hash and verify passwords using bcrypt" }, { "name": "binascii", "version": "0.1.4", "authors": "Naim A. ", "repository": "https://github.com/naim94a/binascii-rs", "license": "MIT", "license_file": null, "description": "Useful no-std binascii operations including base64, base32 and base16 (hex)" }, { "name": "bitflags", "version": "1.3.2", "authors": "The Rust Project Developers", "repository": "https://github.com/bitflags/bitflags", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A macro to generate structures which behave like bitflags." }, { "name": "bitflags", "version": "2.6.0", "authors": "The Rust Project Developers", "repository": "https://github.com/bitflags/bitflags", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A macro to generate structures which behave like bitflags." }, { "name": "bitvec", "version": "1.0.1", "authors": null, "repository": "https://github.com/bitvecto-rs/bitvec", "license": "MIT", "license_file": null, "description": "Addresses memory by bits, for packed collections and bitfields" }, { "name": "block-buffer", "version": "0.10.4", "authors": "RustCrypto Developers", "repository": "https://github.com/RustCrypto/utils", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Buffer type for block processing of data" }, { "name": "blowfish", "version": "0.9.1", "authors": "RustCrypto Developers", "repository": "https://github.com/RustCrypto/block-ciphers", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Blowfish block cipher" }, { "name": "borsh", "version": "1.5.3", "authors": "Near Inc ", "repository": "https://github.com/near/borsh-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Binary Object Representation Serializer for Hashing" }, { "name": "borsh-derive", "version": "1.5.3", "authors": "Near Inc ", "repository": "https://github.com/near/borsh-rs", "license": "Apache-2.0", "license_file": null, "description": "Binary Object Representation Serializer for Hashing" }, { "name": "bstr", "version": "1.11.1", "authors": "Andrew Gallant ", "repository": "https://github.com/BurntSushi/bstr", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A string type that is not required to be valid UTF-8." }, { "name": "bumpalo", "version": "3.16.0", "authors": "Nick Fitzgerald ", "repository": "https://github.com/fitzgen/bumpalo", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A fast bump allocation arena for Rust." }, { "name": "byte-unit", "version": "5.1.6", "authors": "Magic Len ", "repository": "https://github.com/magiclen/byte-unit", "license": "MIT", "license_file": null, "description": "A library for interacting with units of bytes." }, { "name": "bytecheck", "version": "0.6.12", "authors": "David Koloski ", "repository": "https://github.com/djkoloski/bytecheck", "license": "MIT", "license_file": null, "description": "Derive macro for bytecheck" }, { "name": "bytecheck_derive", "version": "0.6.12", "authors": "David Koloski ", "repository": "https://github.com/djkoloski/bytecheck", "license": "MIT", "license_file": null, "description": "Derive macro for bytecheck" }, { "name": "bytemuck", "version": "1.20.0", "authors": "Lokathor ", "repository": "https://github.com/Lokathor/bytemuck", "license": "Apache-2.0 OR MIT OR Zlib", "license_file": null, "description": "A crate for mucking around with piles of bytes." }, { "name": "byteorder", "version": "1.5.0", "authors": "Andrew Gallant ", "repository": "https://github.com/BurntSushi/byteorder", "license": "MIT OR Unlicense", "license_file": null, "description": "Library for reading/writing numbers in big-endian and little-endian." }, { "name": "bytes", "version": "1.9.0", "authors": "Carl Lerche |Sean McArthur ", "repository": "https://github.com/tokio-rs/bytes", "license": "MIT", "license_file": null, "description": "Types and traits for working with bytes" }, { "name": "captcha", "version": "0.0.9", "authors": "Daniel Etzold ", "repository": "https://github.com/daniel-e/captcha", "license": null, "license_file": "LICENSE.md", "description": "Library for generating CAPTCHAs." }, { "name": "cc", "version": "1.2.3", "authors": "Alex Crichton ", "repository": "https://github.com/rust-lang/cc-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A 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." }, { "name": "cfg-if", "version": "1.0.0", "authors": "Alex Crichton ", "repository": "https://github.com/alexcrichton/cfg-if", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A 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." }, { "name": "cfg_aliases", "version": "0.2.1", "authors": "Zicklag ", "repository": "https://github.com/katharostech/cfg_aliases", "license": "MIT", "license_file": null, "description": "A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks." }, { "name": "chrono", "version": "0.4.39", "authors": null, "repository": "https://github.com/chronotope/chrono", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Date and time library for Rust" }, { "name": "chrono-tz", "version": "0.9.0", "authors": null, "repository": "https://github.com/chronotope/chrono-tz", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "TimeZone implementations for chrono from the IANA database" }, { "name": "chrono-tz-build", "version": "0.3.0", "authors": null, "repository": "https://github.com/chronotope/chrono-tz", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "internal build script for chrono-tz" }, { "name": "ciborium", "version": "0.2.2", "authors": "Nathaniel McCallum ", "repository": "https://github.com/enarx/ciborium", "license": "Apache-2.0", "license_file": null, "description": "serde implementation of CBOR using ciborium-basic" }, { "name": "ciborium-io", "version": "0.2.2", "authors": "Nathaniel McCallum ", "repository": "https://github.com/enarx/ciborium", "license": "Apache-2.0", "license_file": null, "description": "Simplified Read/Write traits for no_std usage" }, { "name": "ciborium-ll", "version": "0.2.2", "authors": "Nathaniel McCallum ", "repository": "https://github.com/enarx/ciborium", "license": "Apache-2.0", "license_file": null, "description": "Low-level CBOR codec primitives" }, { "name": "cipher", "version": "0.4.4", "authors": "RustCrypto Developers", "repository": "https://github.com/RustCrypto/traits", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Traits for describing block ciphers and stream ciphers" }, { "name": "color_quant", "version": "1.1.0", "authors": "nwin ", "repository": "https://github.com/image-rs/color_quant.git", "license": "MIT", "license_file": null, "description": "Color quantization library to reduce n colors to 256 colors." }, { "name": "cookie", "version": "0.18.1", "authors": "Sergio Benitez |Alex Crichton ", "repository": "https://github.com/SergioBenitez/cookie-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "HTTP cookie parsing and cookie jar management. Supports signed and private (encrypted, authenticated) jars." }, { "name": "core-foundation", "version": "0.9.4", "authors": "The Servo Project Developers", "repository": "https://github.com/servo/core-foundation-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Bindings to Core Foundation for macOS" }, { "name": "core-foundation-sys", "version": "0.8.7", "authors": "The Servo Project Developers", "repository": "https://github.com/servo/core-foundation-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Bindings to Core Foundation for macOS" }, { "name": "cpufeatures", "version": "0.2.16", "authors": "RustCrypto Developers", "repository": "https://github.com/RustCrypto/utils", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, with no_std support and support for mobile targets including Android and iOS" }, { "name": "crc32fast", "version": "1.4.2", "authors": "Sam Rijs |Alex Crichton ", "repository": "https://github.com/srijs/rust-crc32fast", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Fast, SIMD-accelerated CRC32 (IEEE) checksum computation" }, { "name": "crossbeam-channel", "version": "0.5.13", "authors": null, "repository": "https://github.com/crossbeam-rs/crossbeam", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Multi-producer multi-consumer channels for message passing" }, { "name": "crossbeam-deque", "version": "0.8.5", "authors": null, "repository": "https://github.com/crossbeam-rs/crossbeam", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Concurrent work-stealing deque" }, { "name": "crossbeam-epoch", "version": "0.9.18", "authors": null, "repository": "https://github.com/crossbeam-rs/crossbeam", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Epoch-based garbage collection" }, { "name": "crossbeam-utils", "version": "0.8.20", "authors": null, "repository": "https://github.com/crossbeam-rs/crossbeam", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Utilities for concurrent programming" }, { "name": "crunchy", "version": "0.2.2", "authors": "Vurich ", "repository": null, "license": "MIT", "license_file": null, "description": "Crunchy unroller: deterministically unroll constant loops" }, { "name": "crypto-common", "version": "0.1.6", "authors": "RustCrypto Developers", "repository": "https://github.com/RustCrypto/traits", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Common cryptographic traits" }, { "name": "ctr", "version": "0.9.2", "authors": "RustCrypto Developers", "repository": "https://github.com/RustCrypto/block-modes", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "CTR block modes of operation" }, { "name": "dbus", "version": "0.9.7", "authors": "David Henningsson ", "repository": "https://github.com/diwic/dbus-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Bindings to D-Bus, which is a bus commonly used on Linux for inter-process communication." }, { "name": "dbus-crossroads", "version": "0.5.2", "authors": "David Henningsson ", "repository": "https://github.com/diwic/dbus-rs/", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Framework for writing D-Bus method handlers" }, { "name": "dbus-tokio", "version": "0.7.6", "authors": "David Henningsson ", "repository": "https://github.com/diwic/dbus-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Makes it possible to use Tokio with D-Bus, which is a bus commonly used on Linux for inter-process communication." }, { "name": "deb-repo-diff", "version": "0.1.0", "authors": "Richard Schleich ", "repository": null, "license": "ALL RIGHTS RESERVED", "license_file": null, "description": null }, { "name": "debcontrol", "version": "0.1.1", "authors": "Felix Krull ", "repository": "https://gitlab.com/fkrull/debcontrol-rs", "license": "MIT", "license_file": null, "description": "Parse Debian control files" }, { "name": "debcontrol_struct", "version": "0.3.1", "authors": "Romain Porte ", "repository": "https://github.com/MicroJoe/debcontrol_struct", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Automatic Debian control file parsing for structs." }, { "name": "debcontrol_struct_derive", "version": "0.3.1", "authors": "Romain Porte ", "repository": "https://github.com/MicroJoe/debcontrol_struct", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Automatic Debian control file parsing for structs (proc macro)." }, { "name": "deranged", "version": "0.3.11", "authors": "Jacob Pratt ", "repository": "https://github.com/jhpratt/deranged", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Ranged integers" }, { "name": "deunicode", "version": "1.6.0", "authors": "Kornel Lesinski |Amit Chowdhury ", "repository": "https://github.com/kornelski/deunicode/", "license": "BSD-3-Clause", "license_file": null, "description": "Convert Unicode strings to pure ASCII by intelligently transliterating them. Suppors Emoji and Chinese." }, { "name": "devise", "version": "0.4.2", "authors": "Sergio Benitez ", "repository": "https://github.com/SergioBenitez/Devise", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A library for devising derives and other procedural macros." }, { "name": "devise_codegen", "version": "0.4.2", "authors": "Sergio Benitez ", "repository": "https://github.com/SergioBenitez/Devise", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A library for devising derives and other procedural macros." }, { "name": "devise_core", "version": "0.4.2", "authors": "Sergio Benitez ", "repository": "https://github.com/SergioBenitez/Devise", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A library for devising derives and other procedural macros." }, { "name": "digest", "version": "0.10.7", "authors": "RustCrypto Developers", "repository": "https://github.com/RustCrypto/traits", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Traits for cryptographic hash functions and message authentication codes" }, { "name": "displaydoc", "version": "0.2.5", "authors": "Jane Lusby ", "repository": "https://github.com/yaahc/displaydoc", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A derive macro for implementing the display Trait via a doc comment and string interpolation" }, { "name": "educe", "version": "0.6.0", "authors": "Magic Len ", "repository": "https://github.com/magiclen/educe", "license": "MIT", "license_file": null, "description": "This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits." }, { "name": "either", "version": "1.13.0", "authors": "bluss", "repository": "https://github.com/rayon-rs/either", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases." }, { "name": "encoding_rs", "version": "0.8.35", "authors": "Henri Sivonen ", "repository": "https://github.com/hsivonen/encoding_rs", "license": "(Apache-2.0 OR MIT) AND BSD-3-Clause", "license_file": null, "description": "A Gecko-oriented implementation of the Encoding Standard" }, { "name": "enum-ordinalize", "version": "4.3.0", "authors": null, "repository": "https://github.com/magiclen/enum-ordinalize", "license": "MIT", "license_file": null, "description": "This library enables enums to not only obtain the ordinal values of their variants but also allows for the construction of enums from an ordinal value." }, { "name": "enum-ordinalize-derive", "version": "4.3.1", "authors": null, "repository": "https://github.com/magiclen/enum-ordinalize", "license": "MIT", "license_file": null, "description": "This crate provides a procedural macro that enables enums to not only obtain the ordinal values of their variants but also allows for the construction of enums from an ordinal value." }, { "name": "env_logger", "version": "0.10.2", "authors": null, "repository": "https://github.com/rust-cli/env_logger", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A logging implementation for `log` which is configured via an environment variable." }, { "name": "equivalent", "version": "1.0.1", "authors": null, "repository": "https://github.com/cuviper/equivalent", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Traits for key comparison in maps." }, { "name": "errno", "version": "0.3.10", "authors": "Chris Wong ", "repository": "https://github.com/lambda-fairy/rust-errno", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Cross-platform interface to the `errno` variable." }, { "name": "fastrand", "version": "2.3.0", "authors": "Stjepan Glavina ", "repository": "https://github.com/smol-rs/fastrand", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A simple and fast random number generator" }, { "name": "fdeflate", "version": "0.3.7", "authors": "The image-rs Developers", "repository": "https://github.com/image-rs/fdeflate", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Fast specialized deflate implementation" }, { "name": "figment", "version": "0.10.19", "authors": "Sergio Benitez ", "repository": "https://github.com/SergioBenitez/Figment", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A configuration library so con-free, it's unreal." }, { "name": "file-format", "version": "0.25.0", "authors": "Mickaël Malécot ", "repository": "https://github.com/mmalecot/file-format", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Crate for determining the file format of a given file or stream." }, { "name": "filetime", "version": "0.2.25", "authors": "Alex Crichton ", "repository": "https://github.com/alexcrichton/filetime", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Platform-agnostic accessors of timestamps in File metadata" }, { "name": "flate2", "version": "1.0.35", "authors": "Alex Crichton |Josh Triplett ", "repository": "https://github.com/rust-lang/flate2-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams." }, { "name": "fluent", "version": "0.16.1", "authors": "Zibi Braniecki |Staś Małolepszy ", "repository": "https://github.com/projectfluent/fluent-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A localization system designed to unleash the entire expressive power of natural language translations." }, { "name": "fluent-bundle", "version": "0.15.3", "authors": "Zibi Braniecki |Staś Małolepszy ", "repository": "https://github.com/projectfluent/fluent-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A localization system designed to unleash the entire expressive power of natural language translations." }, { "name": "fluent-langneg", "version": "0.13.0", "authors": "Zibi Braniecki ", "repository": "https://github.com/projectfluent/fluent-langneg-rs", "license": "Apache-2.0", "license_file": null, "description": "A library for language and locale negotiation." }, { "name": "fluent-syntax", "version": "0.11.1", "authors": "Zibi Braniecki |Staś Małolepszy ", "repository": "https://github.com/projectfluent/fluent-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Parser/Serializer tools for Fluent Syntax." }, { "name": "fluent-template-macros", "version": "0.9.4", "authors": "XAMPPRocky ", "repository": "https://github.com/XAMPPRocky/fluent-templates", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Templating for the Fluent localization framework" }, { "name": "fluent-templates", "version": "0.9.4", "authors": "XAMPPRocky ", "repository": "https://github.com/XAMPPRocky/fluent-templates", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Templating for the Fluent localization framework" }, { "name": "flume", "version": "0.11.1", "authors": "Joshua Barretto ", "repository": "https://github.com/zesterer/flume", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A blazingly fast multi-producer channel" }, { "name": "fnv", "version": "1.0.7", "authors": "Alex Crichton ", "repository": "https://github.com/servo/rust-fnv", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Fowler–Noll–Vo hash function" }, { "name": "foreign-types", "version": "0.3.2", "authors": "Steven Fackler ", "repository": "https://github.com/sfackler/foreign-types", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A framework for Rust wrappers over C APIs" }, { "name": "foreign-types-shared", "version": "0.1.1", "authors": "Steven Fackler ", "repository": "https://github.com/sfackler/foreign-types", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "An internal crate used by foreign-types" }, { "name": "form_urlencoded", "version": "1.2.1", "authors": "The rust-url developers", "repository": "https://github.com/servo/rust-url", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms." }, { "name": "fsevent-sys", "version": "4.1.0", "authors": "Pierre Baillet ", "repository": "https://github.com/octplane/fsevent-rust/tree/master/fsevent-sys", "license": "MIT", "license_file": null, "description": "Rust bindings to the fsevent macOS API for file changes notifications" }, { "name": "funty", "version": "2.0.0", "authors": "myrrlyn ", "repository": "https://github.com/myrrlyn/funty", "license": "MIT", "license_file": null, "description": "Trait generalization over the primitive types" }, { "name": "futures", "version": "0.3.31", "authors": null, "repository": "https://github.com/rust-lang/futures-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces." }, { "name": "futures-channel", "version": "0.3.31", "authors": null, "repository": "https://github.com/rust-lang/futures-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Channels for asynchronous communication using futures-rs." }, { "name": "futures-core", "version": "0.3.31", "authors": null, "repository": "https://github.com/rust-lang/futures-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "The core traits and types in for the `futures` library." }, { "name": "futures-executor", "version": "0.3.31", "authors": null, "repository": "https://github.com/rust-lang/futures-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Executors for asynchronous tasks based on the futures-rs library." }, { "name": "futures-io", "version": "0.3.31", "authors": null, "repository": "https://github.com/rust-lang/futures-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library." }, { "name": "futures-macro", "version": "0.3.31", "authors": null, "repository": "https://github.com/rust-lang/futures-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "The futures-rs procedural macro implementations." }, { "name": "futures-sink", "version": "0.3.31", "authors": null, "repository": "https://github.com/rust-lang/futures-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "The asynchronous `Sink` trait for the futures-rs library." }, { "name": "futures-task", "version": "0.3.31", "authors": null, "repository": "https://github.com/rust-lang/futures-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Tools for working with tasks." }, { "name": "futures-util", "version": "0.3.31", "authors": null, "repository": "https://github.com/rust-lang/futures-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Common utilities and extension traits for the futures-rs library." }, { "name": "generator", "version": "0.7.5", "authors": "Xudong Huang ", "repository": "https://github.com/Xudong-Huang/generator-rs.git", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Stackfull Generator Library in Rust" }, { "name": "generic-array", "version": "0.14.7", "authors": "Bartłomiej Kamiński |Aaron Trent ", "repository": "https://github.com/fizyk20/generic-array.git", "license": "MIT", "license_file": null, "description": "Generic types implementing functionality of arrays" }, { "name": "getrandom", "version": "0.2.15", "authors": "The Rand Project Developers", "repository": "https://github.com/rust-random/getrandom", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A small cross-platform library for retrieving random data from system source" }, { "name": "ghash", "version": "0.5.1", "authors": "RustCrypto Developers", "repository": "https://github.com/RustCrypto/universal-hashes", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Universal hash over GF(2^128) useful for constructing a Message Authentication Code (MAC), as in the AES-GCM authenticated encryption cipher." }, { "name": "gimli", "version": "0.31.1", "authors": null, "repository": "https://github.com/gimli-rs/gimli", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A library for reading and writing the DWARF debugging format." }, { "name": "glob", "version": "0.3.1", "authors": "The Rust Project Developers", "repository": "https://github.com/rust-lang/glob", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Support for matching file paths against Unix shell style patterns." }, { "name": "globset", "version": "0.4.15", "authors": "Andrew Gallant ", "repository": "https://github.com/BurntSushi/ripgrep/tree/master/crates/globset", "license": "MIT OR Unlicense", "license_file": null, "description": "Cross platform single glob and glob set matching. Glob set matching is the process of matching one or more glob patterns against a single candidate path simultaneously, and returning all of the globs that matched." }, { "name": "globwalk", "version": "0.9.1", "authors": "Gilad Naaman ", "repository": "https://github.com/gilnaa/globwalk", "license": "MIT", "license_file": null, "description": "Glob-matched recursive file system walking." }, { "name": "h2", "version": "0.3.26", "authors": "Carl Lerche |Sean McArthur ", "repository": "https://github.com/hyperium/h2", "license": "MIT", "license_file": null, "description": "An HTTP/2 client and server" }, { "name": "h2", "version": "0.4.7", "authors": "Carl Lerche |Sean McArthur ", "repository": "https://github.com/hyperium/h2", "license": "MIT", "license_file": null, "description": "An HTTP/2 client and server" }, { "name": "half", "version": "2.4.1", "authors": "Kathryn Long ", "repository": "https://github.com/starkat99/half-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types." }, { "name": "hashbrown", "version": "0.12.3", "authors": "Amanieu d'Antras ", "repository": "https://github.com/rust-lang/hashbrown", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A Rust port of Google's SwissTable hash map" }, { "name": "hashbrown", "version": "0.15.2", "authors": "Amanieu d'Antras ", "repository": "https://github.com/rust-lang/hashbrown", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A Rust port of Google's SwissTable hash map" }, { "name": "heck", "version": "0.5.0", "authors": null, "repository": "https://github.com/withoutboats/heck", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "heck is a case conversion library." }, { "name": "hermit-abi", "version": "0.3.9", "authors": "Stefan Lankes", "repository": "https://github.com/hermit-os/hermit-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Hermit system calls definitions." }, { "name": "hermit-abi", "version": "0.4.0", "authors": "Stefan Lankes", "repository": "https://github.com/hermit-os/hermit-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Hermit system calls definitions." }, { "name": "hex", "version": "0.4.3", "authors": "KokaKiwi ", "repository": "https://github.com/KokaKiwi/rust-hex", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Encoding and decoding data into/from hexadecimal representation." }, { "name": "hkdf", "version": "0.12.4", "authors": "RustCrypto Developers", "repository": "https://github.com/RustCrypto/KDFs/", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "HMAC-based Extract-and-Expand Key Derivation Function (HKDF)" }, { "name": "hmac", "version": "0.12.1", "authors": "RustCrypto Developers", "repository": "https://github.com/RustCrypto/MACs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Generic implementation of Hash-based Message Authentication Code (HMAC)" }, { "name": "hound", "version": "3.5.1", "authors": "Ruud van Asseldonk ", "repository": "https://github.com/ruuda/hound", "license": "Apache-2.0", "license_file": null, "description": "A wav encoding and decoding library" }, { "name": "http", "version": "0.2.12", "authors": "Alex Crichton |Carl Lerche |Sean McArthur ", "repository": "https://github.com/hyperium/http", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A set of types for representing HTTP requests and responses." }, { "name": "http", "version": "1.2.0", "authors": "Alex Crichton |Carl Lerche |Sean McArthur ", "repository": "https://github.com/hyperium/http", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A set of types for representing HTTP requests and responses." }, { "name": "http-body", "version": "0.4.6", "authors": "Carl Lerche |Lucio Franco |Sean McArthur ", "repository": "https://github.com/hyperium/http-body", "license": "MIT", "license_file": null, "description": "Trait representing an asynchronous, streaming, HTTP request or response body." }, { "name": "http-body", "version": "1.0.1", "authors": "Carl Lerche |Lucio Franco |Sean McArthur ", "repository": "https://github.com/hyperium/http-body", "license": "MIT", "license_file": null, "description": "Trait representing an asynchronous, streaming, HTTP request or response body." }, { "name": "http-body-util", "version": "0.1.2", "authors": "Carl Lerche |Lucio Franco |Sean McArthur ", "repository": "https://github.com/hyperium/http-body", "license": "MIT", "license_file": null, "description": "Combinators and adapters for HTTP request or response bodies." }, { "name": "httparse", "version": "1.9.5", "authors": "Sean McArthur ", "repository": "https://github.com/seanmonstar/httparse", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A tiny, safe, speedy, zero-copy HTTP/1.x parser." }, { "name": "httpdate", "version": "1.0.3", "authors": "Pyfisch ", "repository": "https://github.com/pyfisch/httpdate", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "HTTP date parsing and formatting" }, { "name": "humansize", "version": "2.1.3", "authors": "Leopold Arkham ", "repository": "https://github.com/LeopoldArkham/humansize", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A configurable crate to easily represent sizes in a human-readable format." }, { "name": "humantime", "version": "2.1.0", "authors": "Paul Colomiets ", "repository": "https://github.com/tailhook/humantime", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A parser and formatter for std::time::{Duration, SystemTime}" }, { "name": "hyper", "version": "0.14.31", "authors": "Sean McArthur ", "repository": "https://github.com/hyperium/hyper", "license": "MIT", "license_file": null, "description": "A fast and correct HTTP library." }, { "name": "hyper", "version": "1.5.1", "authors": "Sean McArthur ", "repository": "https://github.com/hyperium/hyper", "license": "MIT", "license_file": null, "description": "A protective and efficient HTTP library for all." }, { "name": "hyper-rustls", "version": "0.27.3", "authors": null, "repository": "https://github.com/rustls/hyper-rustls", "license": "Apache-2.0 OR ISC OR MIT", "license_file": null, "description": "Rustls+hyper integration for pure rust HTTPS" }, { "name": "hyper-tls", "version": "0.6.0", "authors": "Sean McArthur ", "repository": "https://github.com/hyperium/hyper-tls", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Default TLS implementation for use with hyper" }, { "name": "hyper-util", "version": "0.1.10", "authors": "Sean McArthur ", "repository": "https://github.com/hyperium/hyper-util", "license": "MIT", "license_file": null, "description": "hyper utilities" }, { "name": "iana-time-zone", "version": "0.1.61", "authors": "Andrew Straw |René Kijewski |Ryan Lopopolo ", "repository": "https://github.com/strawlab/iana-time-zone", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "get the IANA time zone for the current system" }, { "name": "iana-time-zone-haiku", "version": "0.1.2", "authors": "René Kijewski ", "repository": "https://github.com/strawlab/iana-time-zone", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "iana-time-zone support crate for Haiku OS" }, { "name": "icu_collections", "version": "1.5.0", "authors": "The ICU4X Project Developers", "repository": "https://github.com/unicode-org/icu4x", "license": "Unicode-3.0", "license_file": null, "description": "Collection of API for use in ICU libraries." }, { "name": "icu_locid", "version": "1.5.0", "authors": "The ICU4X Project Developers", "repository": "https://github.com/unicode-org/icu4x", "license": "Unicode-3.0", "license_file": null, "description": "API for managing Unicode Language and Locale Identifiers" }, { "name": "icu_locid_transform", "version": "1.5.0", "authors": "The ICU4X Project Developers", "repository": "https://github.com/unicode-org/icu4x", "license": "Unicode-3.0", "license_file": null, "description": "API for Unicode Language and Locale Identifiers canonicalization" }, { "name": "icu_locid_transform_data", "version": "1.5.0", "authors": "The ICU4X Project Developers", "repository": "https://github.com/unicode-org/icu4x", "license": "Unicode-3.0", "license_file": null, "description": "Data for the icu_locid_transform crate" }, { "name": "icu_normalizer", "version": "1.5.0", "authors": "The ICU4X Project Developers", "repository": "https://github.com/unicode-org/icu4x", "license": "Unicode-3.0", "license_file": null, "description": "API for normalizing text into Unicode Normalization Forms" }, { "name": "icu_normalizer_data", "version": "1.5.0", "authors": "The ICU4X Project Developers", "repository": "https://github.com/unicode-org/icu4x", "license": "Unicode-3.0", "license_file": null, "description": "Data for the icu_normalizer crate" }, { "name": "icu_properties", "version": "1.5.1", "authors": "The ICU4X Project Developers", "repository": "https://github.com/unicode-org/icu4x", "license": "Unicode-3.0", "license_file": null, "description": "Definitions for Unicode properties" }, { "name": "icu_properties_data", "version": "1.5.0", "authors": "The ICU4X Project Developers", "repository": "https://github.com/unicode-org/icu4x", "license": "Unicode-3.0", "license_file": null, "description": "Data for the icu_properties crate" }, { "name": "icu_provider", "version": "1.5.0", "authors": "The ICU4X Project Developers", "repository": "https://github.com/unicode-org/icu4x", "license": "Unicode-3.0", "license_file": null, "description": "Trait and struct definitions for the ICU data provider" }, { "name": "icu_provider_macros", "version": "1.5.0", "authors": "The ICU4X Project Developers", "repository": "https://github.com/unicode-org/icu4x", "license": "Unicode-3.0", "license_file": null, "description": "Proc macros for ICU data providers" }, { "name": "idna", "version": "1.0.3", "authors": "The rust-url developers", "repository": "https://github.com/servo/rust-url/", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "IDNA (Internationalizing Domain Names in Applications) and Punycode." }, { "name": "idna_adapter", "version": "1.2.0", "authors": "The rust-url developers", "repository": "https://github.com/hsivonen/idna_adapter", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Back end adapter for idna" }, { "name": "ignore", "version": "0.4.23", "authors": "Andrew Gallant ", "repository": "https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore", "license": "MIT OR Unlicense", "license_file": null, "description": "A fast library for efficiently matching ignore files such as `.gitignore` against file paths." }, { "name": "image", "version": "0.24.9", "authors": "The image-rs Developers", "repository": "https://github.com/image-rs/image", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Imaging library. Provides basic image processing and encoders/decoders for common image formats." }, { "name": "include_dir", "version": "0.7.4", "authors": "Michael Bryan ", "repository": "https://github.com/Michael-F-Bryan/include_dir", "license": "MIT", "license_file": null, "description": "Embed the contents of a directory in your binary" }, { "name": "include_dir_macros", "version": "0.7.4", "authors": "Michael Bryan ", "repository": "https://github.com/Michael-F-Bryan/include_dir", "license": "MIT", "license_file": null, "description": "The procedural macro used by include_dir" }, { "name": "indexmap", "version": "2.7.0", "authors": null, "repository": "https://github.com/indexmap-rs/indexmap", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A hash table with consistent order and fast iteration." }, { "name": "inlinable_string", "version": "0.1.15", "authors": "Nick Fitzgerald ", "repository": "https://github.com/fitzgen/inlinable_string", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "The `inlinable_string` crate provides the `InlinableString` type -- an owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation -- and the `StringExt` trait which abstracts string operations over both `std::string::String` and `InlinableString` (or even your own custom string type)." }, { "name": "inotify", "version": "0.9.6", "authors": "Hanno Braun |Félix Saparelli |Cristian Kubis |Frank Denis ", "repository": "https://github.com/hannobraun/inotify", "license": "ISC", "license_file": null, "description": "Idiomatic wrapper for inotify" }, { "name": "inotify-sys", "version": "0.1.5", "authors": "Hanno Braun ", "repository": "https://github.com/hannobraun/inotify-sys", "license": "ISC", "license_file": null, "description": "inotify bindings for the Rust programming language" }, { "name": "inout", "version": "0.1.3", "authors": "RustCrypto Developers", "repository": "https://github.com/RustCrypto/utils", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Custom reference types for code generic over in-place and buffer-to-buffer modes of operation." }, { "name": "intl-memoizer", "version": "0.5.2", "authors": "Zibi Braniecki |Manish Goregaokar ", "repository": "https://github.com/projectfluent/fluent-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A memoizer specifically tailored for storing lazy-initialized intl formatters." }, { "name": "intl_pluralrules", "version": "7.0.2", "authors": "Kekoa Riggin |Zibi Braniecki ", "repository": "https://github.com/zbraniecki/pluralrules", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Unicode Plural Rules categorizer for numeric input." }, { "name": "ipnet", "version": "2.10.1", "authors": "Kris Price ", "repository": "https://github.com/krisprice/ipnet", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Provides types and useful methods for working with IPv4 and IPv6 network addresses, commonly called IP prefixes. The new `IpNet`, `Ipv4Net`, and `Ipv6Net` types build on the existing `IpAddr`, `Ipv4Addr`, and `Ipv6Addr` types already provided in Rust's standard library and align to their design to stay consistent. The module also provides useful traits that extend `Ipv4Addr` and `Ipv6Addr` with methods for `Add`, `Sub`, `BitAnd`, and `BitOr` operations. The module only uses stable feature so it is guaranteed to compile using the stable toolchain." }, { "name": "is-terminal", "version": "0.4.13", "authors": "softprops |Dan Gohman ", "repository": "https://github.com/sunfishcode/is-terminal", "license": "MIT", "license_file": null, "description": "Test whether a given stream is a terminal" }, { "name": "itoa", "version": "1.0.14", "authors": "David Tolnay ", "repository": "https://github.com/dtolnay/itoa", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Fast integer primitive to string conversion" }, { "name": "js-sys", "version": "0.3.76", "authors": "The wasm-bindgen Developers", "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Bindings 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." }, { "name": "kqueue", "version": "1.0.8", "authors": "William Orr ", "repository": "https://gitlab.com/rust-kqueue/rust-kqueue", "license": "MIT", "license_file": null, "description": "kqueue interface for BSDs" }, { "name": "kqueue-sys", "version": "1.0.4", "authors": "William Orr |Daniel (dmilith) Dettlaff ", "repository": "https://gitlab.com/rust-kqueue/rust-kqueue-sys", "license": "MIT", "license_file": null, "description": "Low-level kqueue interface for BSDs" }, { "name": "lazy_static", "version": "1.5.0", "authors": "Marvin Löbel ", "repository": "https://github.com/rust-lang-nursery/lazy-static.rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A macro for declaring lazily evaluated statics in Rust." }, { "name": "libc", "version": "0.2.168", "authors": "The Rust Project Developers", "repository": "https://github.com/rust-lang/libc", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Raw FFI bindings to platform libraries like libc." }, { "name": "libdbus-sys", "version": "0.2.5", "authors": "David Henningsson ", "repository": "https://github.com/diwic/dbus-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "FFI bindings to libdbus." }, { "name": "libm", "version": "0.2.11", "authors": "Jorge Aparicio ", "repository": "https://github.com/rust-lang/libm", "license": "Apache-2.0) OR MIT AND (MIT", "license_file": null, "description": "libm in pure Rust" }, { "name": "libredox", "version": "0.1.3", "authors": "4lDO2 <4lDO2@protonmail.com>", "repository": "https://gitlab.redox-os.org/redox-os/libredox.git", "license": "MIT", "license_file": null, "description": "Redox stable ABI" }, { "name": "linux-raw-sys", "version": "0.4.14", "authors": "Dan Gohman ", "repository": "https://github.com/sunfishcode/linux-raw-sys", "license": "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT", "license_file": null, "description": "Generated bindings for Linux's userspace API" }, { "name": "litemap", "version": "0.7.4", "authors": "The ICU4X Project Developers", "repository": "https://github.com/unicode-org/icu4x", "license": "Unicode-3.0", "license_file": null, "description": "A key-value Map implementation based on a flat, sorted Vec." }, { "name": "lock_api", "version": "0.4.12", "authors": "Amanieu d'Antras ", "repository": "https://github.com/Amanieu/parking_lot", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std." }, { "name": "lodepng", "version": "3.10.7", "authors": "Kornel |Lode Vandevenne ", "repository": "https://github.com/kornelski/lodepng-rust.git", "license": "Zlib", "license_file": null, "description": "Reading and writing PNG files without system dependencies. Pure Rust port of LodePNG." }, { "name": "log", "version": "0.4.22", "authors": "The Rust Project Developers", "repository": "https://github.com/rust-lang/log", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A lightweight logging facade for Rust" }, { "name": "loom", "version": "0.5.6", "authors": "Carl Lerche ", "repository": "https://github.com/tokio-rs/loom", "license": "MIT", "license_file": null, "description": "Permutation testing for concurrent code" }, { "name": "matchers", "version": "0.1.0", "authors": "Eliza Weisman ", "repository": "https://github.com/hawkw/matchers", "license": "MIT", "license_file": null, "description": "Regex matching on character and byte streams." }, { "name": "memchr", "version": "2.7.4", "authors": "Andrew Gallant |bluss", "repository": "https://github.com/BurntSushi/memchr", "license": "MIT OR Unlicense", "license_file": null, "description": "Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search." }, { "name": "mime", "version": "0.3.17", "authors": "Sean McArthur ", "repository": "https://github.com/hyperium/mime", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Strongly Typed Mimes" }, { "name": "mime_guess", "version": "2.0.5", "authors": "Austin Bonander ", "repository": "https://github.com/abonander/mime_guess", "license": "MIT", "license_file": null, "description": "A simple crate for detection of a file's MIME type by its extension." }, { "name": "miniz_oxide", "version": "0.8.0", "authors": "Frommi |oyvindln ", "repository": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide", "license": "Apache-2.0 OR MIT OR Zlib", "license_file": null, "description": "DEFLATE compression and decompression library rewritten in Rust based on miniz" }, { "name": "mio", "version": "0.8.11", "authors": "Carl Lerche |Thomas de Zeeuw |Tokio Contributors ", "repository": "https://github.com/tokio-rs/mio", "license": "MIT", "license_file": null, "description": "Lightweight non-blocking I/O." }, { "name": "mio", "version": "1.0.3", "authors": "Carl Lerche |Thomas de Zeeuw |Tokio Contributors ", "repository": "https://github.com/tokio-rs/mio", "license": "MIT", "license_file": null, "description": "Lightweight non-blocking I/O." }, { "name": "multer", "version": "3.1.0", "authors": "Rousan Ali ", "repository": "https://github.com/rwf2/multer", "license": "MIT", "license_file": null, "description": "An async parser for `multipart/form-data` content-type in Rust." }, { "name": "native-tls", "version": "0.2.12", "authors": "Steven Fackler ", "repository": "https://github.com/sfackler/rust-native-tls", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A wrapper over a platform's native TLS implementation" }, { "name": "nom", "version": "5.1.3", "authors": "contact@geoffroycouprie.com", "repository": "https://github.com/Geal/nom", "license": "MIT", "license_file": null, "description": "A byte-oriented, zero-copy, parser combinators library" }, { "name": "normpath", "version": "1.3.0", "authors": "dylni", "repository": "https://github.com/dylni/normpath", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "More reliable path manipulation" }, { "name": "notify", "version": "6.1.1", "authors": "Félix Saparelli |Daniel Faust |Aron Heinecke ", "repository": "https://github.com/notify-rs/notify.git", "license": "CC0-1.0", "license_file": null, "description": "Cross-platform filesystem notification library" }, { "name": "nu-ansi-term", "version": "0.46.0", "authors": "ogham@bsago.me|Ryan Scheel (Havvy) |Josh Triplett |The Nushell Project Developers", "repository": "https://github.com/nushell/nu-ansi-term", "license": "MIT", "license_file": null, "description": "Library for ANSI terminal colors and styles (bold, underline)" }, { "name": "num-conv", "version": "0.1.0", "authors": "Jacob Pratt ", "repository": "https://github.com/jhpratt/num-conv", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "`num_conv` is a crate to convert between integer types without using `as` casts. This provides better certainty when refactoring, makes the exact behavior of code more explicit, and allows using turbofish syntax." }, { "name": "num-traits", "version": "0.2.19", "authors": "The Rust Project Developers", "repository": "https://github.com/rust-num/num-traits", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Numeric traits for generic mathematics" }, { "name": "num_cpus", "version": "1.16.0", "authors": "Sean McArthur ", "repository": "https://github.com/seanmonstar/num_cpus", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Get the number of CPUs on a machine." }, { "name": "object", "version": "0.36.5", "authors": null, "repository": "https://github.com/gimli-rs/object", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A unified interface for reading and writing object file formats." }, { "name": "once_cell", "version": "1.20.2", "authors": "Aleksey Kladov ", "repository": "https://github.com/matklad/once_cell", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Single assignment cells and lazy values." }, { "name": "opaque-debug", "version": "0.3.1", "authors": "RustCrypto Developers", "repository": "https://github.com/RustCrypto/utils", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Macro for opaque Debug trait implementation" }, { "name": "openssl", "version": "0.10.68", "authors": "Steven Fackler ", "repository": "https://github.com/sfackler/rust-openssl", "license": "Apache-2.0", "license_file": null, "description": "OpenSSL bindings" }, { "name": "openssl-macros", "version": "0.1.1", "authors": null, "repository": null, "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Internal macros used by the openssl crate." }, { "name": "openssl-probe", "version": "0.1.5", "authors": "Alex Crichton ", "repository": "https://github.com/alexcrichton/openssl-probe", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Tool for helping to find SSL certificate locations on the system for OpenSSL" }, { "name": "openssl-sys", "version": "0.9.104", "authors": "Alex Crichton |Steven Fackler ", "repository": "https://github.com/sfackler/rust-openssl", "license": "MIT", "license_file": null, "description": "FFI bindings to OpenSSL" }, { "name": "overload", "version": "0.1.1", "authors": "Daniel Salvadori ", "repository": "https://github.com/danaugrs/overload", "license": "MIT", "license_file": null, "description": "Provides a macro to simplify operator overloading." }, { "name": "parking_lot", "version": "0.12.3", "authors": "Amanieu d'Antras ", "repository": "https://github.com/Amanieu/parking_lot", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "More compact and efficient implementations of the standard synchronization primitives." }, { "name": "parking_lot_core", "version": "0.9.10", "authors": "Amanieu d'Antras ", "repository": "https://github.com/Amanieu/parking_lot", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "An advanced API for creating custom synchronization primitives." }, { "name": "parse-zoneinfo", "version": "0.3.1", "authors": null, "repository": "https://github.com/chronotope/chrono-tz", "license": "MIT", "license_file": null, "description": "Parse zoneinfo files from the IANA database" }, { "name": "pear", "version": "0.2.9", "authors": "Sergio Benitez ", "repository": "https://github.com/SergioBenitez/Pear", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A pear is a fruit." }, { "name": "pear_codegen", "version": "0.2.9", "authors": "Sergio Benitez ", "repository": "https://github.com/SergioBenitez/Pear", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A (codegen) pear is a fruit." }, { "name": "percent-encoding", "version": "2.3.1", "authors": "The rust-url developers", "repository": "https://github.com/servo/rust-url/", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Percent encoding and decoding" }, { "name": "pest", "version": "2.7.15", "authors": "Dragoș Tiselice ", "repository": "https://github.com/pest-parser/pest", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "The Elegant Parser" }, { "name": "pest_derive", "version": "2.7.15", "authors": "Dragoș Tiselice ", "repository": "https://github.com/pest-parser/pest", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "pest's derive macro" }, { "name": "pest_generator", "version": "2.7.15", "authors": "Dragoș Tiselice ", "repository": "https://github.com/pest-parser/pest", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "pest code generator" }, { "name": "pest_meta", "version": "2.7.15", "authors": "Dragoș Tiselice ", "repository": "https://github.com/pest-parser/pest", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "pest meta language parser and validator" }, { "name": "phf", "version": "0.11.2", "authors": "Steven Fackler ", "repository": "https://github.com/rust-phf/rust-phf", "license": "MIT", "license_file": null, "description": "Runtime support for perfect hash function data structures" }, { "name": "phf_codegen", "version": "0.11.2", "authors": "Steven Fackler ", "repository": "https://github.com/rust-phf/rust-phf", "license": "MIT", "license_file": null, "description": "Codegen library for PHF types" }, { "name": "phf_generator", "version": "0.11.2", "authors": "Steven Fackler ", "repository": "https://github.com/rust-phf/rust-phf", "license": "MIT", "license_file": null, "description": "PHF generation logic" }, { "name": "phf_shared", "version": "0.11.2", "authors": "Steven Fackler ", "repository": "https://github.com/rust-phf/rust-phf", "license": "MIT", "license_file": null, "description": "Support code shared by PHF libraries" }, { "name": "pin-project-lite", "version": "0.2.15", "authors": null, "repository": "https://github.com/taiki-e/pin-project-lite", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A lightweight version of pin-project written with declarative macros." }, { "name": "pin-utils", "version": "0.1.0", "authors": "Josef Brandl ", "repository": "https://github.com/rust-lang-nursery/pin-utils", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Utilities for pinning" }, { "name": "pkg-config", "version": "0.3.31", "authors": "Alex Crichton ", "repository": "https://github.com/rust-lang/pkg-config-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts." }, { "name": "png", "version": "0.17.15", "authors": "The image-rs Developers", "repository": "https://github.com/image-rs/image-png", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "PNG decoding and encoding library in pure Rust" }, { "name": "polyval", "version": "0.6.2", "authors": "RustCrypto Developers", "repository": "https://github.com/RustCrypto/universal-hashes", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "POLYVAL is a GHASH-like universal hash over GF(2^128) useful for constructing a Message Authentication Code (MAC)" }, { "name": "powerfmt", "version": "0.2.0", "authors": "Jacob Pratt ", "repository": "https://github.com/jhpratt/powerfmt", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "`powerfmt` is a library that provides utilities for formatting values. This crate makes it significantly easier to support filling to a minimum width with alignment, avoid heap allocation, and avoid repetitive calculations." }, { "name": "ppv-lite86", "version": "0.2.20", "authors": "The CryptoCorrosion Contributors", "repository": "https://github.com/cryptocorrosion/cryptocorrosion", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Implementation of the crypto-simd API for x86" }, { "name": "pretty_env_logger", "version": "0.5.0", "authors": "Sean McArthur ", "repository": "https://github.com/seanmonstar/pretty-env-logger", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "a visually pretty env_logger" }, { "name": "proc-macro-crate", "version": "3.2.0", "authors": "Bastian Köcher ", "repository": "https://github.com/bkchr/proc-macro-crate", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Replacement for crate (macro_rules keyword) in proc-macros" }, { "name": "proc-macro-hack", "version": "0.5.20+deprecated", "authors": "David Tolnay ", "repository": "https://github.com/dtolnay/proc-macro-hack", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Procedural macros in expression position" }, { "name": "proc-macro2", "version": "1.0.92", "authors": "David Tolnay |Alex Crichton ", "repository": "https://github.com/dtolnay/proc-macro2", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case." }, { "name": "proc-macro2-diagnostics", "version": "0.10.1", "authors": "Sergio Benitez ", "repository": "https://github.com/SergioBenitez/proc-macro2-diagnostics", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Diagnostics for proc-macro2." }, { "name": "ptr_meta", "version": "0.1.4", "authors": "David Koloski ", "repository": "https://github.com/djkoloski/ptr_meta", "license": "MIT", "license_file": null, "description": "A radioactive stabilization of the ptr_meta rfc" }, { "name": "ptr_meta_derive", "version": "0.1.4", "authors": "David Koloski ", "repository": "https://github.com/djkoloski/ptr_meta", "license": "MIT", "license_file": null, "description": "Macros for ptr_meta" }, { "name": "quote", "version": "1.0.37", "authors": "David Tolnay ", "repository": "https://github.com/dtolnay/quote", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Quasi-quoting macro quote!(...)" }, { "name": "radium", "version": "0.7.0", "authors": "Nika Layzell |myrrlyn ", "repository": "https://github.com/bitvecto-rs/radium", "license": "MIT", "license_file": null, "description": "Portable interfaces for maybe-atomic types" }, { "name": "rand", "version": "0.8.5", "authors": "The Rand Project Developers|The Rust Project Developers", "repository": "https://github.com/rust-random/rand", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Random number generators and other randomness functionality." }, { "name": "rand_chacha", "version": "0.3.1", "authors": "The Rand Project Developers|The Rust Project Developers|The CryptoCorrosion Contributors", "repository": "https://github.com/rust-random/rand", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "ChaCha random number generator" }, { "name": "rand_core", "version": "0.6.4", "authors": "The Rand Project Developers|The Rust Project Developers", "repository": "https://github.com/rust-random/rand", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Core random number generator traits and tools for implementation." }, { "name": "redox_syscall", "version": "0.5.8", "authors": "Jeremy Soller ", "repository": "https://gitlab.redox-os.org/redox-os/syscall", "license": "MIT", "license_file": null, "description": "A Rust library to access raw Redox system calls" }, { "name": "ref-cast", "version": "1.0.23", "authors": "David Tolnay ", "repository": "https://github.com/dtolnay/ref-cast", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Safely cast &T to &U where the struct U contains a single field of type T." }, { "name": "ref-cast-impl", "version": "1.0.23", "authors": "David Tolnay ", "repository": "https://github.com/dtolnay/ref-cast", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Derive implementation for ref_cast::RefCast." }, { "name": "regex", "version": "1.11.1", "authors": "The Rust Project Developers|Andrew Gallant ", "repository": "https://github.com/rust-lang/regex", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs." }, { "name": "regex-automata", "version": "0.1.10", "authors": "Andrew Gallant ", "repository": "https://github.com/BurntSushi/regex-automata", "license": "MIT OR Unlicense", "license_file": null, "description": "Automata construction and matching using regular expressions." }, { "name": "regex-automata", "version": "0.4.9", "authors": "The Rust Project Developers|Andrew Gallant ", "repository": "https://github.com/rust-lang/regex/tree/master/regex-automata", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Automata construction and matching using regular expressions." }, { "name": "regex-syntax", "version": "0.6.29", "authors": "The Rust Project Developers", "repository": "https://github.com/rust-lang/regex", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A regular expression parser." }, { "name": "regex-syntax", "version": "0.8.5", "authors": "The Rust Project Developers|Andrew Gallant ", "repository": "https://github.com/rust-lang/regex/tree/master/regex-syntax", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A regular expression parser." }, { "name": "rend", "version": "0.4.2", "authors": "David Koloski ", "repository": "https://github.com/djkoloski/rend", "license": "MIT", "license_file": null, "description": "Endian-aware primitives for Rust" }, { "name": "reqwest", "version": "0.12.9", "authors": "Sean McArthur ", "repository": "https://github.com/seanmonstar/reqwest", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "higher level HTTP client library" }, { "name": "rgb", "version": "0.8.50", "authors": "Kornel Lesiński |James Forster ", "repository": "https://github.com/kornelski/rust-rgb", "license": "MIT", "license_file": null, "description": "`struct RGB/RGBA/etc.` for sharing pixels between crates + convenience methods for color manipulation. Allows no-copy high-level interoperability. Also adds common convenience methods and implements standard Rust traits to make `RGB`/`RGBA` pixels and slices first-class Rust objects." }, { "name": "ring", "version": "0.17.8", "authors": "Brian Smith ", "repository": "https://github.com/briansmith/ring", "license": null, "license_file": "LICENSE", "description": "Safe, fast, small crypto using Rust." }, { "name": "rkyv", "version": "0.7.45", "authors": "David Koloski ", "repository": "https://github.com/rkyv/rkyv", "license": "MIT", "license_file": null, "description": "Zero-copy deserialization framework for Rust" }, { "name": "rkyv_derive", "version": "0.7.45", "authors": "David Koloski ", "repository": "https://github.com/rkyv/rkyv", "license": "MIT", "license_file": null, "description": "Derive macro for rkyv" }, { "name": "rocket", "version": "0.5.1", "authors": "Sergio Benitez ", "repository": "https://github.com/rwf2/Rocket", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Web framework with a focus on usability, security, extensibility, and speed." }, { "name": "rocket-download-response", "version": "0.5.4", "authors": "Magic Len ", "repository": "https://github.com/magiclen/rocket-download-response", "license": "MIT", "license_file": null, "description": "This crate provides a response struct used for client downloading." }, { "name": "rocket-include-dir", "version": "1.1.0", "authors": "Matthew Pomes ", "repository": "https://github.com/the10thWiz/rocket-include-dir", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Bridges include_dir and rocket, enabling Rocket to serve files directly from the binary" }, { "name": "rocket_codegen", "version": "0.5.1", "authors": "Sergio Benitez ", "repository": "https://github.com/rwf2/Rocket", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Procedural macros for the Rocket web framework." }, { "name": "rocket_dyn_templates", "version": "0.2.0", "authors": "Sergio Benitez ", "repository": "https://github.com/rwf2/Rocket/tree/v0.5/contrib/dyn_templates", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Dynamic templating engine integration for Rocket." }, { "name": "rocket_http", "version": "0.5.1", "authors": "Sergio Benitez ", "repository": "https://github.com/rwf2/Rocket", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Types, traits, and parsers for HTTP requests, responses, and headers." }, { "name": "rust-lzma", "version": "0.6.0", "authors": "fpgaminer ", "repository": "https://github.com/fpgaminer/rust-lzma", "license": "MIT", "license_file": null, "description": "Simple interface for LZMA compression and decompression." }, { "name": "rust_decimal", "version": "1.36.0", "authors": "Paul Mason ", "repository": "https://github.com/paupino/rust-decimal", "license": "MIT", "license_file": null, "description": "Decimal number implementation written in pure Rust suitable for financial and fixed-precision calculations." }, { "name": "rustc-demangle", "version": "0.1.24", "authors": "Alex Crichton ", "repository": "https://github.com/rust-lang/rustc-demangle", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Rust compiler symbol demangling." }, { "name": "rustc-hash", "version": "1.1.0", "authors": "The Rust Project Developers", "repository": "https://github.com/rust-lang-nursery/rustc-hash", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "speed, non-cryptographic hash used in rustc" }, { "name": "rustix", "version": "0.38.42", "authors": "Dan Gohman |Jakub Konka ", "repository": "https://github.com/bytecodealliance/rustix", "license": "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT", "license_file": null, "description": "Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls" }, { "name": "rustls", "version": "0.23.20", "authors": null, "repository": "https://github.com/rustls/rustls", "license": "Apache-2.0 OR ISC OR MIT", "license_file": null, "description": "Rustls is a modern TLS library written in Rust." }, { "name": "rustls-pemfile", "version": "2.2.0", "authors": null, "repository": "https://github.com/rustls/pemfile", "license": "Apache-2.0 OR ISC OR MIT", "license_file": null, "description": "Basic .pem file parser for keys and certificates" }, { "name": "rustls-pki-types", "version": "1.10.0", "authors": null, "repository": "https://github.com/rustls/pki-types", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Shared types for the rustls PKI ecosystem" }, { "name": "rustls-webpki", "version": "0.102.8", "authors": null, "repository": "https://github.com/rustls/webpki", "license": "ISC", "license_file": null, "description": "Web PKI X.509 Certificate Verification." }, { "name": "rustversion", "version": "1.0.18", "authors": "David Tolnay ", "repository": "https://github.com/dtolnay/rustversion", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Conditional compilation according to rustc compiler version" }, { "name": "ryu", "version": "1.0.18", "authors": "David Tolnay ", "repository": "https://github.com/dtolnay/ryu", "license": "Apache-2.0 OR BSL-1.0", "license_file": null, "description": "Fast floating point to string conversion" }, { "name": "same-file", "version": "1.0.6", "authors": "Andrew Gallant ", "repository": "https://github.com/BurntSushi/same-file", "license": "MIT OR Unlicense", "license_file": null, "description": "A simple crate for determining whether two file paths point to the same file." }, { "name": "schannel", "version": "0.1.27", "authors": "Steven Fackler |Steffen Butzer ", "repository": "https://github.com/steffengy/schannel-rs", "license": "MIT", "license_file": null, "description": "Schannel bindings for rust, allowing SSL/TLS (e.g. https) without openssl" }, { "name": "scoped-tls", "version": "1.0.1", "authors": "Alex Crichton ", "repository": "https://github.com/alexcrichton/scoped-tls", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Library implementation of the standard library's old `scoped_thread_local!` macro for providing scoped access to thread local storage (TLS) so any type can be stored into TLS." }, { "name": "scopeguard", "version": "1.2.0", "authors": "bluss", "repository": "https://github.com/bluss/scopeguard", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A 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." }, { "name": "sd-notify", "version": "0.4.3", "authors": null, "repository": "https://github.com/lnicola/sd-notify", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Lightweight crate for systemd service state notifications" }, { "name": "seahash", "version": "4.1.0", "authors": "ticki |Tom Almeida ", "repository": "https://gitlab.redox-os.org/redox-os/seahash", "license": "MIT", "license_file": null, "description": "A blazingly fast, portable hash function with proven statistical guarantees." }, { "name": "security-framework", "version": "2.11.1", "authors": "Steven Fackler |Kornel ", "repository": "https://github.com/kornelski/rust-security-framework", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Security.framework bindings for macOS and iOS" }, { "name": "security-framework-sys", "version": "2.12.1", "authors": "Steven Fackler |Kornel ", "repository": "https://github.com/kornelski/rust-security-framework", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Apple `Security.framework` low-level FFI bindings" }, { "name": "self_cell", "version": "0.10.3", "authors": "Lukas Bergdoll ", "repository": "https://github.com/Voultapher/self_cell", "license": "Apache-2.0", "license_file": null, "description": "Safe-to-use proc-macro-free self-referential structs in stable Rust." }, { "name": "self_cell", "version": "1.1.0", "authors": "Lukas Bergdoll ", "repository": "https://github.com/Voultapher/self_cell", "license": "Apache-2.0", "license_file": null, "description": "Safe-to-use proc-macro-free self-referential structs in stable Rust." }, { "name": "serde", "version": "1.0.216", "authors": "Erick Tryzelaar |David Tolnay ", "repository": "https://github.com/serde-rs/serde", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A generic serialization/deserialization framework" }, { "name": "serde_derive", "version": "1.0.216", "authors": "Erick Tryzelaar |David Tolnay ", "repository": "https://github.com/serde-rs/serde", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]" }, { "name": "serde_json", "version": "1.0.133", "authors": "Erick Tryzelaar |David Tolnay ", "repository": "https://github.com/serde-rs/json", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A JSON serialization file format" }, { "name": "serde_spanned", "version": "0.6.8", "authors": null, "repository": "https://github.com/toml-rs/toml", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Serde-compatible spanned Value" }, { "name": "serde_urlencoded", "version": "0.7.1", "authors": "Anthony Ramine ", "repository": "https://github.com/nox/serde_urlencoded", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "`x-www-form-urlencoded` meets Serde" }, { "name": "serde_yaml", "version": "0.9.34+deprecated", "authors": "David Tolnay ", "repository": "https://github.com/dtolnay/serde-yaml", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "YAML data format for Serde" }, { "name": "sha2", "version": "0.10.8", "authors": "RustCrypto Developers", "repository": "https://github.com/RustCrypto/hashes", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512." }, { "name": "sha256", "version": "1.5.0", "authors": "baoyachi ", "repository": "https://github.com/baoyachi/sha256-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "sha256 crypto digest" }, { "name": "sharded-slab", "version": "0.1.7", "authors": "Eliza Weisman ", "repository": "https://github.com/hawkw/sharded-slab", "license": "MIT", "license_file": null, "description": "A lock-free concurrent slab." }, { "name": "shlex", "version": "1.3.0", "authors": "comex |Fenhl |Adrian Taylor |Alex Touchet |Daniel Parks |Garrett Berg ", "repository": "https://github.com/comex/rust-shlex", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Split a string into shell words, like Python's shlex." }, { "name": "signal-hook", "version": "0.3.17", "authors": "Michal 'vorner' Vaner |Thomas Himmelstoss ", "repository": "https://github.com/vorner/signal-hook", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Unix signal handling" }, { "name": "signal-hook-registry", "version": "1.4.2", "authors": "Michal 'vorner' Vaner |Masaki Hara ", "repository": "https://github.com/vorner/signal-hook", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Backend crate for signal-hook" }, { "name": "simd-adler32", "version": "0.3.7", "authors": "Marvin Countryman ", "repository": "https://github.com/mcountryman/simd-adler32", "license": "MIT", "license_file": null, "description": "A SIMD-accelerated Adler-32 hash algorithm implementation." }, { "name": "simdutf8", "version": "0.1.5", "authors": "Hans Kratz ", "repository": "https://github.com/rusticstuff/simdutf8", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "SIMD-accelerated UTF-8 validation." }, { "name": "siphasher", "version": "0.3.11", "authors": "Frank Denis ", "repository": "https://github.com/jedisct1/rust-siphash", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust" }, { "name": "slab", "version": "0.4.9", "authors": "Carl Lerche ", "repository": "https://github.com/tokio-rs/slab", "license": "MIT", "license_file": null, "description": "Pre-allocated storage for a uniform data type" }, { "name": "slug", "version": "0.1.6", "authors": "Steven Allen ", "repository": "https://github.com/Stebalien/slug-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Convert a unicode string to a slug" }, { "name": "smallvec", "version": "1.13.2", "authors": "The Servo Project Developers", "repository": "https://github.com/servo/rust-smallvec", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "'Small vector' optimization: store up to a small number of items on the stack" }, { "name": "socket2", "version": "0.5.8", "authors": "Alex Crichton |Thomas de Zeeuw ", "repository": "https://github.com/rust-lang/socket2", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Utilities for handling networking sockets with a maximal amount of configuration possible intended." }, { "name": "spin", "version": "0.9.8", "authors": "Mathijs van de Nes |John Ericson |Joshua Barretto ", "repository": "https://github.com/mvdnes/spin-rs.git", "license": "MIT", "license_file": null, "description": "Spin-based synchronization primitives" }, { "name": "stable-pattern", "version": "0.1.0", "authors": "Sergio Benitez ", "repository": "https://github.com/SergioBenitez/stable-pattern", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Stable port of std::str::Pattern and friends." }, { "name": "stable_deref_trait", "version": "1.2.0", "authors": "Robert Grosse ", "repository": "https://github.com/storyyeller/stable_deref_trait", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental." }, { "name": "state", "version": "0.6.0", "authors": "Sergio Benitez ", "repository": "https://github.com/SergioBenitez/state", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A library for safe and effortless global and thread-local state management." }, { "name": "subtle", "version": "2.6.1", "authors": "Isis Lovecruft |Henry de Valence ", "repository": "https://github.com/dalek-cryptography/subtle", "license": "BSD-3-Clause", "license_file": null, "description": "Pure-Rust traits and utilities for constant-time cryptographic implementations." }, { "name": "syn", "version": "1.0.109", "authors": "David Tolnay ", "repository": "https://github.com/dtolnay/syn", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Parser for Rust source code" }, { "name": "syn", "version": "2.0.90", "authors": "David Tolnay ", "repository": "https://github.com/dtolnay/syn", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Parser for Rust source code" }, { "name": "sync_wrapper", "version": "1.0.2", "authors": "Actyx AG ", "repository": "https://github.com/Actyx/sync_wrapper", "license": "Apache-2.0", "license_file": null, "description": "A tool for enlisting the compiler's help in proving the absence of concurrency" }, { "name": "synstructure", "version": "0.13.1", "authors": "Nika Layzell ", "repository": "https://github.com/mystor/synstructure", "license": "MIT", "license_file": null, "description": "Helper methods and macros for custom derives" }, { "name": "system-configuration", "version": "0.6.1", "authors": "Mullvad VPN", "repository": "https://github.com/mullvad/system-configuration-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Bindings to SystemConfiguration framework for macOS" }, { "name": "system-configuration-sys", "version": "0.6.0", "authors": "Mullvad VPN", "repository": "https://github.com/mullvad/system-configuration-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Low level bindings to SystemConfiguration framework for macOS" }, { "name": "systemd-journal-logger", "version": "2.2.0", "authors": "Sebastian Wiesner ", "repository": "https://github.com/swsnr/systemd-journal-logger.rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Systemd journal logger for the log facade." }, { "name": "tap", "version": "1.0.1", "authors": "Elliott Linder |myrrlyn ", "repository": "https://github.com/myrrlyn/tap", "license": "MIT", "license_file": null, "description": "Generic extensions for tapping values in Rust" }, { "name": "tempfile", "version": "3.14.0", "authors": "Steven Allen |The Rust Project Developers|Ashley Mannix |Jason White ", "repository": "https://github.com/Stebalien/tempfile", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A library for managing temporary files and directories." }, { "name": "tera", "version": "1.20.0", "authors": "Vincent Prouillet ", "repository": "https://github.com/Keats/tera", "license": "MIT", "license_file": null, "description": "Template engine based on Jinja2/Django templates" }, { "name": "termcolor", "version": "1.4.1", "authors": "Andrew Gallant ", "repository": "https://github.com/BurntSushi/termcolor", "license": "MIT OR Unlicense", "license_file": null, "description": "A simple cross platform library for writing colored text to a terminal." }, { "name": "thiserror", "version": "1.0.69", "authors": "David Tolnay ", "repository": "https://github.com/dtolnay/thiserror", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "derive(Error)" }, { "name": "thiserror", "version": "2.0.6", "authors": "David Tolnay ", "repository": "https://github.com/dtolnay/thiserror", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "derive(Error)" }, { "name": "thiserror-impl", "version": "1.0.69", "authors": "David Tolnay ", "repository": "https://github.com/dtolnay/thiserror", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Implementation detail of the `thiserror` crate" }, { "name": "thiserror-impl", "version": "2.0.6", "authors": "David Tolnay ", "repository": "https://github.com/dtolnay/thiserror", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Implementation detail of the `thiserror` crate" }, { "name": "thread_local", "version": "1.1.8", "authors": "Amanieu d'Antras ", "repository": "https://github.com/Amanieu/thread_local-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Per-object thread-local storage" }, { "name": "time", "version": "0.3.37", "authors": "Jacob Pratt |Time contributors", "repository": "https://github.com/time-rs/time", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std]." }, { "name": "time-core", "version": "0.1.2", "authors": "Jacob Pratt |Time contributors", "repository": "https://github.com/time-rs/time", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "This crate is an implementation detail and should not be relied upon directly." }, { "name": "time-macros", "version": "0.2.19", "authors": "Jacob Pratt |Time contributors", "repository": "https://github.com/time-rs/time", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Procedural macros for the time crate. This crate is an implementation detail and should not be relied upon directly." }, { "name": "tinystr", "version": "0.7.6", "authors": "The ICU4X Project Developers", "repository": "https://github.com/unicode-org/icu4x", "license": "Unicode-3.0", "license_file": null, "description": "A small ASCII-only bounded length string representation." }, { "name": "tinyvec", "version": "1.8.0", "authors": "Lokathor ", "repository": "https://github.com/Lokathor/tinyvec", "license": "Apache-2.0 OR MIT OR Zlib", "license_file": null, "description": "`tinyvec` provides 100% safe vec-like data structures." }, { "name": "tinyvec_macros", "version": "0.1.1", "authors": "Soveu ", "repository": "https://github.com/Soveu/tinyvec_macros", "license": "Apache-2.0 OR MIT OR Zlib", "license_file": null, "description": "Some macros for tiny containers" }, { "name": "tokio", "version": "1.42.0", "authors": "Tokio Contributors ", "repository": "https://github.com/tokio-rs/tokio", "license": "MIT", "license_file": null, "description": "An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications." }, { "name": "tokio-macros", "version": "2.4.0", "authors": "Tokio Contributors ", "repository": "https://github.com/tokio-rs/tokio", "license": "MIT", "license_file": null, "description": "Tokio's proc macros." }, { "name": "tokio-native-tls", "version": "0.3.1", "authors": "Tokio Contributors ", "repository": "https://github.com/tokio-rs/tls", "license": "MIT", "license_file": null, "description": "An implementation of TLS/SSL streams for Tokio using native-tls giving an implementation of TLS for nonblocking I/O streams." }, { "name": "tokio-rustls", "version": "0.26.1", "authors": null, "repository": "https://github.com/rustls/tokio-rustls", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Asynchronous TLS/SSL streams for Tokio using Rustls." }, { "name": "tokio-stream", "version": "0.1.17", "authors": "Tokio Contributors ", "repository": "https://github.com/tokio-rs/tokio", "license": "MIT", "license_file": null, "description": "Utilities to work with `Stream` and `tokio`." }, { "name": "tokio-util", "version": "0.7.13", "authors": "Tokio Contributors ", "repository": "https://github.com/tokio-rs/tokio", "license": "MIT", "license_file": null, "description": "Additional utilities for working with Tokio." }, { "name": "toml", "version": "0.8.19", "authors": "Alex Crichton ", "repository": "https://github.com/toml-rs/toml", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures." }, { "name": "toml_datetime", "version": "0.6.8", "authors": "Alex Crichton ", "repository": "https://github.com/toml-rs/toml", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A TOML-compatible datetime type" }, { "name": "toml_edit", "version": "0.22.22", "authors": "Andronik Ordian |Ed Page ", "repository": "https://github.com/toml-rs/toml", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Yet another format-preserving TOML parser." }, { "name": "tower-service", "version": "0.3.3", "authors": "Tower Maintainers ", "repository": "https://github.com/tower-rs/tower", "license": "MIT", "license_file": null, "description": "Trait representing an asynchronous, request / response based, client or server." }, { "name": "tracing", "version": "0.1.41", "authors": "Eliza Weisman |Tokio Contributors ", "repository": "https://github.com/tokio-rs/tracing", "license": "MIT", "license_file": null, "description": "Application-level tracing for Rust." }, { "name": "tracing-attributes", "version": "0.1.28", "authors": "Tokio Contributors |Eliza Weisman |David Barsky ", "repository": "https://github.com/tokio-rs/tracing", "license": "MIT", "license_file": null, "description": "Procedural macro attributes for automatically instrumenting functions." }, { "name": "tracing-core", "version": "0.1.33", "authors": "Tokio Contributors ", "repository": "https://github.com/tokio-rs/tracing", "license": "MIT", "license_file": null, "description": "Core primitives for application-level tracing." }, { "name": "tracing-log", "version": "0.2.0", "authors": "Tokio Contributors ", "repository": "https://github.com/tokio-rs/tracing", "license": "MIT", "license_file": null, "description": "Provides compatibility between `tracing` and the `log` crate." }, { "name": "tracing-subscriber", "version": "0.3.19", "authors": "Eliza Weisman |David Barsky |Tokio Contributors ", "repository": "https://github.com/tokio-rs/tracing", "license": "MIT", "license_file": null, "description": "Utilities for implementing and composing `tracing` subscribers." }, { "name": "try-lock", "version": "0.2.5", "authors": "Sean McArthur ", "repository": "https://github.com/seanmonstar/try-lock", "license": "MIT", "license_file": null, "description": "A lightweight atomic lock." }, { "name": "type-map", "version": "0.5.0", "authors": "Jacob Brown ", "repository": "https://github.com/kardeiz/type-map", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Provides a typemap container with FxHashMap" }, { "name": "typenum", "version": "1.17.0", "authors": "Paho Lurie-Gregg |Andre Bogus ", "repository": "https://github.com/paholg/typenum", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete." }, { "name": "ubyte", "version": "0.10.4", "authors": "Sergio Benitez ", "repository": "https://github.com/SergioBenitez/ubyte", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A simple, complete, const-everything, saturating, human-friendly, no_std library for byte units." }, { "name": "ucd-trie", "version": "0.1.7", "authors": "Andrew Gallant ", "repository": "https://github.com/BurntSushi/ucd-generate", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A trie for storing Unicode codepoint sets and maps." }, { "name": "uncased", "version": "0.9.10", "authors": "Sergio Benitez ", "repository": "https://github.com/SergioBenitez/uncased", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Case-preserving, ASCII case-insensitive, no_std string types." }, { "name": "unic-char-property", "version": "0.9.0", "authors": "The UNIC Project Developers", "repository": "https://github.com/open-i18n/rust-unic/", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "UNIC — Unicode Character Tools — Character Property taxonomy, contracts and build macros" }, { "name": "unic-char-range", "version": "0.9.0", "authors": "The UNIC Project Developers", "repository": "https://github.com/open-i18n/rust-unic/", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "UNIC — Unicode Character Tools — Character Range and Iteration" }, { "name": "unic-common", "version": "0.9.0", "authors": "The UNIC Project Developers", "repository": "https://github.com/open-i18n/rust-unic/", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "UNIC — Common Utilities" }, { "name": "unic-langid", "version": "0.9.5", "authors": "Zibi Braniecki ", "repository": "https://github.com/zbraniecki/unic-locale", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "API for managing Unicode Language Identifiers" }, { "name": "unic-langid-impl", "version": "0.9.5", "authors": "Zibi Braniecki ", "repository": "https://github.com/zbraniecki/unic-locale", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "API for managing Unicode Language Identifiers" }, { "name": "unic-langid-macros", "version": "0.9.5", "authors": "Zibi Braniecki ", "repository": "https://github.com/zbraniecki/unic-locale", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "API for managing Unicode Language Identifiers" }, { "name": "unic-langid-macros-impl", "version": "0.9.5", "authors": "Zibi Braniecki ", "repository": "https://github.com/zbraniecki/unic-locale", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "API for managing Unicode Language Identifiers" }, { "name": "unic-segment", "version": "0.9.0", "authors": "The UNIC Project Developers", "repository": "https://github.com/open-i18n/rust-unic/", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "UNIC — Unicode Text Segmentation Algorithms" }, { "name": "unic-ucd-segment", "version": "0.9.0", "authors": "The UNIC Project Developers", "repository": "https://github.com/open-i18n/rust-unic/", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "UNIC — Unicode Character Database — Segmentation Properties" }, { "name": "unic-ucd-version", "version": "0.9.0", "authors": "The UNIC Project Developers", "repository": "https://github.com/open-i18n/rust-unic/", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "UNIC — Unicode Character Database — Version" }, { "name": "unicase", "version": "2.8.0", "authors": "Sean McArthur ", "repository": "https://github.com/seanmonstar/unicase", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A case-insensitive wrapper around strings." }, { "name": "unicode-ident", "version": "1.0.14", "authors": "David Tolnay ", "repository": "https://github.com/dtolnay/unicode-ident", "license": "(MIT OR Apache-2.0) AND Unicode-3.0", "license_file": null, "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31" }, { "name": "unicode-xid", "version": "0.2.6", "authors": "erick.tryzelaar |kwantam |Manish Goregaokar ", "repository": "https://github.com/unicode-rs/unicode-xid", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31." }, { "name": "universal-hash", "version": "0.5.1", "authors": "RustCrypto Developers", "repository": "https://github.com/RustCrypto/traits", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Traits which describe the functionality of universal hash functions (UHFs)" }, { "name": "unsafe-libyaml", "version": "0.2.11", "authors": "David Tolnay ", "repository": "https://github.com/dtolnay/unsafe-libyaml", "license": "MIT", "license_file": null, "description": "libyaml transpiled to rust by c2rust" }, { "name": "untrusted", "version": "0.9.0", "authors": "Brian Smith ", "repository": "https://github.com/briansmith/untrusted", "license": "ISC", "license_file": null, "description": "Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs in Rust." }, { "name": "url", "version": "2.5.4", "authors": "The rust-url developers", "repository": "https://github.com/servo/rust-url", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "URL library for Rust, based on the WHATWG URL Standard" }, { "name": "url-escape", "version": "0.1.1", "authors": "Magic Len ", "repository": "https://github.com/magiclen/url-escape", "license": "MIT", "license_file": null, "description": "This library is for encoding/escaping special characters in URLs and decoding/unescaping URLs as well." }, { "name": "utf16_iter", "version": "1.0.5", "authors": "Henri Sivonen ", "repository": "https://github.com/hsivonen/utf16_iter", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Iterator by char over potentially-invalid UTF-16 in &[u16]" }, { "name": "utf8-width", "version": "0.1.7", "authors": "Magic Len ", "repository": "https://github.com/magiclen/utf8-width", "license": "MIT", "license_file": null, "description": "To determine the width of a UTF-8 character by providing its first byte." }, { "name": "utf8_iter", "version": "1.0.4", "authors": "Henri Sivonen ", "repository": "https://github.com/hsivonen/utf8_iter", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Iterator by char over potentially-invalid UTF-8 in &[u8]" }, { "name": "uuid", "version": "1.11.0", "authors": "Ashley Mannix|Dylan DPC|Hunar Roop Kahlon", "repository": "https://github.com/uuid-rs/uuid", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A library to generate and parse UUIDs." }, { "name": "valuable", "version": "0.1.0", "authors": null, "repository": "https://github.com/tokio-rs/valuable", "license": "MIT", "license_file": null, "description": "Object-safe value inspection, used to pass un-typed structured data across trait-object boundaries." }, { "name": "vcpkg", "version": "0.2.15", "authors": "Jim McGrath ", "repository": "https://github.com/mcgoo/vcpkg-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A library to find native dependencies in a vcpkg tree at build time in order to be used in Cargo build scripts." }, { "name": "version-compare", "version": "0.2.0", "authors": "Tim Visee <3a4fb3964f@sinenomine.email>", "repository": "https://gitlab.com/timvisee/version-compare", "license": "MIT", "license_file": null, "description": "Rust library to easily compare version numbers with no specific format, and test against various comparison operators." }, { "name": "version_check", "version": "0.9.5", "authors": "Sergio Benitez ", "repository": "https://github.com/SergioBenitez/version_check", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Tiny crate to check the version of the installed/running rustc." }, { "name": "walkdir", "version": "2.5.0", "authors": "Andrew Gallant ", "repository": "https://github.com/BurntSushi/walkdir", "license": "MIT OR Unlicense", "license_file": null, "description": "Recursively walk a directory." }, { "name": "want", "version": "0.3.1", "authors": "Sean McArthur ", "repository": "https://github.com/seanmonstar/want", "license": "MIT", "license_file": null, "description": "Detect when another Future wants a result." }, { "name": "wasi", "version": "0.11.0+wasi-snapshot-preview1", "authors": "The Cranelift Project Developers", "repository": "https://github.com/bytecodealliance/wasi", "license": "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT", "license_file": null, "description": "Experimental WASI API bindings for Rust" }, { "name": "wasm-bindgen", "version": "0.2.99", "authors": "The wasm-bindgen Developers", "repository": "https://github.com/rustwasm/wasm-bindgen", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Easy support for interacting between JS and Rust." }, { "name": "wasm-bindgen-backend", "version": "0.2.99", "authors": "The wasm-bindgen Developers", "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Backend code generation of the wasm-bindgen tool" }, { "name": "wasm-bindgen-futures", "version": "0.4.49", "authors": "The wasm-bindgen Developers", "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Bridging the gap between Rust Futures and JavaScript Promises" }, { "name": "wasm-bindgen-macro", "version": "0.2.99", "authors": "The wasm-bindgen Developers", "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Definition of the `#[wasm_bindgen]` attribute, an internal dependency" }, { "name": "wasm-bindgen-macro-support", "version": "0.2.99", "authors": "The wasm-bindgen Developers", "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate" }, { "name": "wasm-bindgen-shared", "version": "0.2.99", "authors": "The wasm-bindgen Developers", "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency." }, { "name": "wasm-streams", "version": "0.4.2", "authors": "Mattias Buelens ", "repository": "https://github.com/MattiasBuelens/wasm-streams/", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Bridging between web streams and Rust streams using WebAssembly" }, { "name": "web-sys", "version": "0.3.76", "authors": "The wasm-bindgen Developers", "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Bindings for all Web APIs, a procedurally generated crate from WebIDL" }, { "name": "winapi", "version": "0.3.9", "authors": "Peter Atashian ", "repository": "https://github.com/retep998/winapi-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Raw FFI bindings for all of Windows API." }, { "name": "winapi-i686-pc-windows-gnu", "version": "0.4.0", "authors": "Peter Atashian ", "repository": "https://github.com/retep998/winapi-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead." }, { "name": "winapi-util", "version": "0.1.9", "authors": "Andrew Gallant ", "repository": "https://github.com/BurntSushi/winapi-util", "license": "MIT OR Unlicense", "license_file": null, "description": "A dumping ground for high level safe wrappers over windows-sys." }, { "name": "winapi-x86_64-pc-windows-gnu", "version": "0.4.0", "authors": "Peter Atashian ", "repository": "https://github.com/retep998/winapi-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead." }, { "name": "windows", "version": "0.48.0", "authors": "Microsoft", "repository": "https://github.com/microsoft/windows-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Rust for Windows" }, { "name": "windows-core", "version": "0.52.0", "authors": "Microsoft", "repository": "https://github.com/microsoft/windows-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Rust for Windows" }, { "name": "windows-registry", "version": "0.2.0", "authors": "Microsoft", "repository": "https://github.com/microsoft/windows-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Windows registry" }, { "name": "windows-result", "version": "0.2.0", "authors": "Microsoft", "repository": "https://github.com/microsoft/windows-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Windows error handling" }, { "name": "windows-strings", "version": "0.1.0", "authors": "Microsoft", "repository": "https://github.com/microsoft/windows-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Rust for Windows" }, { "name": "windows-sys", "version": "0.48.0", "authors": "Microsoft", "repository": "https://github.com/microsoft/windows-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Rust for Windows" }, { "name": "windows-sys", "version": "0.52.0", "authors": "Microsoft", "repository": "https://github.com/microsoft/windows-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Rust for Windows" }, { "name": "windows-sys", "version": "0.59.0", "authors": "Microsoft", "repository": "https://github.com/microsoft/windows-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Rust for Windows" }, { "name": "windows-targets", "version": "0.48.5", "authors": "Microsoft", "repository": "https://github.com/microsoft/windows-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Import libs for Windows" }, { "name": "windows-targets", "version": "0.52.6", "authors": "Microsoft", "repository": "https://github.com/microsoft/windows-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Import libs for Windows" }, { "name": "windows_aarch64_gnullvm", "version": "0.48.5", "authors": "Microsoft", "repository": "https://github.com/microsoft/windows-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Import lib for Windows" }, { "name": "windows_aarch64_gnullvm", "version": "0.52.6", "authors": "Microsoft", "repository": "https://github.com/microsoft/windows-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Import lib for Windows" }, { "name": "windows_aarch64_msvc", "version": "0.48.5", "authors": "Microsoft", "repository": "https://github.com/microsoft/windows-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Import lib for Windows" }, { "name": "windows_aarch64_msvc", "version": "0.52.6", "authors": "Microsoft", "repository": "https://github.com/microsoft/windows-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Import lib for Windows" }, { "name": "windows_i686_gnu", "version": "0.48.5", "authors": "Microsoft", "repository": "https://github.com/microsoft/windows-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Import lib for Windows" }, { "name": "windows_i686_gnu", "version": "0.52.6", "authors": "Microsoft", "repository": "https://github.com/microsoft/windows-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Import lib for Windows" }, { "name": "windows_i686_gnullvm", "version": "0.52.6", "authors": "Microsoft", "repository": "https://github.com/microsoft/windows-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Import lib for Windows" }, { "name": "windows_i686_msvc", "version": "0.48.5", "authors": "Microsoft", "repository": "https://github.com/microsoft/windows-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Import lib for Windows" }, { "name": "windows_i686_msvc", "version": "0.52.6", "authors": "Microsoft", "repository": "https://github.com/microsoft/windows-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Import lib for Windows" }, { "name": "windows_x86_64_gnu", "version": "0.48.5", "authors": "Microsoft", "repository": "https://github.com/microsoft/windows-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Import lib for Windows" }, { "name": "windows_x86_64_gnu", "version": "0.52.6", "authors": "Microsoft", "repository": "https://github.com/microsoft/windows-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Import lib for Windows" }, { "name": "windows_x86_64_gnullvm", "version": "0.48.5", "authors": "Microsoft", "repository": "https://github.com/microsoft/windows-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Import lib for Windows" }, { "name": "windows_x86_64_gnullvm", "version": "0.52.6", "authors": "Microsoft", "repository": "https://github.com/microsoft/windows-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Import lib for Windows" }, { "name": "windows_x86_64_msvc", "version": "0.48.5", "authors": "Microsoft", "repository": "https://github.com/microsoft/windows-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Import lib for Windows" }, { "name": "windows_x86_64_msvc", "version": "0.52.6", "authors": "Microsoft", "repository": "https://github.com/microsoft/windows-rs", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Import lib for Windows" }, { "name": "winnow", "version": "0.6.20", "authors": null, "repository": "https://github.com/winnow-rs/winnow", "license": "MIT", "license_file": null, "description": "A byte-oriented, zero-copy, parser combinators library" }, { "name": "write16", "version": "1.0.0", "authors": null, "repository": "https://github.com/hsivonen/write16", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A UTF-16 analog of the Write trait" }, { "name": "writeable", "version": "0.5.5", "authors": "The ICU4X Project Developers", "repository": "https://github.com/unicode-org/icu4x", "license": "Unicode-3.0", "license_file": null, "description": "A more efficient alternative to fmt::Display" }, { "name": "wyz", "version": "0.5.1", "authors": "myrrlyn ", "repository": "https://github.com/myrrlyn/wyz", "license": "MIT", "license_file": null, "description": "myrrlyn’s utility collection" }, { "name": "yansi", "version": "1.0.1", "authors": "Sergio Benitez ", "repository": "https://github.com/SergioBenitez/yansi", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "A dead simple ANSI terminal color painting library." }, { "name": "yoke", "version": "0.7.5", "authors": "Manish Goregaokar ", "repository": "https://github.com/unicode-org/icu4x", "license": "Unicode-3.0", "license_file": null, "description": "Abstraction allowing borrowed data to be carried along with the backing data it borrows from" }, { "name": "yoke-derive", "version": "0.7.5", "authors": "Manish Goregaokar ", "repository": "https://github.com/unicode-org/icu4x", "license": "Unicode-3.0", "license_file": null, "description": "Custom derive for the yoke crate" }, { "name": "zerocopy", "version": "0.7.35", "authors": "Joshua Liebow-Feeser ", "repository": "https://github.com/google/zerocopy", "license": "Apache-2.0 OR BSD-2-Clause OR MIT", "license_file": null, "description": "Utilities for zero-copy parsing and serialization" }, { "name": "zerocopy-derive", "version": "0.7.35", "authors": "Joshua Liebow-Feeser ", "repository": "https://github.com/google/zerocopy", "license": "Apache-2.0 OR BSD-2-Clause OR MIT", "license_file": null, "description": "Custom derive for traits from the zerocopy crate" }, { "name": "zerofrom", "version": "0.1.5", "authors": "Manish Goregaokar ", "repository": "https://github.com/unicode-org/icu4x", "license": "Unicode-3.0", "license_file": null, "description": "ZeroFrom trait for constructing" }, { "name": "zerofrom-derive", "version": "0.1.5", "authors": "Manish Goregaokar ", "repository": "https://github.com/unicode-org/icu4x", "license": "Unicode-3.0", "license_file": null, "description": "Custom derive for the zerofrom crate" }, { "name": "zeroize", "version": "1.8.1", "authors": "The RustCrypto Project Developers", "repository": "https://github.com/RustCrypto/utils/tree/master/zeroize", "license": "Apache-2.0 OR MIT", "license_file": null, "description": "Securely clear secrets from memory with a simple trait built on stable Rust primitives which guarantee memory is zeroed using an operation will not be 'optimized away' by the compiler. Uses a portable pure Rust implementation that works everywhere, even WASM!" }, { "name": "zerovec", "version": "0.10.4", "authors": "The ICU4X Project Developers", "repository": "https://github.com/unicode-org/icu4x", "license": "Unicode-3.0", "license_file": null, "description": "Zero-copy vector backed by a byte array" }, { "name": "zerovec-derive", "version": "0.10.3", "authors": "Manish Goregaokar ", "repository": "https://github.com/unicode-org/icu4x", "license": "Unicode-3.0", "license_file": null, "description": "Custom derive for the zerovec crate" } ]