diff --git a/Cargo.lock b/Cargo.lock index 2d50d5388..3e7cf36b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3959,6 +3959,7 @@ dependencies = [ "anki_process", "anyhow", "camino", + "serde_json", "walkdir", "which", ] @@ -5974,9 +5975,9 @@ checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" [[package]] name = "slab" -version = "0.4.10" +version = "0.4.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d" +checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" [[package]] name = "slotmap" diff --git a/build/configure/src/rust.rs b/build/configure/src/rust.rs index 758752fa6..906ecd37e 100644 --- a/build/configure/src/rust.rs +++ b/build/configure/src/rust.rs @@ -169,7 +169,7 @@ fn build_rsbridge(build: &mut Build) -> Result<()> { pub fn check_rust(build: &mut Build) -> Result<()> { let inputs = inputs![ - glob!("{rslib/**,pylib/rsbridge/**,ftl/**,build/**,qt/launcher/**}"), + glob!("{rslib/**,pylib/rsbridge/**,ftl/**,build/**,qt/launcher/**,tools/minilints/**}"), "Cargo.lock", "Cargo.toml", "rust-toolchain.toml", diff --git a/cargo/licenses.json b/cargo/licenses.json index 92713c098..4eeaeed51 100644 --- a/cargo/licenses.json +++ b/cargo/licenses.json @@ -1,5744 +1,5106 @@ [ { - "name": "addr2line", - "version": "0.24.2", "authors": null, - "repository": "https://github.com/gimli-rs/addr2line", + "description": "A cross-platform symbolication library written in Rust, using `gimli`", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "A cross-platform symbolication library written in Rust, using `gimli`" + "name": "addr2line", + "repository": "https://github.com/gimli-rs/addr2line" }, { - "name": "adler2", - "version": "2.0.1", "authors": "Jonas Schievink |oyvindln ", - "repository": "https://github.com/oyvindln/adler2", + "description": "A simple clean-room implementation of the Adler-32 checksum", "license": "0BSD OR Apache-2.0 OR MIT", "license_file": null, - "description": "A simple clean-room implementation of the Adler-32 checksum" + "name": "adler2", + "repository": "https://github.com/oyvindln/adler2" }, { - "name": "ahash", - "version": "0.8.12", "authors": "Tom Kaitchuck ", - "repository": "https://github.com/tkaitchuck/ahash", + "description": "A non-cryptographic hash function using AES-NI for high performance", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "A non-cryptographic hash function using AES-NI for high performance" + "name": "ahash", + "repository": "https://github.com/tkaitchuck/ahash" }, { - "name": "aho-corasick", - "version": "1.1.3", "authors": "Andrew Gallant ", - "repository": "https://github.com/BurntSushi/aho-corasick", + "description": "Fast multiple substring searching.", "license": "MIT OR Unlicense", "license_file": null, - "description": "Fast multiple substring searching." + "name": "aho-corasick", + "repository": "https://github.com/BurntSushi/aho-corasick" }, { - "name": "allocator-api2", - "version": "0.2.21", "authors": "Zakarum ", - "repository": "https://github.com/zakarumych/allocator-api2", + "description": "Mirror of Rust's allocator API", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Mirror of Rust's allocator API" + "name": "allocator-api2", + "repository": "https://github.com/zakarumych/allocator-api2" }, { - "name": "ammonia", - "version": "4.1.0", "authors": "Michael Howell ", - "repository": "https://github.com/rust-ammonia/ammonia", + "description": "HTML Sanitization", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "HTML Sanitization" + "name": "ammonia", + "repository": "https://github.com/rust-ammonia/ammonia" }, { - "name": "android-tzdata", - "version": "0.1.1", "authors": "RumovZ", - "repository": "https://github.com/RumovZ/android-tzdata", + "description": "Parser for the Android-specific tzdata file", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Parser for the Android-specific tzdata file" + "name": "android-tzdata", + "repository": "https://github.com/RumovZ/android-tzdata" }, { - "name": "android_system_properties", - "version": "0.1.5", "authors": "Nicolas Silva ", - "repository": "https://github.com/nical/android_system_properties", + "description": "Minimal Android system properties wrapper", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Minimal Android system properties wrapper" + "name": "android_system_properties", + "repository": "https://github.com/nical/android_system_properties" }, { + "authors": "Ankitects Pty Ltd and contributors ", + "description": "Anki's Rust library code", + "license": "AGPL-3.0-or-later", + "license_file": null, "name": "anki", - "version": "0.0.0", - "authors": "Ankitects Pty Ltd and contributors ", - "repository": null, - "license": "AGPL-3.0-or-later", - "license_file": null, - "description": "Anki's Rust library code" + "repository": null }, { + "authors": "Ankitects Pty Ltd and contributors ", + "description": "Anki's Rust library i18n code", + "license": "AGPL-3.0-or-later", + "license_file": null, "name": "anki_i18n", - "version": "0.0.0", - "authors": "Ankitects Pty Ltd and contributors ", - "repository": null, - "license": "AGPL-3.0-or-later", - "license_file": null, - "description": "Anki's Rust library i18n code" + "repository": null }, { + "authors": "Ankitects Pty Ltd and contributors ", + "description": "Utils for better I/O error reporting", + "license": "AGPL-3.0-or-later", + "license_file": null, "name": "anki_io", - "version": "0.0.0", - "authors": "Ankitects Pty Ltd and contributors ", - "repository": null, - "license": "AGPL-3.0-or-later", - "license_file": null, - "description": "Utils for better I/O error reporting" + "repository": null }, { + "authors": "Ankitects Pty Ltd and contributors ", + "description": "Anki's Rust library protobuf code", + "license": "AGPL-3.0-or-later", + "license_file": null, "name": "anki_proto", - "version": "0.0.0", - "authors": "Ankitects Pty Ltd and contributors ", - "repository": null, - "license": "AGPL-3.0-or-later", - "license_file": null, - "description": "Anki's Rust library protobuf code" + "repository": null }, { + "authors": "Ankitects Pty Ltd and contributors ", + "description": "Helpers for interface code generation", + "license": "AGPL-3.0-or-later", + "license_file": null, "name": "anki_proto_gen", - "version": "0.0.0", - "authors": "Ankitects Pty Ltd and contributors ", - "repository": null, - "license": "AGPL-3.0-or-later", - "license_file": null, - "description": "Helpers for interface code generation" + "repository": null }, { - "name": "anyhow", - "version": "1.0.98", "authors": "David Tolnay ", - "repository": "https://github.com/dtolnay/anyhow", + "description": "Flexible concrete Error type built on std::error::Error", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Flexible concrete Error type built on std::error::Error" + "name": "anyhow", + "repository": "https://github.com/dtolnay/anyhow" }, { - "name": "arbitrary", - "version": "1.4.1", "authors": "The Rust-Fuzz Project Developers|Nick Fitzgerald |Manish Goregaokar |Simonas Kazlauskas |Brian L. Troutwine |Corey Farwell ", - "repository": "https://github.com/rust-fuzz/arbitrary/", + "description": "The trait for generating structured data from unstructured data", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "The trait for generating structured data from unstructured data" + "name": "arbitrary", + "repository": "https://github.com/rust-fuzz/arbitrary/" }, { - "name": "arrayref", - "version": "0.3.9", "authors": "David Roundy ", - "repository": "https://github.com/droundy/arrayref", + "description": "Macros to take array references of slices", "license": "BSD-2-Clause", "license_file": null, - "description": "Macros to take array references of slices" + "name": "arrayref", + "repository": "https://github.com/droundy/arrayref" }, { - "name": "arrayvec", - "version": "0.7.6", "authors": "bluss", - "repository": "https://github.com/bluss/arrayvec", + "description": "A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.", "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": "arrayvec", + "repository": "https://github.com/bluss/arrayvec" }, { - "name": "ash", - "version": "0.38.0+1.3.281", "authors": "Maik Klein |Benjamin Saunders |Marijn Suijten ", - "repository": "https://github.com/ash-rs/ash", + "description": "Vulkan bindings for Rust", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Vulkan bindings for Rust" + "name": "ash", + "repository": "https://github.com/ash-rs/ash" }, { - "name": "assert-json-diff", - "version": "2.0.2", "authors": "David Pedersen ", - "repository": "https://github.com/davidpdrsn/assert-json-diff.git", + "description": "Easily compare two JSON values and get great output", "license": "MIT", "license_file": null, - "description": "Easily compare two JSON values and get great output" + "name": "assert-json-diff", + "repository": "https://github.com/davidpdrsn/assert-json-diff.git" }, { - "name": "async-channel", - "version": "2.3.1", "authors": "Stjepan Glavina ", - "repository": "https://github.com/smol-rs/async-channel", + "description": "Async multi-producer multi-consumer channel", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Async multi-producer multi-consumer channel" + "name": "async-channel", + "repository": "https://github.com/smol-rs/async-channel" }, { - "name": "async-compression", - "version": "0.4.24", "authors": "Wim Looman |Allen Bui ", - "repository": "https://github.com/Nullus157/async-compression", + "description": "Adaptors between compression crates and Rust's modern asynchronous IO types.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Adaptors between compression crates and Rust's modern asynchronous IO types." + "name": "async-compression", + "repository": "https://github.com/Nullus157/async-compression" }, { + "authors": "Carl Lerche ", + "description": "Asynchronous streams using async & await notation", + "license": "MIT", + "license_file": null, "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" + "repository": "https://github.com/tokio-rs/async-stream" }, { + "authors": "Carl Lerche ", + "description": "proc macros for async-stream crate", + "license": "MIT", + "license_file": null, "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" + "repository": "https://github.com/tokio-rs/async-stream" }, { - "name": "async-trait", - "version": "0.1.88", "authors": "David Tolnay ", - "repository": "https://github.com/dtolnay/async-trait", + "description": "Type erasure for async trait methods", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Type erasure for async trait methods" + "name": "async-trait", + "repository": "https://github.com/dtolnay/async-trait" }, { - "name": "atomic-waker", - "version": "1.1.2", "authors": "Stjepan Glavina |Contributors to futures-rs", - "repository": "https://github.com/smol-rs/atomic-waker", + "description": "A synchronization primitive for task wakeup", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "A synchronization primitive for task wakeup" + "name": "atomic-waker", + "repository": "https://github.com/smol-rs/atomic-waker" }, { - "name": "atomic_float", - "version": "1.1.0", "authors": "Thom Chiovoloni ", - "repository": "https://github.com/thomcc/atomic_float", + "description": "Floating point types which can be safely shared between threads", "license": "Apache-2.0 OR MIT OR Unlicense", "license_file": null, - "description": "Floating point types which can be safely shared between threads" + "name": "atomic_float", + "repository": "https://github.com/thomcc/atomic_float" }, { - "name": "autocfg", - "version": "1.4.0", "authors": "Josh Stone ", - "repository": "https://github.com/cuviper/autocfg", + "description": "Automatic cfg for Rust compiler features", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Automatic cfg for Rust compiler features" + "name": "autocfg", + "repository": "https://github.com/cuviper/autocfg" }, { + "authors": null, + "description": "Web framework that focuses on ergonomics and modularity", + "license": "MIT", + "license_file": null, "name": "axum", - "version": "0.8.4", - "authors": null, - "repository": "https://github.com/tokio-rs/axum", - "license": "MIT", - "license_file": null, - "description": "Web framework that focuses on ergonomics and modularity" + "repository": "https://github.com/tokio-rs/axum" }, { + "authors": null, + "description": "Client IP address extractors for Axum", + "license": "MIT", + "license_file": null, "name": "axum-client-ip", - "version": "1.1.3", - "authors": null, - "repository": "https://github.com/imbolc/axum-client-ip", - "license": "MIT", - "license_file": null, - "description": "Client IP address extractors for Axum" + "repository": "https://github.com/imbolc/axum-client-ip" }, { + "authors": null, + "description": "Core types and traits for axum", + "license": "MIT", + "license_file": null, "name": "axum-core", - "version": "0.5.2", - "authors": null, - "repository": "https://github.com/tokio-rs/axum", - "license": "MIT", - "license_file": null, - "description": "Core types and traits for axum" + "repository": "https://github.com/tokio-rs/axum" }, { + "authors": null, + "description": "Extra utilities for axum", + "license": "MIT", + "license_file": null, "name": "axum-extra", - "version": "0.10.1", - "authors": null, - "repository": "https://github.com/tokio-rs/axum", - "license": "MIT", - "license_file": null, - "description": "Extra utilities for axum" + "repository": "https://github.com/tokio-rs/axum" }, { + "authors": null, + "description": "Macros for axum", + "license": "MIT", + "license_file": null, "name": "axum-macros", - "version": "0.5.0", - "authors": null, - "repository": "https://github.com/tokio-rs/axum", - "license": "MIT", - "license_file": null, - "description": "Macros for axum" + "repository": "https://github.com/tokio-rs/axum" }, { + "authors": "The Rust Project Developers", + "description": "A library to acquire a stack trace (backtrace) at runtime in a Rust program.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "backtrace", - "version": "0.3.75", - "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." + "repository": "https://github.com/rust-lang/backtrace-rs" }, { - "name": "base64", - "version": "0.22.1", "authors": "Marshall Pierce ", - "repository": "https://github.com/marshallpierce/rust-base64", + "description": "encodes and decodes base64 as bytes or utf8", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "encodes and decodes base64 as bytes or utf8" + "name": "base64", + "repository": "https://github.com/marshallpierce/rust-base64" }, { - "name": "base64ct", - "version": "1.8.0", "authors": "RustCrypto Developers", - "repository": "https://github.com/RustCrypto/formats", + "description": "Pure Rust implementation of Base64 (RFC 4648) which avoids any usages of data-dependent branches/LUTs and thereby provides portable \"best effort\" constant-time operation and embedded-friendly no_std support", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Pure Rust implementation of Base64 (RFC 4648) which avoids any usages of data-dependent branches/LUTs and thereby provides portable \"best effort\" constant-time operation and embedded-friendly no_std support" + "name": "base64ct", + "repository": "https://github.com/RustCrypto/formats" }, { - "name": "bincode", - "version": "2.0.1", "authors": "Ty Overby |Zoey Riordan |Victor Koenders ", - "repository": "https://github.com/bincode-org/bincode", + "description": "A binary serialization / deserialization strategy for transforming structs into bytes and vice versa!", "license": "MIT", "license_file": null, - "description": "A binary serialization / deserialization strategy for transforming structs into bytes and vice versa!" + "name": "bincode", + "repository": "https://github.com/bincode-org/bincode" }, { + "authors": "Alexis Beingessner ", + "description": "A set of bits", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "bit-set", - "version": "0.8.0", - "authors": "Alexis Beingessner ", - "repository": "https://github.com/contain-rs/bit-set", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "A set of bits" + "repository": "https://github.com/contain-rs/bit-set" }, { + "authors": "Alexis Beingessner ", + "description": "A vector of bits", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "bit-vec", - "version": "0.8.0", - "authors": "Alexis Beingessner ", - "repository": "https://github.com/contain-rs/bit-vec", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "A vector of bits" + "repository": "https://github.com/contain-rs/bit-vec" }, { - "name": "bitflags", - "version": "1.3.2", "authors": "The Rust Project Developers", - "repository": "https://github.com/bitflags/bitflags", + "description": "A macro to generate structures which behave like bitflags.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "A macro to generate structures which behave like bitflags." - }, - { "name": "bitflags", - "version": "2.9.1", - "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." + "repository": "https://github.com/bitflags/bitflags" + }, + { + "authors": "The Rust Project Developers", + "description": "A macro to generate structures which behave like bitflags.", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "name": "bitflags", + "repository": "https://github.com/bitflags/bitflags" }, { - "name": "blake3", - "version": "1.8.2", "authors": "Jack O'Connor |Samuel Neves", - "repository": "https://github.com/BLAKE3-team/BLAKE3", + "description": "the BLAKE3 hash function", "license": "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR CC0-1.0", "license_file": null, - "description": "the BLAKE3 hash function" + "name": "blake3", + "repository": "https://github.com/BLAKE3-team/BLAKE3" }, { - "name": "block", - "version": "0.1.6", "authors": "Steven Sheldon", - "repository": "http://github.com/SSheldon/rust-block", + "description": "Rust interface for Apple's C language extension of blocks.", "license": "MIT", "license_file": null, - "description": "Rust interface for Apple's C language extension of blocks." + "name": "block", + "repository": "http://github.com/SSheldon/rust-block" }, { - "name": "block-buffer", - "version": "0.10.4", "authors": "RustCrypto Developers", - "repository": "https://github.com/RustCrypto/utils", + "description": "Buffer type for block processing of data", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Buffer type for block processing of data" + "name": "block-buffer", + "repository": "https://github.com/RustCrypto/utils" }, { - "name": "bumpalo", - "version": "3.18.1", "authors": "Nick Fitzgerald ", - "repository": "https://github.com/fitzgen/bumpalo", + "description": "A fast bump allocation arena for Rust.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "A fast bump allocation arena for Rust." + "name": "bumpalo", + "repository": "https://github.com/fitzgen/bumpalo" }, { + "authors": "nathanielsimard ", + "description": "Flexible and Comprehensive Deep Learning Framework in Rust", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "burn", - "version": "0.17.1", - "authors": "nathanielsimard ", - "repository": "https://github.com/tracel-ai/burn", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Flexible and Comprehensive Deep Learning Framework in Rust" + "repository": "https://github.com/tracel-ai/burn" }, { + "authors": "nathanielsimard ", + "description": "Automatic differentiation backend for the Burn framework", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "burn-autodiff", - "version": "0.17.1", - "authors": "nathanielsimard ", - "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-autodiff", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Automatic differentiation backend for the Burn framework" + "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-autodiff" }, { - "name": "burn-candle", - "version": "0.17.1", "authors": "louisfd ", - "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-candle", + "description": "Candle backend for the Burn framework", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Candle backend for the Burn framework" + "name": "burn-candle", + "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-candle" }, { - "name": "burn-common", - "version": "0.17.1", "authors": "Dilshod Tadjibaev (@antimora)", - "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-common", + "description": "Common crate for the Burn framework", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Common crate for the Burn framework" + "name": "burn-common", + "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-common" }, { + "authors": "nathanielsimard ", + "description": "Flexible and Comprehensive Deep Learning Framework in Rust", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "burn-core", - "version": "0.17.1", - "authors": "nathanielsimard ", - "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-core", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Flexible and Comprehensive Deep Learning Framework in Rust" + "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-core" }, { + "authors": "nathanielsimard ", + "description": "Generic backend that can be compiled just-in-time to any shader language target", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "burn-cubecl", - "version": "0.17.1", - "authors": "nathanielsimard ", - "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-cubecl", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Generic backend that can be compiled just-in-time to any shader language target" + "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-cubecl" }, { + "authors": "nathanielsimard ", + "description": "CUDA backend for the Burn framework", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "burn-cuda", - "version": "0.17.1", - "authors": "nathanielsimard ", - "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-cuda", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "CUDA backend for the Burn framework" + "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-cuda" }, { + "authors": "nathanielsimard ", + "description": "Library with simple dataset APIs for creating ML data pipelines", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "burn-dataset", - "version": "0.17.1", - "authors": "nathanielsimard ", - "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-dataset", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Library with simple dataset APIs for creating ML data pipelines" + "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-dataset" }, { + "authors": "nathanielsimard ", + "description": "Derive crate for the Burn framework", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "burn-derive", - "version": "0.17.1", - "authors": "nathanielsimard ", - "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-derive", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Derive crate for the Burn framework" + "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-derive" }, { + "authors": "laggui |nathanielsimard ", + "description": "Intermediate representation for the Burn framework", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "burn-ir", - "version": "0.17.1", - "authors": "laggui |nathanielsimard ", - "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-ir", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Intermediate representation for the Burn framework" + "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-ir" }, { + "authors": "nathanielsimard ", + "description": "Ndarray backend for the Burn framework", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "burn-ndarray", - "version": "0.17.1", - "authors": "nathanielsimard ", - "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-ndarray", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Ndarray backend for the Burn framework" + "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-ndarray" }, { + "authors": "nathanielsimard ", + "description": "ROCm HIP backend for the Burn framework", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "burn-rocm", - "version": "0.17.1", - "authors": "nathanielsimard ", - "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-rocm", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "ROCm HIP backend for the Burn framework" + "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-rocm" }, { - "name": "burn-router", - "version": "0.17.1", "authors": "laggui |nathanielsimard ", - "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-router", + "description": "Multi-backend router decorator for the Burn framework", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Multi-backend router decorator for the Burn framework" + "name": "burn-router", + "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-router" }, { + "authors": "nathanielsimard ", + "description": "Tensor library with user-friendly APIs and automatic differentiation support", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "burn-tensor", - "version": "0.17.1", - "authors": "nathanielsimard ", - "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-tensor", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Tensor library with user-friendly APIs and automatic differentiation support" + "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-tensor" }, { + "authors": "nathanielsimard ", + "description": "Training crate for the Burn framework", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "burn-train", - "version": "0.17.1", - "authors": "nathanielsimard ", - "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-train", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Training crate for the Burn framework" + "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-train" }, { + "authors": "nathanielsimard ", + "description": "WGPU backend for the Burn framework", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "burn-wgpu", - "version": "0.17.1", - "authors": "nathanielsimard ", - "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-wgpu", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "WGPU backend for the Burn framework" + "repository": "https://github.com/tracel-ai/burn/tree/main/crates/burn-wgpu" }, { + "authors": "Lokathor ", + "description": "A crate for mucking around with piles of bytes.", + "license": "Apache-2.0 OR MIT OR Zlib", + "license_file": null, "name": "bytemuck", - "version": "1.23.1", - "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." + "repository": "https://github.com/Lokathor/bytemuck" }, { + "authors": "Lokathor ", + "description": "derive proc-macros for `bytemuck`", + "license": "Apache-2.0 OR MIT OR Zlib", + "license_file": null, "name": "bytemuck_derive", - "version": "1.9.3", - "authors": "Lokathor ", - "repository": "https://github.com/Lokathor/bytemuck", - "license": "Apache-2.0 OR MIT OR Zlib", - "license_file": null, - "description": "derive proc-macros for `bytemuck`" + "repository": "https://github.com/Lokathor/bytemuck" }, { - "name": "byteorder", - "version": "1.5.0", "authors": "Andrew Gallant ", - "repository": "https://github.com/BurntSushi/byteorder", + "description": "Library for reading/writing numbers in big-endian and little-endian.", "license": "MIT OR Unlicense", "license_file": null, - "description": "Library for reading/writing numbers in big-endian and little-endian." + "name": "byteorder", + "repository": "https://github.com/BurntSushi/byteorder" }, { - "name": "bytes", - "version": "1.10.1", "authors": "Carl Lerche |Sean McArthur ", - "repository": "https://github.com/tokio-rs/bytes", + "description": "Types and traits for working with bytes", "license": "MIT", "license_file": null, - "description": "Types and traits for working with bytes" + "name": "bytes", + "repository": "https://github.com/tokio-rs/bytes" }, { - "name": "bytesize", - "version": "1.3.3", "authors": "Hyunsik Choi ", - "repository": "https://github.com/bytesize-rs/bytesize/", + "description": "an utility for human-readable bytes representations", "license": "Apache-2.0", "license_file": null, - "description": "an utility for human-readable bytes representations" + "name": "bytesize", + "repository": "https://github.com/bytesize-rs/bytesize/" }, { - "name": "camino", - "version": "1.1.10", "authors": "Without Boats |Ashley Williams |Steve Klabnik |Rain ", - "repository": "https://github.com/camino-rs/camino", + "description": "UTF-8 paths", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "UTF-8 paths" + "name": "camino", + "repository": "https://github.com/camino-rs/camino" }, { + "authors": null, + "description": "Minimalist ML framework.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "candle-core", - "version": "0.8.4", - "authors": null, - "repository": "https://github.com/huggingface/candle", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Minimalist ML framework." + "repository": "https://github.com/huggingface/candle" }, { + "authors": "Alex Crichton ", + "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.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "cc", - "version": "1.2.27", - "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." + "repository": "https://github.com/rust-lang/cc-rs" }, { + "authors": "Alex Crichton ", + "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.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "cfg-if", - "version": "1.0.1", - "authors": "Alex Crichton ", - "repository": "https://github.com/rust-lang/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." + "repository": "https://github.com/rust-lang/cfg-if" }, { - "name": "cfg_aliases", - "version": "0.2.1", "authors": "Zicklag ", - "repository": "https://github.com/katharostech/cfg_aliases", + "description": "A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks.", "license": "MIT", "license_file": null, - "description": "A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks." + "name": "cfg_aliases", + "repository": "https://github.com/katharostech/cfg_aliases" }, { - "name": "chrono", - "version": "0.4.41", "authors": null, - "repository": "https://github.com/chronotope/chrono", + "description": "Date and time library for Rust", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Date and time library for Rust" + "name": "chrono", + "repository": "https://github.com/chronotope/chrono" }, { - "name": "client-ip", - "version": "0.1.1", "authors": null, - "repository": "https://github.com/imbolc/client-ip", + "description": "HTTP client IP address extractors", "license": "MIT", "license_file": null, - "description": "HTTP client IP address extractors" + "name": "client-ip", + "repository": "https://github.com/imbolc/client-ip" }, { - "name": "coarsetime", - "version": "0.1.36", "authors": "Frank Denis ", - "repository": "https://github.com/jedisct1/rust-coarsetime", + "description": "Time and duration crate optimized for speed", "license": "ISC", "license_file": null, - "description": "Time and duration crate optimized for speed" + "name": "coarsetime", + "repository": "https://github.com/jedisct1/rust-coarsetime" }, { - "name": "codespan-reporting", - "version": "0.12.0", "authors": "Brendan Zabarauskas ", - "repository": "https://github.com/brendanzab/codespan", + "description": "Beautiful diagnostic reporting for text-based programming languages", "license": "Apache-2.0", "license_file": null, - "description": "Beautiful diagnostic reporting for text-based programming languages" + "name": "codespan-reporting", + "repository": "https://github.com/brendanzab/codespan" }, { - "name": "colored", - "version": "3.0.0", "authors": "Thomas Wickham ", - "repository": "https://github.com/mackwic/colored", + "description": "The most simple way to add colors in your terminal", "license": "MPL-2.0", "license_file": null, - "description": "The most simple way to add colors in your terminal" + "name": "colored", + "repository": "https://github.com/mackwic/colored" }, { - "name": "concurrent-queue", - "version": "2.5.0", "authors": "Stjepan Glavina |Taiki Endo |John Nunley ", - "repository": "https://github.com/smol-rs/concurrent-queue", + "description": "Concurrent multi-producer multi-consumer queue", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Concurrent multi-producer multi-consumer queue" + "name": "concurrent-queue", + "repository": "https://github.com/smol-rs/concurrent-queue" }, { - "name": "constant_time_eq", - "version": "0.3.1", "authors": "Cesar Eduardo Barros ", - "repository": "https://github.com/cesarb/constant_time_eq", + "description": "Compares two equal-sized byte strings in constant time.", "license": "Apache-2.0 OR CC0-1.0 OR MIT-0", "license_file": null, - "description": "Compares two equal-sized byte strings in constant time." + "name": "constant_time_eq", + "repository": "https://github.com/cesarb/constant_time_eq" }, { - "name": "convert_case", - "version": "0.8.0", "authors": "rutrum ", - "repository": "https://github.com/rutrum/convert-case", + "description": "Convert strings into any case", "license": "MIT", "license_file": null, - "description": "Convert strings into any case" + "name": "convert_case", + "repository": "https://github.com/rutrum/convert-case" }, { - "name": "core-foundation", - "version": "0.9.4", "authors": "The Servo Project Developers", - "repository": "https://github.com/servo/core-foundation-rs", + "description": "Bindings to Core Foundation for macOS", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Bindings to Core Foundation for macOS" + "name": "core-foundation", + "repository": "https://github.com/servo/core-foundation-rs" }, { - "name": "core-foundation", - "version": "0.10.1", "authors": "The Servo Project Developers", - "repository": "https://github.com/servo/core-foundation-rs", + "description": "Bindings to Core Foundation for macOS", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Bindings to Core Foundation for macOS" + "name": "core-foundation", + "repository": "https://github.com/servo/core-foundation-rs" }, { + "authors": "The Servo Project Developers", + "description": "Bindings to Core Foundation for macOS", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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" + "repository": "https://github.com/servo/core-foundation-rs" }, { + "authors": "The Servo Project Developers", + "description": "Bindings for some fundamental Core Graphics types", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "core-graphics-types", - "version": "0.1.3", - "authors": "The Servo Project Developers", - "repository": "https://github.com/servo/core-foundation-rs", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Bindings for some fundamental Core Graphics types" + "repository": "https://github.com/servo/core-foundation-rs" }, { + "authors": "RustCrypto Developers", + "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", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "cpufeatures", - "version": "0.2.17", - "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" + "repository": "https://github.com/RustCrypto/utils" }, { - "name": "crc32fast", - "version": "1.4.2", "authors": "Sam Rijs |Alex Crichton ", - "repository": "https://github.com/srijs/rust-crc32fast", + "description": "Fast, SIMD-accelerated CRC32 (IEEE) checksum computation", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Fast, SIMD-accelerated CRC32 (IEEE) checksum computation" + "name": "crc32fast", + "repository": "https://github.com/srijs/rust-crc32fast" }, { + "authors": null, + "description": "Multi-producer multi-consumer channels for message passing", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "crossbeam-channel", - "version": "0.5.15", - "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" + "repository": "https://github.com/crossbeam-rs/crossbeam" }, { + "authors": null, + "description": "Concurrent work-stealing deque", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "crossbeam-deque", - "version": "0.8.6", - "authors": null, - "repository": "https://github.com/crossbeam-rs/crossbeam", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Concurrent work-stealing deque" + "repository": "https://github.com/crossbeam-rs/crossbeam" }, { + "authors": null, + "description": "Epoch-based garbage collection", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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" + "repository": "https://github.com/crossbeam-rs/crossbeam" }, { + "authors": null, + "description": "Utilities for concurrent programming", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "crossbeam-utils", - "version": "0.8.21", - "authors": null, - "repository": "https://github.com/crossbeam-rs/crossbeam", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Utilities for concurrent programming" + "repository": "https://github.com/crossbeam-rs/crossbeam" }, { - "name": "crunchy", - "version": "0.2.3", "authors": "Eira Fransham ", - "repository": "https://github.com/eira-fransham/crunchy", + "description": "Crunchy unroller: deterministically unroll constant loops", "license": "MIT", "license_file": null, - "description": "Crunchy unroller: deterministically unroll constant loops" + "name": "crunchy", + "repository": "https://github.com/eira-fransham/crunchy" }, { + "authors": "RustCrypto Developers", + "description": "Common cryptographic traits", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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" + "repository": "https://github.com/RustCrypto/traits" }, { + "authors": "Simon Sapin ", + "description": "Rust implementation of CSS Syntax Level 3", + "license": "MPL-2.0", + "license_file": null, "name": "cssparser", - "version": "0.35.0", - "authors": "Simon Sapin ", - "repository": "https://github.com/servo/rust-cssparser", - "license": "MPL-2.0", - "license_file": null, - "description": "Rust implementation of CSS Syntax Level 3" + "repository": "https://github.com/servo/rust-cssparser" }, { + "authors": "Simon Sapin ", + "description": "Procedural macros for cssparser", + "license": "MPL-2.0", + "license_file": null, "name": "cssparser-macros", - "version": "0.6.1", - "authors": "Simon Sapin ", - "repository": "https://github.com/servo/rust-cssparser", - "license": "MPL-2.0", - "license_file": null, - "description": "Procedural macros for cssparser" + "repository": "https://github.com/servo/rust-cssparser" }, { + "authors": "Andrew Gallant ", + "description": "Fast CSV parsing with support for serde.", + "license": "MIT OR Unlicense", + "license_file": null, "name": "csv", - "version": "1.3.1", - "authors": "Andrew Gallant ", - "repository": "https://github.com/BurntSushi/rust-csv", - "license": "MIT OR Unlicense", - "license_file": null, - "description": "Fast CSV parsing with support for serde." + "repository": "https://github.com/BurntSushi/rust-csv" }, { + "authors": "Andrew Gallant ", + "description": "Bare bones CSV parsing with no_std support.", + "license": "MIT OR Unlicense", + "license_file": null, "name": "csv-core", - "version": "0.1.12", - "authors": "Andrew Gallant ", - "repository": "https://github.com/BurntSushi/rust-csv", - "license": "MIT OR Unlicense", - "license_file": null, - "description": "Bare bones CSV parsing with no_std support." + "repository": "https://github.com/BurntSushi/rust-csv" }, { + "authors": "nathanielsimard ", + "description": "Multi-platform high-performance compute language extension for Rust.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "cubecl", - "version": "0.5.0", - "authors": "nathanielsimard ", - "repository": "https://github.com/tracel-ai/cubecl", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Multi-platform high-performance compute language extension for Rust." + "repository": "https://github.com/tracel-ai/cubecl" }, { - "name": "cubecl-common", - "version": "0.5.0", "authors": "Dilshod Tadjibaev (@antimora)|Nathaniel Simard (@nathanielsimard)", - "repository": "https://github.com/tracel-ai/cubecl/tree/main/crates/cubecl-common", + "description": "Common crate for CubeCL", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Common crate for CubeCL" + "name": "cubecl-common", + "repository": "https://github.com/tracel-ai/cubecl/tree/main/crates/cubecl-common" }, { + "authors": "nathanielsimard |louisfd ", + "description": "CubeCL core create", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "cubecl-core", - "version": "0.5.0", - "authors": "nathanielsimard |louisfd ", - "repository": "https://github.com/tracel-ai/cubecl/tree/main/crates/cubecl-core", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "CubeCL core create" + "repository": "https://github.com/tracel-ai/cubecl/tree/main/crates/cubecl-core" }, { + "authors": "nathanielsimard ", + "description": "CPP transpiler for CubeCL", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "cubecl-cpp", - "version": "0.5.0", - "authors": "nathanielsimard ", - "repository": "https://github.com/tracel-ai/cubecl/tree/main/crates/cubecl-cpp", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "CPP transpiler for CubeCL" + "repository": "https://github.com/tracel-ai/cubecl/tree/main/crates/cubecl-cpp" }, { + "authors": "nathanielsimard ", + "description": "CUDA runtime for CubeCL", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "cubecl-cuda", - "version": "0.5.0", - "authors": "nathanielsimard ", - "repository": "https://github.com/tracel-ai/cubecl/tree/main/crates/cubecl-cuda", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "CUDA runtime for CubeCL" + "repository": "https://github.com/tracel-ai/cubecl/tree/main/crates/cubecl-cuda" }, { + "authors": "nathanielsimard ", + "description": "AMD ROCm HIP runtime for CubeCL", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "cubecl-hip", - "version": "0.5.0", - "authors": "nathanielsimard ", - "repository": "https://github.com/tracel-ai/cubecl/tree/main/crates/cubecl-hip", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "AMD ROCm HIP runtime for CubeCL" + "repository": "https://github.com/tracel-ai/cubecl/tree/main/crates/cubecl-hip" }, { - "name": "cubecl-hip-sys", - "version": "6.4.4348200", "authors": "Tracel Technologies Inc.", - "repository": "https://github.com/tracel-ai/cubecl-hip/tree/main/crates/cubecl-hip-sys", + "description": "Rust bindings for AMD ROCm HIP runtime libraries used by CubeCL.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Rust bindings for AMD ROCm HIP runtime libraries used by CubeCL." + "name": "cubecl-hip-sys", + "repository": "https://github.com/tracel-ai/cubecl-hip/tree/main/crates/cubecl-hip-sys" }, { + "authors": "nathanielsimard |louisfd |louisfd |louisfd ", - "repository": "https://github.com/tracel-ai/cubecl/tree/main/crates/cubecl-linalg", + "description": "CubeCL Linear Algebra Library.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "CubeCL Linear Algebra Library." + "name": "cubecl-linalg", + "repository": "https://github.com/tracel-ai/cubecl/tree/main/crates/cubecl-linalg" }, { + "authors": "nathanielsimard |louisfd |louisfd |louisfd |louisfd |louisfd |maxtremblay ", + "description": "CubeCL Reduce Algorithms.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "cubecl-reduce", - "version": "0.5.0", - "authors": "nathanielsimard |louisfd |maxtremblay ", - "repository": "https://github.com/tracel-ai/cubecl/tree/main/crates/cubecl-reduce", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "CubeCL Reduce Algorithms." + "repository": "https://github.com/tracel-ai/cubecl/tree/main/crates/cubecl-reduce" }, { - "name": "cubecl-runtime", - "version": "0.5.0", "authors": "louisfd |Nathaniel Simard", - "repository": "https://github.com/tracel-ai/cubecl/tree/main/crates/cubecl-runtime", + "description": "Crate that helps creating high performance async runtimes for CubeCL.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Crate that helps creating high performance async runtimes for CubeCL." + "name": "cubecl-runtime", + "repository": "https://github.com/tracel-ai/cubecl/tree/main/crates/cubecl-runtime" }, { - "name": "cubecl-std", - "version": "0.5.0", "authors": "nathanielsimard |louisfd |maxtremblay ", - "repository": "https://github.com/tracel-ai/cubecl/tree/main/crates/cubecl-std", + "description": "CubeCL Standard Library.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "CubeCL Standard Library." + "name": "cubecl-std", + "repository": "https://github.com/tracel-ai/cubecl/tree/main/crates/cubecl-std" }, { - "name": "cubecl-wgpu", - "version": "0.5.0", "authors": "nathanielsimard ", - "repository": "https://github.com/tracel-ai/cubecl/tree/main/crates/cubecl-wgpu", + "description": "WGPU runtime for the CubeCL", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "WGPU runtime for the CubeCL" + "name": "cubecl-wgpu", + "repository": "https://github.com/tracel-ai/cubecl/tree/main/crates/cubecl-wgpu" }, { - "name": "cudarc", - "version": "0.13.9", "authors": null, - "repository": "https://github.com/coreylowman/cudarc", + "description": "Safe wrappers around CUDA apis", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Safe wrappers around CUDA apis" + "name": "cudarc", + "repository": "https://github.com/coreylowman/cudarc" }, { + "authors": "Ted Driggs ", + "description": "A proc-macro library for reading attributes into structs when implementing custom derives.", + "license": "MIT", + "license_file": null, "name": "darling", - "version": "0.20.11", - "authors": "Ted Driggs ", - "repository": "https://github.com/TedDriggs/darling", - "license": "MIT", - "license_file": null, - "description": "A proc-macro library for reading attributes into structs when implementing custom derives." + "repository": "https://github.com/TedDriggs/darling" }, { + "authors": "Ted Driggs ", + "description": "Helper crate for proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code.", + "license": "MIT", + "license_file": null, "name": "darling_core", - "version": "0.20.11", - "authors": "Ted Driggs ", - "repository": "https://github.com/TedDriggs/darling", - "license": "MIT", - "license_file": null, - "description": "Helper crate for proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code." + "repository": "https://github.com/TedDriggs/darling" }, { + "authors": "Ted Driggs ", + "description": "Internal support for a proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code.", + "license": "MIT", + "license_file": null, "name": "darling_macro", - "version": "0.20.11", - "authors": "Ted Driggs ", - "repository": "https://github.com/TedDriggs/darling", - "license": "MIT", - "license_file": null, - "description": "Internal support for a proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code." + "repository": "https://github.com/TedDriggs/darling" }, { - "name": "data-encoding", - "version": "2.9.0", "authors": "Julien Cretin ", - "repository": "https://github.com/ia0/data-encoding", + "description": "Efficient and customizable data-encoding functions like base64, base32, and hex", "license": "MIT", "license_file": null, - "description": "Efficient and customizable data-encoding functions like base64, base32, and hex" + "name": "data-encoding", + "repository": "https://github.com/ia0/data-encoding" }, { + "authors": "Michael P. Jung ", + "description": "Dead simple async pool", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "deadpool", - "version": "0.10.0", - "authors": "Michael P. Jung ", - "repository": "https://github.com/bikeshedder/deadpool", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Dead simple async pool" + "repository": "https://github.com/bikeshedder/deadpool" }, { + "authors": "Michael P. Jung ", + "description": "Dead simple async pool utitities for sync managers", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "deadpool-runtime", - "version": "0.1.4", - "authors": "Michael P. Jung ", - "repository": "https://github.com/bikeshedder/deadpool", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Dead simple async pool utitities for sync managers" + "repository": "https://github.com/bikeshedder/deadpool" }, { - "name": "deranged", - "version": "0.4.0", "authors": "Jacob Pratt ", - "repository": "https://github.com/jhpratt/deranged", + "description": "Ranged integers", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Ranged integers" + "name": "deranged", + "repository": "https://github.com/jhpratt/deranged" }, { - "name": "derive-new", - "version": "0.6.0", "authors": "Nick Cameron ", - "repository": "https://github.com/nrc/derive-new", + "description": "`#[derive(new)]` implements simple constructor functions for structs and enums.", "license": "MIT", "license_file": null, - "description": "`#[derive(new)]` implements simple constructor functions for structs and enums." + "name": "derive-new", + "repository": "https://github.com/nrc/derive-new" }, { - "name": "derive-new", - "version": "0.7.0", "authors": "Nick Cameron ", - "repository": "https://github.com/nrc/derive-new", + "description": "`#[derive(new)]` implements simple constructor functions for structs and enums.", "license": "MIT", "license_file": null, - "description": "`#[derive(new)]` implements simple constructor functions for structs and enums." + "name": "derive-new", + "repository": "https://github.com/nrc/derive-new" }, { - "name": "derive_arbitrary", - "version": "1.4.1", "authors": "The Rust-Fuzz Project Developers|Nick Fitzgerald |Manish Goregaokar |Andre Bogus |Corey Farwell ", - "repository": "https://github.com/rust-fuzz/arbitrary", + "description": "Derives arbitrary traits", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Derives arbitrary traits" + "name": "derive_arbitrary", + "repository": "https://github.com/rust-fuzz/arbitrary" }, { + "authors": "Jelte Fennema ", + "description": "Adds #[derive(x)] macros for more traits", + "license": "MIT", + "license_file": null, "name": "derive_more", - "version": "1.0.0", - "authors": "Jelte Fennema ", - "repository": "https://github.com/JelteF/derive_more", - "license": "MIT", - "license_file": null, - "description": "Adds #[derive(x)] macros for more traits" + "repository": "https://github.com/JelteF/derive_more" }, { + "authors": "Jelte Fennema ", + "description": "Internal implementation of `derive_more` crate", + "license": "MIT", + "license_file": null, "name": "derive_more-impl", - "version": "1.0.0", - "authors": "Jelte Fennema ", - "repository": "https://github.com/JelteF/derive_more", - "license": "MIT", - "license_file": null, - "description": "Internal implementation of `derive_more` crate" + "repository": "https://github.com/JelteF/derive_more" }, { - "name": "difflib", - "version": "0.4.0", "authors": "Dima Kudosh ", - "repository": "https://github.com/DimaKudosh/difflib", + "description": "Port of Python's difflib library to Rust.", "license": "MIT", "license_file": null, - "description": "Port of Python's difflib library to Rust." + "name": "difflib", + "repository": "https://github.com/DimaKudosh/difflib" }, { - "name": "digest", - "version": "0.10.7", "authors": "RustCrypto Developers", - "repository": "https://github.com/RustCrypto/traits", + "description": "Traits for cryptographic hash functions and message authentication codes", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Traits for cryptographic hash functions and message authentication codes" + "name": "digest", + "repository": "https://github.com/RustCrypto/traits" }, { + "authors": "Simon Ochsenreither ", + "description": "A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "dirs", - "version": "5.0.1", - "authors": "Simon Ochsenreither ", - "repository": "https://github.com/soc/dirs-rs", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS." + "repository": "https://github.com/soc/dirs-rs" }, { + "authors": "Simon Ochsenreither ", + "description": "A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "dirs", - "version": "6.0.0", - "authors": "Simon Ochsenreither ", - "repository": "https://github.com/soc/dirs-rs", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS." + "repository": "https://github.com/soc/dirs-rs" }, { + "authors": "Simon Ochsenreither ", + "description": "System-level helper functions for the dirs and directories crates.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "dirs-sys", - "version": "0.4.1", - "authors": "Simon Ochsenreither ", - "repository": "https://github.com/dirs-dev/dirs-sys-rs", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "System-level helper functions for the dirs and directories crates." + "repository": "https://github.com/dirs-dev/dirs-sys-rs" }, { + "authors": "Simon Ochsenreither ", + "description": "System-level helper functions for the dirs and directories crates.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "dirs-sys", - "version": "0.5.0", - "authors": "Simon Ochsenreither ", - "repository": "https://github.com/dirs-dev/dirs-sys-rs", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "System-level helper functions for the dirs and directories crates." + "repository": "https://github.com/dirs-dev/dirs-sys-rs" }, { - "name": "displaydoc", - "version": "0.2.5", "authors": "Jane Lusby ", - "repository": "https://github.com/yaahc/displaydoc", + "description": "A derive macro for implementing the display Trait via a doc comment and string interpolation", "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": "displaydoc", + "repository": "https://github.com/yaahc/displaydoc" }, { - "name": "document-features", - "version": "0.2.11", "authors": "Slint Developers ", - "repository": "https://github.com/slint-ui/document-features", + "description": "Extract documentation for the feature flags from comments in Cargo.toml", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Extract documentation for the feature flags from comments in Cargo.toml" + "name": "document-features", + "repository": "https://github.com/slint-ui/document-features" }, { - "name": "dtoa", - "version": "1.0.10", "authors": "David Tolnay ", - "repository": "https://github.com/dtolnay/dtoa", + "description": "Fast floating point primitive to string conversion", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Fast floating point primitive to string conversion" + "name": "dtoa", + "repository": "https://github.com/dtolnay/dtoa" }, { - "name": "dtoa-short", - "version": "0.3.5", "authors": "Xidorn Quan ", - "repository": "https://github.com/upsuper/dtoa-short", + "description": "Serialize float number and truncate to certain precision", "license": "MPL-2.0", "license_file": null, - "description": "Serialize float number and truncate to certain precision" + "name": "dtoa-short", + "repository": "https://github.com/upsuper/dtoa-short" }, { - "name": "dyn-stack", - "version": "0.10.0", "authors": "sarah <>", - "repository": "https://github.com/kitegi/dynstack/", + "description": "Dynamic stack wrapper for unsized allocations", "license": "MIT", "license_file": null, - "description": "Dynamic stack wrapper for unsized allocations" + "name": "dyn-stack", + "repository": "https://github.com/kitegi/dynstack/" }, { - "name": "dyn-stack", - "version": "0.13.0", "authors": "sarah <>", - "repository": "https://github.com/kitegi/dynstack/", + "description": "Dynamic stack wrapper for unsized allocations", "license": "MIT", "license_file": null, - "description": "Dynamic stack wrapper for unsized allocations" + "name": "dyn-stack", + "repository": "https://github.com/kitegi/dynstack/" }, { - "name": "either", - "version": "1.15.0", "authors": "bluss", - "repository": "https://github.com/rayon-rs/either", + "description": "The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.", "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": "either", + "repository": "https://github.com/rayon-rs/either" }, { - "name": "embassy-futures", - "version": "0.1.1", "authors": null, - "repository": "https://github.com/embassy-rs/embassy", + "description": "no-std, no-alloc utilities for working with futures", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "no-std, no-alloc utilities for working with futures" + "name": "embassy-futures", + "repository": "https://github.com/embassy-rs/embassy" }, { - "name": "encoding_rs", - "version": "0.8.35", "authors": "Henri Sivonen ", - "repository": "https://github.com/hsivonen/encoding_rs", + "description": "A Gecko-oriented implementation of the Encoding Standard", "license": "(Apache-2.0 OR MIT) AND BSD-3-Clause", "license_file": null, - "description": "A Gecko-oriented implementation of the Encoding Standard" + "name": "encoding_rs", + "repository": "https://github.com/hsivonen/encoding_rs" }, { - "name": "enum-as-inner", - "version": "0.6.1", "authors": "Benjamin Fry ", - "repository": "https://github.com/bluejekyll/enum-as-inner", + "description": "A proc-macro for deriving inner field accessor functions on enums.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "A proc-macro for deriving inner field accessor functions on enums." + "name": "enum-as-inner", + "repository": "https://github.com/bluejekyll/enum-as-inner" }, { - "name": "envy", - "version": "0.4.2", "authors": "softprops ", - "repository": "https://github.com/softprops/envy", + "description": "deserialize env vars into typesafe structs", "license": "MIT", "license_file": null, - "description": "deserialize env vars into typesafe structs" + "name": "envy", + "repository": "https://github.com/softprops/envy" }, { - "name": "equivalent", - "version": "1.0.2", "authors": null, - "repository": "https://github.com/indexmap-rs/equivalent", + "description": "Traits for key comparison in maps.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Traits for key comparison in maps." + "name": "equivalent", + "repository": "https://github.com/indexmap-rs/equivalent" }, { - "name": "errno", - "version": "0.3.12", "authors": "Chris Wong |Dan Gohman ", - "repository": "https://github.com/lambda-fairy/rust-errno", + "description": "Cross-platform interface to the `errno` variable.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Cross-platform interface to the `errno` variable." + "name": "errno", + "repository": "https://github.com/lambda-fairy/rust-errno" }, { - "name": "event-listener", - "version": "5.4.0", "authors": "Stjepan Glavina |John Nunley ", - "repository": "https://github.com/smol-rs/event-listener", + "description": "Notify async tasks or threads", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Notify async tasks or threads" + "name": "event-listener", + "repository": "https://github.com/smol-rs/event-listener" }, { - "name": "event-listener-strategy", - "version": "0.5.4", "authors": "John Nunley ", - "repository": "https://github.com/smol-rs/event-listener-strategy", + "description": "Block or poll on event_listener easily", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Block or poll on event_listener easily" + "name": "event-listener-strategy", + "repository": "https://github.com/smol-rs/event-listener-strategy" }, { + "authors": "Steven Fackler ", + "description": "Fallible iterator traits", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "fallible-iterator", - "version": "0.3.0", - "authors": "Steven Fackler ", - "repository": "https://github.com/sfackler/rust-fallible-iterator", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Fallible iterator traits" + "repository": "https://github.com/sfackler/rust-fallible-iterator" }, { + "authors": "Steven Fackler ", + "description": "Fallible streaming iteration", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "fallible-streaming-iterator", - "version": "0.1.9", - "authors": "Steven Fackler ", - "repository": "https://github.com/sfackler/fallible-streaming-iterator", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Fallible streaming iteration" + "repository": "https://github.com/sfackler/fallible-streaming-iterator" }, { - "name": "fastrand", - "version": "2.3.0", "authors": "Stjepan Glavina ", - "repository": "https://github.com/smol-rs/fastrand", + "description": "A simple and fast random number generator", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "A simple and fast random number generator" + "name": "fastrand", + "repository": "https://github.com/smol-rs/fastrand" }, { - "name": "fixedbitset", - "version": "0.5.7", "authors": "bluss", - "repository": "https://github.com/petgraph/fixedbitset", + "description": "FixedBitSet is a simple bitset collection", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "FixedBitSet is a simple bitset collection" + "name": "fixedbitset", + "repository": "https://github.com/petgraph/fixedbitset" }, { - "name": "flate2", - "version": "1.1.2", "authors": "Alex Crichton |Josh Triplett ", - "repository": "https://github.com/rust-lang/flate2-rs", + "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.", "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": "flate2", + "repository": "https://github.com/rust-lang/flate2-rs" }, { - "name": "float-ord", - "version": "0.3.2", "authors": "Michael Howell ", - "repository": "https://github.com/notriddle/rust-float-ord", + "description": "A total ordering for floating-point numbers", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "A total ordering for floating-point numbers" + "name": "float-ord", + "repository": "https://github.com/notriddle/rust-float-ord" }, { + "authors": "Caleb Maclennan |Bruce Mitchener |Staś Małolepszy ", + "description": "An umbrella crate exposing the combined features of fluent-rs crates with additional convenience macros for Project Fluent, a localization system designed to unleash the entire expressive power of natural language translations.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "fluent", - "version": "0.17.0", - "authors": "Caleb Maclennan |Bruce Mitchener |Staś Małolepszy ", - "repository": "https://github.com/projectfluent/fluent-rs", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "An umbrella crate exposing the combined features of fluent-rs crates with additional convenience macros for Project Fluent, a localization system designed to unleash the entire expressive power of natural language translations." + "repository": "https://github.com/projectfluent/fluent-rs" }, { + "authors": "Caleb Maclennan |Bruce Mitchener |Staś Małolepszy ", + "description": "A low-level implementation of a collection of localization messages for a single locale for Project Fluent, a localization system designed to unleash the entire expressive power of natural language translations.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "fluent-bundle", - "version": "0.16.0", - "authors": "Caleb Maclennan |Bruce Mitchener |Staś Małolepszy ", - "repository": "https://github.com/projectfluent/fluent-rs", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "A low-level implementation of a collection of localization messages for a single locale for Project Fluent, a localization system designed to unleash the entire expressive power of natural language translations." + "repository": "https://github.com/projectfluent/fluent-rs" }, { - "name": "fluent-langneg", - "version": "0.13.0", "authors": "Zibi Braniecki ", - "repository": "https://github.com/projectfluent/fluent-langneg-rs", + "description": "A library for language and locale negotiation.", "license": "Apache-2.0", "license_file": null, - "description": "A library for language and locale negotiation." + "name": "fluent-langneg", + "repository": "https://github.com/projectfluent/fluent-langneg-rs" }, { - "name": "fluent-syntax", - "version": "0.12.0", "authors": "Caleb Maclennan |Bruce Mitchener |Staś Małolepszy ", - "repository": "https://github.com/projectfluent/fluent-rs", + "description": "A low-level parser, AST, and serializer API for the syntax used by Project Fluent, a localization system designed to unleash the entire expressive power of natural language translations.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "A low-level parser, AST, and serializer API for the syntax used by Project Fluent, a localization system designed to unleash the entire expressive power of natural language translations." + "name": "fluent-syntax", + "repository": "https://github.com/projectfluent/fluent-rs" }, { - "name": "fnv", - "version": "1.0.7", "authors": "Alex Crichton ", - "repository": "https://github.com/servo/rust-fnv", + "description": "Fowler–Noll–Vo hash function", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Fowler–Noll–Vo hash function" + "name": "fnv", + "repository": "https://github.com/servo/rust-fnv" }, { - "name": "foldhash", - "version": "0.1.5", "authors": "Orson Peters ", - "repository": "https://github.com/orlp/foldhash", + "description": "A fast, non-cryptographic, minimally DoS-resistant hashing algorithm.", "license": "Zlib", "license_file": null, - "description": "A fast, non-cryptographic, minimally DoS-resistant hashing algorithm." + "name": "foldhash", + "repository": "https://github.com/orlp/foldhash" }, { - "name": "foreign-types", - "version": "0.3.2", "authors": "Steven Fackler ", - "repository": "https://github.com/sfackler/foreign-types", + "description": "A framework for Rust wrappers over C APIs", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "A framework for Rust wrappers over C APIs" + "name": "foreign-types", + "repository": "https://github.com/sfackler/foreign-types" }, { - "name": "foreign-types", - "version": "0.5.0", "authors": "Steven Fackler ", - "repository": "https://github.com/sfackler/foreign-types", + "description": "A framework for Rust wrappers over C APIs", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "A framework for Rust wrappers over C APIs" + "name": "foreign-types", + "repository": "https://github.com/sfackler/foreign-types" }, { + "authors": "Steven Fackler ", + "description": "An internal crate used by foreign-types", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "foreign-types-macros", - "version": "0.2.3", - "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" + "repository": "https://github.com/sfackler/foreign-types" }, { + "authors": "Steven Fackler ", + "description": "An internal crate used by foreign-types", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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" + "repository": "https://github.com/sfackler/foreign-types" }, { + "authors": "Steven Fackler ", + "description": "An internal crate used by foreign-types", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "foreign-types-shared", - "version": "0.3.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" + "repository": "https://github.com/sfackler/foreign-types" }, { - "name": "form_urlencoded", - "version": "1.2.1", "authors": "The rust-url developers", - "repository": "https://github.com/servo/rust-url", + "description": "Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms.", "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": "form_urlencoded", + "repository": "https://github.com/servo/rust-url" }, { - "name": "fsrs", - "version": "5.1.0", "authors": "Open Spaced Repetition", - "repository": "https://github.com/open-spaced-repetition/fsrs-rs", + "description": "FSRS for Rust, including Optimizer and Scheduler", "license": "BSD-3-Clause", "license_file": null, - "description": "FSRS for Rust, including Optimizer and Scheduler" + "name": "fsrs", + "repository": "https://github.com/open-spaced-repetition/fsrs-rs" }, { - "name": "futf", - "version": "0.1.5", "authors": "Keegan McAllister ", - "repository": "https://github.com/servo/futf", + "description": "Handling fragments of UTF-8", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Handling fragments of UTF-8" + "name": "futf", + "repository": "https://github.com/servo/futf" }, { + "authors": null, + "description": "An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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." + "repository": "https://github.com/rust-lang/futures-rs" }, { + "authors": null, + "description": "Channels for asynchronous communication using futures-rs.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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." + "repository": "https://github.com/rust-lang/futures-rs" }, { + "authors": null, + "description": "The core traits and types in for the `futures` library.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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." + "repository": "https://github.com/rust-lang/futures-rs" }, { + "authors": null, + "description": "Executors for asynchronous tasks based on the futures-rs library.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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." + "repository": "https://github.com/rust-lang/futures-rs" }, { + "authors": null, + "description": "The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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." + "repository": "https://github.com/rust-lang/futures-rs" }, { - "name": "futures-lite", - "version": "2.6.0", "authors": "Stjepan Glavina |Contributors to futures-rs", - "repository": "https://github.com/smol-rs/futures-lite", + "description": "Futures, streams, and async I/O combinators", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Futures, streams, and async I/O combinators" + "name": "futures-lite", + "repository": "https://github.com/smol-rs/futures-lite" }, { + "authors": null, + "description": "The futures-rs procedural macro implementations.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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." + "repository": "https://github.com/rust-lang/futures-rs" }, { + "authors": null, + "description": "The asynchronous `Sink` trait for the futures-rs library.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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." + "repository": "https://github.com/rust-lang/futures-rs" }, { + "authors": null, + "description": "Tools for working with tasks.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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." + "repository": "https://github.com/rust-lang/futures-rs" }, { - "name": "futures-timer", - "version": "3.0.3", "authors": "Alex Crichton ", - "repository": "https://github.com/async-rs/futures-timer", + "description": "Timeouts for futures.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Timeouts for futures." + "name": "futures-timer", + "repository": "https://github.com/async-rs/futures-timer" }, { + "authors": null, + "description": "Common utilities and extension traits for the futures-rs library.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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." + "repository": "https://github.com/rust-lang/futures-rs" }, { + "authors": "sarah <>", + "description": "Playground for matrix multiplication algorithms", + "license": "MIT", + "license_file": null, "name": "gemm", - "version": "0.17.1", - "authors": "sarah <>", - "repository": "https://github.com/sarah-ek/gemm/", - "license": "MIT", - "license_file": null, - "description": "Playground for matrix multiplication algorithms" + "repository": "https://github.com/sarah-ek/gemm/" }, { + "authors": "sarah <>", + "description": "Playground for matrix multiplication algorithms", + "license": "MIT", + "license_file": null, "name": "gemm", - "version": "0.18.2", - "authors": "sarah <>", - "repository": "https://github.com/sarah-ek/gemm/", - "license": "MIT", - "license_file": null, - "description": "Playground for matrix multiplication algorithms" + "repository": "https://github.com/sarah-ek/gemm/" }, { + "authors": "sarah <>", + "description": "Playground for matrix multiplication algorithms", + "license": "MIT", + "license_file": null, "name": "gemm-c32", - "version": "0.17.1", - "authors": "sarah <>", - "repository": "https://github.com/sarah-ek/gemm/", - "license": "MIT", - "license_file": null, - "description": "Playground for matrix multiplication algorithms" + "repository": "https://github.com/sarah-ek/gemm/" }, { + "authors": "sarah <>", + "description": "Playground for matrix multiplication algorithms", + "license": "MIT", + "license_file": null, "name": "gemm-c32", - "version": "0.18.2", - "authors": "sarah <>", - "repository": "https://github.com/sarah-ek/gemm/", - "license": "MIT", - "license_file": null, - "description": "Playground for matrix multiplication algorithms" + "repository": "https://github.com/sarah-ek/gemm/" }, { + "authors": "sarah <>", + "description": "Playground for matrix multiplication algorithms", + "license": "MIT", + "license_file": null, "name": "gemm-c64", - "version": "0.17.1", - "authors": "sarah <>", - "repository": "https://github.com/sarah-ek/gemm/", - "license": "MIT", - "license_file": null, - "description": "Playground for matrix multiplication algorithms" + "repository": "https://github.com/sarah-ek/gemm/" }, { + "authors": "sarah <>", + "description": "Playground for matrix multiplication algorithms", + "license": "MIT", + "license_file": null, "name": "gemm-c64", - "version": "0.18.2", - "authors": "sarah <>", - "repository": "https://github.com/sarah-ek/gemm/", - "license": "MIT", - "license_file": null, - "description": "Playground for matrix multiplication algorithms" + "repository": "https://github.com/sarah-ek/gemm/" }, { + "authors": "sarah <>", + "description": "Playground for matrix multiplication algorithms", + "license": "MIT", + "license_file": null, "name": "gemm-common", - "version": "0.17.1", - "authors": "sarah <>", - "repository": "https://github.com/sarah-ek/gemm/", - "license": "MIT", - "license_file": null, - "description": "Playground for matrix multiplication algorithms" + "repository": "https://github.com/sarah-ek/gemm/" }, { + "authors": "sarah <>", + "description": "Playground for matrix multiplication algorithms", + "license": "MIT", + "license_file": null, "name": "gemm-common", - "version": "0.18.2", - "authors": "sarah <>", - "repository": "https://github.com/sarah-ek/gemm/", - "license": "MIT", - "license_file": null, - "description": "Playground for matrix multiplication algorithms" + "repository": "https://github.com/sarah-ek/gemm/" }, { + "authors": "sarah <>", + "description": "Playground for matrix multiplication algorithms", + "license": "MIT", + "license_file": null, "name": "gemm-f16", - "version": "0.17.1", - "authors": "sarah <>", - "repository": "https://github.com/sarah-ek/gemm/", - "license": "MIT", - "license_file": null, - "description": "Playground for matrix multiplication algorithms" + "repository": "https://github.com/sarah-ek/gemm/" }, { + "authors": "sarah <>", + "description": "Playground for matrix multiplication algorithms", + "license": "MIT", + "license_file": null, "name": "gemm-f16", - "version": "0.18.2", - "authors": "sarah <>", - "repository": "https://github.com/sarah-ek/gemm/", - "license": "MIT", - "license_file": null, - "description": "Playground for matrix multiplication algorithms" + "repository": "https://github.com/sarah-ek/gemm/" }, { + "authors": "sarah <>", + "description": "Playground for matrix multiplication algorithms", + "license": "MIT", + "license_file": null, "name": "gemm-f32", - "version": "0.17.1", - "authors": "sarah <>", - "repository": "https://github.com/sarah-ek/gemm/", - "license": "MIT", - "license_file": null, - "description": "Playground for matrix multiplication algorithms" + "repository": "https://github.com/sarah-ek/gemm/" }, { + "authors": "sarah <>", + "description": "Playground for matrix multiplication algorithms", + "license": "MIT", + "license_file": null, "name": "gemm-f32", - "version": "0.18.2", - "authors": "sarah <>", - "repository": "https://github.com/sarah-ek/gemm/", - "license": "MIT", - "license_file": null, - "description": "Playground for matrix multiplication algorithms" + "repository": "https://github.com/sarah-ek/gemm/" }, { + "authors": "sarah <>", + "description": "Playground for matrix multiplication algorithms", + "license": "MIT", + "license_file": null, "name": "gemm-f64", - "version": "0.17.1", - "authors": "sarah <>", - "repository": "https://github.com/sarah-ek/gemm/", - "license": "MIT", - "license_file": null, - "description": "Playground for matrix multiplication algorithms" + "repository": "https://github.com/sarah-ek/gemm/" }, { + "authors": "sarah <>", + "description": "Playground for matrix multiplication algorithms", + "license": "MIT", + "license_file": null, "name": "gemm-f64", - "version": "0.18.2", - "authors": "sarah <>", - "repository": "https://github.com/sarah-ek/gemm/", - "license": "MIT", - "license_file": null, - "description": "Playground for matrix multiplication algorithms" + "repository": "https://github.com/sarah-ek/gemm/" }, { - "name": "generic-array", - "version": "0.14.7", "authors": "Bartłomiej Kamiński |Aaron Trent ", - "repository": "https://github.com/fizyk20/generic-array.git", + "description": "Generic types implementing functionality of arrays", "license": "MIT", "license_file": null, - "description": "Generic types implementing functionality of arrays" + "name": "generic-array", + "repository": "https://github.com/fizyk20/generic-array.git" }, { - "name": "getopts", - "version": "0.2.23", "authors": "The Rust Project Developers", - "repository": "https://github.com/rust-lang/getopts", + "description": "getopts-like option parsing", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "getopts-like option parsing" + "name": "getopts", + "repository": "https://github.com/rust-lang/getopts" }, { - "name": "getrandom", - "version": "0.2.16", "authors": "The Rand Project Developers", - "repository": "https://github.com/rust-random/getrandom", + "description": "A small cross-platform library for retrieving random data from system source", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "A small cross-platform library for retrieving random data from system source" - }, - { "name": "getrandom", - "version": "0.3.3", - "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" + "repository": "https://github.com/rust-random/getrandom" + }, + { + "authors": "The Rand Project Developers", + "description": "A small cross-platform library for retrieving random data from system source", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "name": "getrandom", + "repository": "https://github.com/rust-random/getrandom" }, { - "name": "gimli", - "version": "0.31.1", "authors": null, - "repository": "https://github.com/gimli-rs/gimli", + "description": "A library for reading and writing the DWARF debugging format.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "A library for reading and writing the DWARF debugging format." + "name": "gimli", + "repository": "https://github.com/gimli-rs/gimli" }, { - "name": "gl_generator", - "version": "0.14.0", "authors": "Brendan Zabarauskas |Corey Richardson|Arseny Kapoulkine", - "repository": "https://github.com/brendanzab/gl-rs/", + "description": "Code generators for creating bindings to the Khronos OpenGL APIs.", "license": "Apache-2.0", "license_file": null, - "description": "Code generators for creating bindings to the Khronos OpenGL APIs." + "name": "gl_generator", + "repository": "https://github.com/brendanzab/gl-rs/" }, { - "name": "glob", - "version": "0.3.2", "authors": "The Rust Project Developers", - "repository": "https://github.com/rust-lang/glob", + "description": "Support for matching file paths against Unix shell style patterns.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Support for matching file paths against Unix shell style patterns." + "name": "glob", + "repository": "https://github.com/rust-lang/glob" }, { - "name": "glow", - "version": "0.16.0", "authors": "Joshua Groves |Dzmitry Malyshau ", - "repository": "https://github.com/grovesNL/glow", + "description": "GL on Whatever: a set of bindings to run GL (Open GL, OpenGL ES, and WebGL) anywhere, and avoid target-specific code.", "license": "Apache-2.0 OR MIT OR Zlib", "license_file": null, - "description": "GL on Whatever: a set of bindings to run GL (Open GL, OpenGL ES, and WebGL) anywhere, and avoid target-specific code." + "name": "glow", + "repository": "https://github.com/grovesNL/glow" }, { - "name": "glutin_wgl_sys", - "version": "0.6.1", "authors": "Kirill Chibisov ", - "repository": "https://github.com/rust-windowing/glutin", + "description": "The wgl bindings for glutin", "license": "Apache-2.0", "license_file": null, - "description": "The wgl bindings for glutin" + "name": "glutin_wgl_sys", + "repository": "https://github.com/rust-windowing/glutin" }, { + "authors": "Zakarum ", + "description": "Implementation agnostic memory allocator for Vulkan like APIs", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "gpu-alloc", - "version": "0.6.0", - "authors": "Zakarum ", - "repository": "https://github.com/zakarumych/gpu-alloc", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Implementation agnostic memory allocator for Vulkan like APIs" + "repository": "https://github.com/zakarumych/gpu-alloc" }, { + "authors": "Zakarum ", + "description": "Core types of gpu-alloc crate", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "gpu-alloc-types", - "version": "0.3.0", - "authors": "Zakarum ", - "repository": "https://github.com/zakarumych/gpu-alloc", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Core types of gpu-alloc crate" + "repository": "https://github.com/zakarumych/gpu-alloc" }, { - "name": "gpu-allocator", - "version": "0.27.0", "authors": "Traverse Research ", - "repository": "https://github.com/Traverse-Research/gpu-allocator", + "description": "Memory allocator for GPU memory in Vulkan and DirectX 12", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Memory allocator for GPU memory in Vulkan and DirectX 12" + "name": "gpu-allocator", + "repository": "https://github.com/Traverse-Research/gpu-allocator" }, { + "authors": "Zakarum ", + "description": "Implementation agnostic descriptor allocator for Vulkan like APIs", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "gpu-descriptor", - "version": "0.3.2", - "authors": "Zakarum ", - "repository": "https://github.com/zakarumych/gpu-descriptor", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Implementation agnostic descriptor allocator for Vulkan like APIs" + "repository": "https://github.com/zakarumych/gpu-descriptor" }, { + "authors": "Zakarum ", + "description": "Core types of gpu-descriptor crate", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "gpu-descriptor-types", - "version": "0.2.0", - "authors": "Zakarum ", - "repository": "https://github.com/zakarumych/gpu-descriptor", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Core types of gpu-descriptor crate" + "repository": "https://github.com/zakarumych/gpu-descriptor" }, { - "name": "h2", - "version": "0.4.10", "authors": "Carl Lerche |Sean McArthur ", - "repository": "https://github.com/hyperium/h2", + "description": "An HTTP/2 client and server", "license": "MIT", "license_file": null, - "description": "An HTTP/2 client and server" + "name": "h2", + "repository": "https://github.com/hyperium/h2" }, { - "name": "half", - "version": "2.6.0", "authors": "Kathryn Long ", - "repository": "https://github.com/VoidStarKat/half-rs", + "description": "Half-precision floating point f16 and bf16 types for Rust implementing the IEEE 754-2008 standard binary16 and bfloat16 types.", "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": "half", + "repository": "https://github.com/VoidStarKat/half-rs" }, { - "name": "hashbrown", - "version": "0.13.2", "authors": "Amanieu d'Antras ", - "repository": "https://github.com/rust-lang/hashbrown", + "description": "A Rust port of Google's SwissTable hash map", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "A Rust port of Google's SwissTable hash map" - }, - { "name": "hashbrown", - "version": "0.14.5", - "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" + "repository": "https://github.com/rust-lang/hashbrown" }, { + "authors": "Amanieu d'Antras ", + "description": "A Rust port of Google's SwissTable hash map", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "hashbrown", - "version": "0.15.4", - "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" + "repository": "https://github.com/rust-lang/hashbrown" + }, + { + "authors": "Amanieu d'Antras ", + "description": "A Rust port of Google's SwissTable hash map", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "name": "hashbrown", + "repository": "https://github.com/rust-lang/hashbrown" }, { - "name": "hashlink", - "version": "0.10.0", "authors": "kyren ", - "repository": "https://github.com/kyren/hashlink", + "description": "HashMap-like containers that hold their key-value pairs in a user controllable order", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "HashMap-like containers that hold their key-value pairs in a user controllable order" + "name": "hashlink", + "repository": "https://github.com/kyren/hashlink" }, { + "authors": "Sean McArthur ", + "description": "typed HTTP headers", + "license": "MIT", + "license_file": null, "name": "headers", - "version": "0.4.1", - "authors": "Sean McArthur ", - "repository": "https://github.com/hyperium/headers", - "license": "MIT", - "license_file": null, - "description": "typed HTTP headers" + "repository": "https://github.com/hyperium/headers" }, { + "authors": "Sean McArthur ", + "description": "typed HTTP headers core trait", + "license": "MIT", + "license_file": null, "name": "headers-core", - "version": "0.3.0", - "authors": "Sean McArthur ", - "repository": "https://github.com/hyperium/headers", - "license": "MIT", - "license_file": null, - "description": "typed HTTP headers core trait" + "repository": "https://github.com/hyperium/headers" }, { - "name": "heck", - "version": "0.5.0", "authors": null, - "repository": "https://github.com/withoutboats/heck", + "description": "heck is a case conversion library.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "heck is a case conversion library." + "name": "heck", + "repository": "https://github.com/withoutboats/heck" }, { - "name": "hermit-abi", - "version": "0.5.2", "authors": "Stefan Lankes", - "repository": "https://github.com/hermit-os/hermit-rs", + "description": "Hermit system calls definitions.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Hermit system calls definitions." + "name": "hermit-abi", + "repository": "https://github.com/hermit-os/hermit-rs" }, { - "name": "hex", - "version": "0.4.3", "authors": "KokaKiwi ", - "repository": "https://github.com/KokaKiwi/rust-hex", + "description": "Encoding and decoding data into/from hexadecimal representation.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Encoding and decoding data into/from hexadecimal representation." + "name": "hex", + "repository": "https://github.com/KokaKiwi/rust-hex" }, { - "name": "hexf-parse", - "version": "0.2.1", "authors": "Kang Seonghoon ", - "repository": "https://github.com/lifthrasiir/hexf", + "description": "Parses hexadecimal floats (see also hexf)", "license": "CC0-1.0", "license_file": null, - "description": "Parses hexadecimal floats (see also hexf)" + "name": "hexf-parse", + "repository": "https://github.com/lifthrasiir/hexf" }, { - "name": "hmac", - "version": "0.12.1", "authors": "RustCrypto Developers", - "repository": "https://github.com/RustCrypto/MACs", + "description": "Generic implementation of Hash-based Message Authentication Code (HMAC)", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Generic implementation of Hash-based Message Authentication Code (HMAC)" + "name": "hmac", + "repository": "https://github.com/RustCrypto/MACs" }, { - "name": "html5ever", - "version": "0.31.0", "authors": "The html5ever Project Developers", - "repository": "https://github.com/servo/html5ever", + "description": "High-performance browser-grade HTML5 parser", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "High-performance browser-grade HTML5 parser" + "name": "html5ever", + "repository": "https://github.com/servo/html5ever" }, { - "name": "htmlescape", - "version": "0.3.1", "authors": "Viktor Dahl ", - "repository": "https://github.com/veddan/rust-htmlescape", + "description": "A library for HTML entity encoding and decoding", "license": "Apache-2.0 OR MIT OR MPL-2.0", "license_file": null, - "description": "A library for HTML entity encoding and decoding" + "name": "htmlescape", + "repository": "https://github.com/veddan/rust-htmlescape" }, { - "name": "http", - "version": "1.3.1", "authors": "Alex Crichton |Carl Lerche |Sean McArthur ", - "repository": "https://github.com/hyperium/http", + "description": "A set of types for representing HTTP requests and responses.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "A set of types for representing HTTP requests and responses." + "name": "http", + "repository": "https://github.com/hyperium/http" }, { + "authors": "Carl Lerche |Lucio Franco |Sean McArthur ", + "description": "Trait representing an asynchronous, streaming, HTTP request or response body.", + "license": "MIT", + "license_file": null, "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." + "repository": "https://github.com/hyperium/http-body" }, { + "authors": "Carl Lerche |Lucio Franco |Sean McArthur ", + "description": "Combinators and adapters for HTTP request or response bodies.", + "license": "MIT", + "license_file": null, "name": "http-body-util", - "version": "0.1.3", - "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." + "repository": "https://github.com/hyperium/http-body" }, { + "authors": "Sean McArthur ", + "description": "A tiny, safe, speedy, zero-copy HTTP/1.x parser.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "httparse", - "version": "1.10.1", - "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." + "repository": "https://github.com/seanmonstar/httparse" }, { - "name": "httpdate", - "version": "1.0.3", "authors": "Pyfisch ", - "repository": "https://github.com/pyfisch/httpdate", + "description": "HTTP date parsing and formatting", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "HTTP date parsing and formatting" + "name": "httpdate", + "repository": "https://github.com/pyfisch/httpdate" }, { - "name": "hyper", - "version": "1.6.0", "authors": "Sean McArthur ", - "repository": "https://github.com/hyperium/hyper", + "description": "A protective and efficient HTTP library for all.", "license": "MIT", "license_file": null, - "description": "A protective and efficient HTTP library for all." + "name": "hyper", + "repository": "https://github.com/hyperium/hyper" }, { - "name": "hyper-rustls", - "version": "0.27.7", "authors": null, - "repository": "https://github.com/rustls/hyper-rustls", + "description": "Rustls+hyper integration for pure rust HTTPS", "license": "Apache-2.0 OR ISC OR MIT", "license_file": null, - "description": "Rustls+hyper integration for pure rust HTTPS" + "name": "hyper-rustls", + "repository": "https://github.com/rustls/hyper-rustls" }, { + "authors": "Sean McArthur ", + "description": "Default TLS implementation for use with hyper", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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" + "repository": "https://github.com/hyperium/hyper-tls" }, { + "authors": "Sean McArthur ", + "description": "hyper utilities", + "license": "MIT", + "license_file": null, "name": "hyper-util", - "version": "0.1.14", - "authors": "Sean McArthur ", - "repository": "https://github.com/hyperium/hyper-util", - "license": "MIT", - "license_file": null, - "description": "hyper utilities" + "repository": "https://github.com/hyperium/hyper-util" }, { - "name": "iana-time-zone", - "version": "0.1.63", "authors": "Andrew Straw |René Kijewski |Ryan Lopopolo ", - "repository": "https://github.com/strawlab/iana-time-zone", + "description": "get the IANA time zone for the current system", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "get the IANA time zone for the current system" + "name": "iana-time-zone", + "repository": "https://github.com/strawlab/iana-time-zone" }, { - "name": "iana-time-zone-haiku", - "version": "0.1.2", "authors": "René Kijewski ", - "repository": "https://github.com/strawlab/iana-time-zone", + "description": "iana-time-zone support crate for Haiku OS", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "iana-time-zone support crate for Haiku OS" + "name": "iana-time-zone-haiku", + "repository": "https://github.com/strawlab/iana-time-zone" }, { + "authors": "The ICU4X Project Developers", + "description": "Collection of API for use in ICU libraries.", + "license": "Unicode-3.0", + "license_file": null, "name": "icu_collections", - "version": "2.0.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." + "repository": "https://github.com/unicode-org/icu4x" }, { + "authors": "The ICU4X Project Developers", + "description": "API for managing Unicode Language and Locale Identifiers", + "license": "Unicode-3.0", + "license_file": null, "name": "icu_locale_core", - "version": "2.0.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" + "repository": "https://github.com/unicode-org/icu4x" }, { + "authors": "The ICU4X Project Developers", + "description": "API for normalizing text into Unicode Normalization Forms", + "license": "Unicode-3.0", + "license_file": null, "name": "icu_normalizer", - "version": "2.0.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" + "repository": "https://github.com/unicode-org/icu4x" }, { + "authors": "The ICU4X Project Developers", + "description": "Data for the icu_normalizer crate", + "license": "Unicode-3.0", + "license_file": null, "name": "icu_normalizer_data", - "version": "2.0.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" + "repository": "https://github.com/unicode-org/icu4x" }, { + "authors": "The ICU4X Project Developers", + "description": "Definitions for Unicode properties", + "license": "Unicode-3.0", + "license_file": null, "name": "icu_properties", - "version": "2.0.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" + "repository": "https://github.com/unicode-org/icu4x" }, { + "authors": "The ICU4X Project Developers", + "description": "Data for the icu_properties crate", + "license": "Unicode-3.0", + "license_file": null, "name": "icu_properties_data", - "version": "2.0.1", - "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" + "repository": "https://github.com/unicode-org/icu4x" }, { + "authors": "The ICU4X Project Developers", + "description": "Trait and struct definitions for the ICU data provider", + "license": "Unicode-3.0", + "license_file": null, "name": "icu_provider", - "version": "2.0.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" + "repository": "https://github.com/unicode-org/icu4x" }, { - "name": "id_tree", - "version": "1.8.0", "authors": "Ian Burns ", - "repository": "https://github.com/iwburns/id-tree", + "description": "A library for creating and modifying Tree structures.", "license": "MIT", "license_file": null, - "description": "A library for creating and modifying Tree structures." + "name": "id_tree", + "repository": "https://github.com/iwburns/id-tree" }, { - "name": "ident_case", - "version": "1.0.1", "authors": "Ted Driggs ", - "repository": "https://github.com/TedDriggs/ident_case", + "description": "Utility for applying case rules to Rust identifiers.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Utility for applying case rules to Rust identifiers." + "name": "ident_case", + "repository": "https://github.com/TedDriggs/ident_case" }, { + "authors": "The rust-url developers", + "description": "IDNA (Internationalizing Domain Names in Applications) and Punycode.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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." + "repository": "https://github.com/servo/rust-url/" }, { + "authors": "The rust-url developers", + "description": "Back end adapter for idna", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "idna_adapter", - "version": "1.2.1", - "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" + "repository": "https://github.com/hsivonen/idna_adapter" }, { - "name": "indexmap", - "version": "2.9.0", "authors": null, - "repository": "https://github.com/indexmap-rs/indexmap", + "description": "A hash table with consistent order and fast iteration.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "A hash table with consistent order and fast iteration." + "name": "indexmap", + "repository": "https://github.com/indexmap-rs/indexmap" }, { - "name": "inflections", - "version": "1.1.1", "authors": "Caleb Meredith ", - "repository": "https://docs.rs/inflections", + "description": "High performance inflection transformation library for changing properties of words like the case.", "license": "MIT", "license_file": null, - "description": "High performance inflection transformation library for changing properties of words like the case." + "name": "inflections", + "repository": "https://docs.rs/inflections" }, { - "name": "intl-memoizer", - "version": "0.5.3", "authors": "Caleb Maclennan |Bruce Mitchener |Staś Małolepszy ", - "repository": "https://github.com/projectfluent/fluent-rs", + "description": "A memoizer specifically tailored for storing lazy-initialized intl formatters for Project Fluent, a localization system designed to unleash the entire expressive power of natural language translations.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "A memoizer specifically tailored for storing lazy-initialized intl formatters for Project Fluent, a localization system designed to unleash the entire expressive power of natural language translations." + "name": "intl-memoizer", + "repository": "https://github.com/projectfluent/fluent-rs" }, { - "name": "intl_pluralrules", - "version": "7.0.2", "authors": "Kekoa Riggin |Zibi Braniecki ", - "repository": "https://github.com/zbraniecki/pluralrules", + "description": "Unicode Plural Rules categorizer for numeric input.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Unicode Plural Rules categorizer for numeric input." + "name": "intl_pluralrules", + "repository": "https://github.com/zbraniecki/pluralrules" }, { - "name": "ipnet", - "version": "2.11.0", "authors": "Kris Price ", - "repository": "https://github.com/krisprice/ipnet", + "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.", "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": "ipnet", + "repository": "https://github.com/krisprice/ipnet" }, { - "name": "iri-string", - "version": "0.7.8", "authors": "YOSHIOKA Takuma ", - "repository": "https://github.com/lo48576/iri-string", + "description": "IRI as string types", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "IRI as string types" + "name": "iri-string", + "repository": "https://github.com/lo48576/iri-string" }, { - "name": "itertools", - "version": "0.14.0", "authors": "bluss", - "repository": "https://github.com/rust-itertools/itertools", + "description": "Extra iterator adaptors, iterator methods, free functions, and macros.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Extra iterator adaptors, iterator methods, free functions, and macros." + "name": "itertools", + "repository": "https://github.com/rust-itertools/itertools" }, { - "name": "itoa", - "version": "1.0.15", "authors": "David Tolnay ", - "repository": "https://github.com/dtolnay/itoa", + "description": "Fast integer primitive to string conversion", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Fast integer primitive to string conversion" + "name": "itoa", + "repository": "https://github.com/dtolnay/itoa" }, { - "name": "jni-sys", - "version": "0.3.0", "authors": "Steven Fackler ", - "repository": "https://github.com/sfackler/rust-jni-sys", + "description": "Rust definitions corresponding to jni.h", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Rust definitions corresponding to jni.h" + "name": "jni-sys", + "repository": "https://github.com/sfackler/rust-jni-sys" }, { - "name": "jobserver", - "version": "0.1.33", "authors": "Alex Crichton ", - "repository": "https://github.com/rust-lang/jobserver-rs", + "description": "An implementation of the GNU Make jobserver for Rust.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "An implementation of the GNU Make jobserver for Rust." + "name": "jobserver", + "repository": "https://github.com/rust-lang/jobserver-rs" }, { - "name": "js-sys", - "version": "0.3.77", "authors": "The wasm-bindgen Developers", - "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys", + "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.", "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": "js-sys", + "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys" }, { - "name": "khronos-egl", - "version": "6.0.0", "authors": "Timothée Haudebourg |Sean Kerr ", - "repository": "https://github.com/timothee-haudebourg/khronos-egl", + "description": "Rust bindings for EGL", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Rust bindings for EGL" + "name": "khronos-egl", + "repository": "https://github.com/timothee-haudebourg/khronos-egl" }, { - "name": "khronos_api", - "version": "3.1.0", "authors": "Brendan Zabarauskas |Corey Richardson|Arseny Kapoulkine|Pierre Krieger ", - "repository": "https://github.com/brendanzab/gl-rs/", + "description": "The Khronos XML API Registry, exposed as byte string constants.", "license": "Apache-2.0", "license_file": null, - "description": "The Khronos XML API Registry, exposed as byte string constants." + "name": "khronos_api", + "repository": "https://github.com/brendanzab/gl-rs/" }, { - "name": "lazy_static", - "version": "1.5.0", "authors": "Marvin Löbel ", - "repository": "https://github.com/rust-lang-nursery/lazy-static.rs", + "description": "A macro for declaring lazily evaluated statics in Rust.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "A macro for declaring lazily evaluated statics in Rust." + "name": "lazy_static", + "repository": "https://github.com/rust-lang-nursery/lazy-static.rs" }, { - "name": "libc", - "version": "0.2.173", "authors": "The Rust Project Developers", - "repository": "https://github.com/rust-lang/libc", + "description": "Raw FFI bindings to platform libraries like libc.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Raw FFI bindings to platform libraries like libc." + "name": "libc", + "repository": "https://github.com/rust-lang/libc" }, { - "name": "libloading", - "version": "0.8.8", "authors": "Simonas Kazlauskas ", - "repository": "https://github.com/nagisa/rust_libloading/", + "description": "Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.", "license": "ISC", "license_file": null, - "description": "Bindings around the platform's dynamic library loading primitives with greatly improved memory safety." + "name": "libloading", + "repository": "https://github.com/nagisa/rust_libloading/" }, { - "name": "libm", - "version": "0.2.15", "authors": "Jorge Aparicio ", - "repository": "https://github.com/rust-lang/compiler-builtins", + "description": "libm in pure Rust", "license": "MIT", "license_file": null, - "description": "libm in pure Rust" + "name": "libm", + "repository": "https://github.com/rust-lang/compiler-builtins" }, { - "name": "libredox", - "version": "0.1.3", "authors": "4lDO2 <4lDO2@protonmail.com>", - "repository": "https://gitlab.redox-os.org/redox-os/libredox.git", + "description": "Redox stable ABI", "license": "MIT", "license_file": null, - "description": "Redox stable ABI" + "name": "libredox", + "repository": "https://gitlab.redox-os.org/redox-os/libredox.git" }, { - "name": "libsqlite3-sys", - "version": "0.34.0", "authors": "The rusqlite developers", - "repository": "https://github.com/rusqlite/rusqlite", + "description": "Native bindings to the libsqlite3 library", "license": "MIT", "license_file": null, - "description": "Native bindings to the libsqlite3 library" + "name": "libsqlite3-sys", + "repository": "https://github.com/rusqlite/rusqlite" }, { - "name": "libz-rs-sys", - "version": "0.5.1", "authors": null, - "repository": "https://github.com/trifectatechfoundation/zlib-rs", + "description": "A memory-safe zlib implementation written in rust", "license": "Zlib", "license_file": null, - "description": "A memory-safe zlib implementation written in rust" + "name": "libz-rs-sys", + "repository": "https://github.com/trifectatechfoundation/zlib-rs" }, { - "name": "linux-raw-sys", - "version": "0.9.4", "authors": "Dan Gohman ", - "repository": "https://github.com/sunfishcode/linux-raw-sys", + "description": "Generated bindings for Linux's userspace API", "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": "linux-raw-sys", + "repository": "https://github.com/sunfishcode/linux-raw-sys" }, { - "name": "litemap", - "version": "0.8.0", "authors": "The ICU4X Project Developers", - "repository": "https://github.com/unicode-org/icu4x", + "description": "A key-value Map implementation based on a flat, sorted Vec.", "license": "Unicode-3.0", "license_file": null, - "description": "A key-value Map implementation based on a flat, sorted Vec." + "name": "litemap", + "repository": "https://github.com/unicode-org/icu4x" }, { - "name": "litrs", - "version": "0.4.1", "authors": "Lukas Kalbertodt ", - "repository": "https://github.com/LukasKalbertodt/litrs/", + "description": "Parse and inspect Rust literals (i.e. tokens in the Rust programming language representing fixed values). Particularly useful for proc macros, but can also be used outside of a proc-macro context.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Parse and inspect Rust literals (i.e. tokens in the Rust programming language representing fixed values). Particularly useful for proc macros, but can also be used outside of a proc-macro context." + "name": "litrs", + "repository": "https://github.com/LukasKalbertodt/litrs/" }, { - "name": "lock_api", - "version": "0.4.13", "authors": "Amanieu d'Antras ", - "repository": "https://github.com/Amanieu/parking_lot", + "description": "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std." + "name": "lock_api", + "repository": "https://github.com/Amanieu/parking_lot" }, { - "name": "log", - "version": "0.4.27", "authors": "The Rust Project Developers", - "repository": "https://github.com/rust-lang/log", + "description": "A lightweight logging facade for Rust", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "A lightweight logging facade for Rust" + "name": "log", + "repository": "https://github.com/rust-lang/log" }, { - "name": "lru-slab", - "version": "0.1.2", "authors": "Benjamin Saunders ", - "repository": "https://github.com/Ralith/lru-slab", + "description": "Pre-allocated storage with constant-time LRU tracking", "license": "Apache-2.0 OR MIT OR Zlib", "license_file": null, - "description": "Pre-allocated storage with constant-time LRU tracking" + "name": "lru-slab", + "repository": "https://github.com/Ralith/lru-slab" }, { - "name": "mac", - "version": "0.1.1", "authors": "Jonathan Reem ", - "repository": "https://github.com/reem/rust-mac.git", + "description": "A collection of great and ubiqutitous macros.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "A collection of great and ubiqutitous macros." + "name": "mac", + "repository": "https://github.com/reem/rust-mac.git" }, { + "authors": "Genna Wingert", + "description": "Type and target-generic SIMD", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "macerator", - "version": "0.2.8", - "authors": "Genna Wingert", - "repository": "https://github.com/wingertge/macerator", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Type and target-generic SIMD" + "repository": "https://github.com/wingertge/macerator" }, { + "authors": "Genna Wingert", + "description": "proc-macros for macerator", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "macerator-macros", - "version": "0.1.2", - "authors": "Genna Wingert", - "repository": "https://github.com/wingertge/macerator", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "proc-macros for macerator" + "repository": "https://github.com/wingertge/macerator" }, { - "name": "malloc_buf", - "version": "0.0.6", "authors": "Steven Sheldon", - "repository": "https://github.com/SSheldon/malloc_buf", + "description": "Structs for handling malloc'd memory passed to Rust.", "license": "MIT", "license_file": null, - "description": "Structs for handling malloc'd memory passed to Rust." + "name": "malloc_buf", + "repository": "https://github.com/SSheldon/malloc_buf" }, { - "name": "maplit", - "version": "1.0.2", "authors": "bluss", - "repository": "https://github.com/bluss/maplit", + "description": "Collection “literal” macros for HashMap, HashSet, BTreeMap, and BTreeSet.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Collection “literal” macros for HashMap, HashSet, BTreeMap, and BTreeSet." + "name": "maplit", + "repository": "https://github.com/bluss/maplit" }, { - "name": "markup5ever", - "version": "0.16.1", "authors": "The html5ever Project Developers", - "repository": "https://github.com/servo/html5ever", + "description": "Common code for xml5ever and html5ever", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Common code for xml5ever and html5ever" + "name": "markup5ever", + "repository": "https://github.com/servo/html5ever" }, { + "authors": null, + "description": "Procedural macro for html5ever.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "match_token", - "version": "0.1.0", - "authors": null, - "repository": "https://github.com/servo/html5ever", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Procedural macro for html5ever." + "repository": "https://github.com/servo/html5ever" }, { - "name": "matchers", - "version": "0.1.0", "authors": "Eliza Weisman ", - "repository": "https://github.com/hawkw/matchers", + "description": "Regex matching on character and byte streams.", "license": "MIT", "license_file": null, - "description": "Regex matching on character and byte streams." + "name": "matchers", + "repository": "https://github.com/hawkw/matchers" }, { - "name": "matches", - "version": "0.1.10", "authors": null, - "repository": "https://github.com/SimonSapin/rust-std-candidates", + "description": "A macro to evaluate, as a boolean, whether an expression matches a pattern.", "license": "MIT", "license_file": null, - "description": "A macro to evaluate, as a boolean, whether an expression matches a pattern." + "name": "matches", + "repository": "https://github.com/SimonSapin/rust-std-candidates" }, { - "name": "matchit", - "version": "0.8.4", "authors": "Ibraheem Ahmed ", - "repository": "https://github.com/ibraheemdev/matchit", + "description": "A high performance, zero-copy URL router.", "license": "MIT AND BSD-3-Clause", "license_file": null, - "description": "A high performance, zero-copy URL router." + "name": "matchit", + "repository": "https://github.com/ibraheemdev/matchit" }, { - "name": "matrixmultiply", - "version": "0.3.10", "authors": "bluss|R. Janis Goldschmidt", - "repository": "https://github.com/bluss/matrixmultiply/", + "description": "General matrix multiplication for f32 and f64 matrices. Operates on matrices with general layout (they can use arbitrary row and column stride). Detects and uses AVX or SSE2 on x86 platforms transparently for higher performance. Uses a microkernel strategy, so that the implementation is easy to parallelize and optimize. Supports multithreading.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "General matrix multiplication for f32 and f64 matrices. Operates on matrices with general layout (they can use arbitrary row and column stride). Detects and uses AVX or SSE2 on x86 platforms transparently for higher performance. Uses a microkernel strategy, so that the implementation is easy to parallelize and optimize. Supports multithreading." + "name": "matrixmultiply", + "repository": "https://github.com/bluss/matrixmultiply/" }, { - "name": "md5", - "version": "0.7.0", "authors": "Ivan Ukhov |Kamal Ahmad |Konstantin Stepanov |Lukas Kalbertodt |Nathan Musoke |Scott Mabin |Tony Arcieri |Wim de With |Yosef Dinerstein ", - "repository": "https://github.com/stainless-steel/md5", + "description": "The package provides the MD5 hash function.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "The package provides the MD5 hash function." + "name": "md5", + "repository": "https://github.com/stainless-steel/md5" }, { - "name": "memchr", - "version": "2.7.5", "authors": "Andrew Gallant |bluss", - "repository": "https://github.com/BurntSushi/memchr", + "description": "Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search.", "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": "memchr", + "repository": "https://github.com/BurntSushi/memchr" }, { - "name": "memmap2", - "version": "0.9.5", "authors": "Dan Burkert |Yevhenii Reizner ", - "repository": "https://github.com/RazrFalcon/memmap2-rs", + "description": "Cross-platform Rust API for memory-mapped file IO", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Cross-platform Rust API for memory-mapped file IO" + "name": "memmap2", + "repository": "https://github.com/RazrFalcon/memmap2-rs" }, { - "name": "metal", - "version": "0.31.0", "authors": "gfx-rs developers", - "repository": "https://github.com/gfx-rs/metal-rs", + "description": "Rust bindings for Metal", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Rust bindings for Metal" + "name": "metal", + "repository": "https://github.com/gfx-rs/metal-rs" }, { - "name": "mime", - "version": "0.3.17", "authors": "Sean McArthur ", - "repository": "https://github.com/hyperium/mime", + "description": "Strongly Typed Mimes", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Strongly Typed Mimes" + "name": "mime", + "repository": "https://github.com/hyperium/mime" }, { - "name": "mime_guess", - "version": "2.0.5", "authors": "Austin Bonander ", - "repository": "https://github.com/abonander/mime_guess", + "description": "A simple crate for detection of a file's MIME type by its extension.", "license": "MIT", "license_file": null, - "description": "A simple crate for detection of a file's MIME type by its extension." + "name": "mime_guess", + "repository": "https://github.com/abonander/mime_guess" }, { - "name": "minimal-lexical", - "version": "0.2.1", "authors": "Alex Huszagh ", - "repository": "https://github.com/Alexhuszagh/minimal-lexical", + "description": "Fast float parsing conversion routines.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Fast float parsing conversion routines." + "name": "minimal-lexical", + "repository": "https://github.com/Alexhuszagh/minimal-lexical" }, { - "name": "miniz_oxide", - "version": "0.8.9", "authors": "Frommi |oyvindln |Rich Geldreich richgel99@gmail.com", - "repository": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide", + "description": "DEFLATE compression and decompression library rewritten in Rust based on miniz", "license": "Apache-2.0 OR MIT OR Zlib", "license_file": null, - "description": "DEFLATE compression and decompression library rewritten in Rust based on miniz" + "name": "miniz_oxide", + "repository": "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide" }, { - "name": "mio", - "version": "1.0.4", "authors": "Carl Lerche |Thomas de Zeeuw |Tokio Contributors ", - "repository": "https://github.com/tokio-rs/mio", + "description": "Lightweight non-blocking I/O.", "license": "MIT", "license_file": null, - "description": "Lightweight non-blocking I/O." + "name": "mio", + "repository": "https://github.com/tokio-rs/mio" }, { + "authors": null, + "description": "Macro for convenient module declaration. Each module can be put in a group, and visibility can be applied to the whole group with ease.", + "license": "MIT", + "license_file": null, "name": "moddef", - "version": "0.2.6", - "authors": null, - "repository": "https://github.com/sigurd4/moddef", - "license": "MIT", - "license_file": null, - "description": "Macro for convenient module declaration. Each module can be put in a group, and visibility can be applied to the whole group with ease." + "repository": "https://github.com/sigurd4/moddef" }, { - "name": "multer", - "version": "3.1.0", "authors": "Rousan Ali ", - "repository": "https://github.com/rwf2/multer", + "description": "An async parser for `multipart/form-data` content-type in Rust.", "license": "MIT", "license_file": null, - "description": "An async parser for `multipart/form-data` content-type in Rust." + "name": "multer", + "repository": "https://github.com/rwf2/multer" }, { - "name": "multimap", - "version": "0.10.1", "authors": "Håvar Nøvik ", - "repository": "https://github.com/havarnov/multimap", + "description": "A multimap implementation.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "A multimap implementation." + "name": "multimap", + "repository": "https://github.com/havarnov/multimap" }, { - "name": "naga", - "version": "25.0.1", "authors": "gfx-rs developers", - "repository": "https://github.com/gfx-rs/wgpu/tree/trunk/naga", + "description": "Shader translator and validator. Part of the wgpu project", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Shader translator and validator. Part of the wgpu project" + "name": "naga", + "repository": "https://github.com/gfx-rs/wgpu/tree/trunk/naga" }, { + "authors": "Steven Fackler ", + "description": "A wrapper over a platform's native TLS implementation", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "native-tls", - "version": "0.2.14", - "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" + "repository": "https://github.com/sfackler/rust-native-tls" }, { - "name": "ndarray", - "version": "0.16.1", "authors": "Ulrik Sverdrup \"bluss\"|Jim Turner", - "repository": "https://github.com/rust-ndarray/ndarray", + "description": "An n-dimensional array for general elements and for numerics. Lightweight array views and slicing; views support chunking and splitting.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "An n-dimensional array for general elements and for numerics. Lightweight array views and slicing; views support chunking and splitting." + "name": "ndarray", + "repository": "https://github.com/rust-ndarray/ndarray" }, { - "name": "ndk-sys", - "version": "0.5.0+25.2.9519653", "authors": "The Rust Windowing contributors", - "repository": "https://github.com/rust-mobile/ndk", + "description": "FFI bindings for the Android NDK", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "FFI bindings for the Android NDK" + "name": "ndk-sys", + "repository": "https://github.com/rust-mobile/ndk" }, { - "name": "new_debug_unreachable", - "version": "1.0.6", "authors": "Matt Brubeck |Jonathan Reem ", - "repository": "https://github.com/mbrubeck/rust-debug-unreachable", + "description": "panic in debug, intrinsics::unreachable() in release (fork of debug_unreachable)", "license": "MIT", "license_file": null, - "description": "panic in debug, intrinsics::unreachable() in release (fork of debug_unreachable)" + "name": "new_debug_unreachable", + "repository": "https://github.com/mbrubeck/rust-debug-unreachable" }, { - "name": "nom", - "version": "7.1.3", "authors": "contact@geoffroycouprie.com", - "repository": "https://github.com/Geal/nom", + "description": "A byte-oriented, zero-copy, parser combinators library", "license": "MIT", "license_file": null, - "description": "A byte-oriented, zero-copy, parser combinators library" - }, - { "name": "nom", - "version": "8.0.0", - "authors": "contact@geoffroycouprie.com", - "repository": "https://github.com/rust-bakery/nom", - "license": "MIT", - "license_file": null, - "description": "A byte-oriented, zero-copy, parser combinators library" + "repository": "https://github.com/Geal/nom" + }, + { + "authors": "contact@geoffroycouprie.com", + "description": "A byte-oriented, zero-copy, parser combinators library", + "license": "MIT", + "license_file": null, + "name": "nom", + "repository": "https://github.com/rust-bakery/nom" }, { - "name": "ntapi", - "version": "0.4.1", "authors": "MSxDOS ", - "repository": "https://github.com/MSxDOS/ntapi", + "description": "FFI bindings for Native API", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "FFI bindings for Native API" + "name": "ntapi", + "repository": "https://github.com/MSxDOS/ntapi" }, { - "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", + "description": "Library for ANSI terminal colors and styles (bold, underline)", "license": "MIT", "license_file": null, - "description": "Library for ANSI terminal colors and styles (bold, underline)" + "name": "nu-ansi-term", + "repository": "https://github.com/nushell/nu-ansi-term" }, { + "authors": "The Rust Project Developers", + "description": "A collection of numeric types and traits for Rust, including bigint, complex, rational, range iterators, generic integers, and more!", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "num", - "version": "0.4.3", - "authors": "The Rust Project Developers", - "repository": "https://github.com/rust-num/num", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "A collection of numeric types and traits for Rust, including bigint, complex, rational, range iterators, generic integers, and more!" + "repository": "https://github.com/rust-num/num" }, { + "authors": "The Rust Project Developers", + "description": "Big integer implementation for Rust", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "num-bigint", - "version": "0.4.6", - "authors": "The Rust Project Developers", - "repository": "https://github.com/rust-num/num-bigint", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Big integer implementation for Rust" + "repository": "https://github.com/rust-num/num-bigint" }, { + "authors": "The Rust Project Developers", + "description": "Complex numbers implementation for Rust", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "num-complex", - "version": "0.4.6", - "authors": "The Rust Project Developers", - "repository": "https://github.com/rust-num/num-complex", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Complex numbers implementation for Rust" + "repository": "https://github.com/rust-num/num-complex" }, { - "name": "num-conv", - "version": "0.1.0", "authors": "Jacob Pratt ", - "repository": "https://github.com/jhpratt/num-conv", + "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.", "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-conv", + "repository": "https://github.com/jhpratt/num-conv" }, { - "name": "num-format", - "version": "0.4.4", "authors": "Brian Myers ", - "repository": "https://github.com/bcmyers/num-format", + "description": "A Rust crate for producing string-representations of numbers, formatted according to international standards", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "A Rust crate for producing string-representations of numbers, formatted according to international standards" + "name": "num-format", + "repository": "https://github.com/bcmyers/num-format" }, { + "authors": "The Rust Project Developers", + "description": "Integer traits and functions", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "num-integer", - "version": "0.1.46", - "authors": "The Rust Project Developers", - "repository": "https://github.com/rust-num/num-integer", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Integer traits and functions" + "repository": "https://github.com/rust-num/num-integer" }, { + "authors": "The Rust Project Developers", + "description": "External iterators for generic mathematics", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "num-iter", - "version": "0.1.45", - "authors": "The Rust Project Developers", - "repository": "https://github.com/rust-num/num-iter", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "External iterators for generic mathematics" + "repository": "https://github.com/rust-num/num-iter" }, { + "authors": "The Rust Project Developers", + "description": "Rational numbers implementation for Rust", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "num-rational", - "version": "0.4.2", - "authors": "The Rust Project Developers", - "repository": "https://github.com/rust-num/num-rational", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Rational numbers implementation for Rust" + "repository": "https://github.com/rust-num/num-rational" }, { + "authors": "The Rust Project Developers", + "description": "Numeric traits for generic mathematics", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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" + "repository": "https://github.com/rust-num/num-traits" }, { - "name": "num_cpus", - "version": "1.17.0", "authors": "Sean McArthur ", - "repository": "https://github.com/seanmonstar/num_cpus", + "description": "Get the number of CPUs on a machine.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Get the number of CPUs on a machine." + "name": "num_cpus", + "repository": "https://github.com/seanmonstar/num_cpus" }, { + "authors": "Daniel Wagner-Hall |Daniel Henry-Mantilla |Vincent Esche ", + "description": "Procedural macros to make inter-operation between primitives and enums easier.", + "license": "Apache-2.0 OR BSD-3-Clause OR MIT", + "license_file": null, "name": "num_enum", - "version": "0.7.3", - "authors": "Daniel Wagner-Hall |Daniel Henry-Mantilla |Vincent Esche ", - "repository": "https://github.com/illicitonion/num_enum", - "license": "Apache-2.0 OR BSD-3-Clause OR MIT", - "license_file": null, - "description": "Procedural macros to make inter-operation between primitives and enums easier." + "repository": "https://github.com/illicitonion/num_enum" }, { + "authors": "Daniel Wagner-Hall |Daniel Henry-Mantilla |Vincent Esche ", + "description": "Internal implementation details for ::num_enum (Procedural macros to make inter-operation between primitives and enums easier)", + "license": "Apache-2.0 OR BSD-3-Clause OR MIT", + "license_file": null, "name": "num_enum_derive", - "version": "0.7.3", - "authors": "Daniel Wagner-Hall |Daniel Henry-Mantilla |Vincent Esche ", - "repository": "https://github.com/illicitonion/num_enum", - "license": "Apache-2.0 OR BSD-3-Clause OR MIT", - "license_file": null, - "description": "Internal implementation details for ::num_enum (Procedural macros to make inter-operation between primitives and enums easier)" + "repository": "https://github.com/illicitonion/num_enum" }, { + "authors": "Cldfire", + "description": "A safe and ergonomic Rust wrapper for the NVIDIA Management Library", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "nvml-wrapper", - "version": "0.10.0", - "authors": "Cldfire", - "repository": "https://github.com/Cldfire/nvml-wrapper", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "A safe and ergonomic Rust wrapper for the NVIDIA Management Library" + "repository": "https://github.com/Cldfire/nvml-wrapper" }, { + "authors": "Cldfire", + "description": "Generated bindings to the NVIDIA Management Library.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "nvml-wrapper-sys", - "version": "0.8.0", - "authors": "Cldfire", - "repository": "https://github.com/Cldfire/nvml-wrapper", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Generated bindings to the NVIDIA Management Library." + "repository": "https://github.com/Cldfire/nvml-wrapper" }, { - "name": "objc", - "version": "0.2.7", "authors": "Steven Sheldon", - "repository": "http://github.com/SSheldon/rust-objc", + "description": "Objective-C Runtime bindings and wrapper for Rust.", "license": "MIT", "license_file": null, - "description": "Objective-C Runtime bindings and wrapper for Rust." + "name": "objc", + "repository": "http://github.com/SSheldon/rust-objc" }, { - "name": "object", - "version": "0.36.7", "authors": null, - "repository": "https://github.com/gimli-rs/object", + "description": "A unified interface for reading and writing object file formats.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "A unified interface for reading and writing object file formats." + "name": "object", + "repository": "https://github.com/gimli-rs/object" }, { - "name": "once_cell", - "version": "1.21.3", "authors": "Aleksey Kladov ", - "repository": "https://github.com/matklad/once_cell", + "description": "Single assignment cells and lazy values.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Single assignment cells and lazy values." + "name": "once_cell", + "repository": "https://github.com/matklad/once_cell" }, { - "name": "openssl", - "version": "0.10.73", "authors": "Steven Fackler ", - "repository": "https://github.com/sfackler/rust-openssl", + "description": "OpenSSL bindings", "license": "Apache-2.0", "license_file": null, - "description": "OpenSSL bindings" + "name": "openssl", + "repository": "https://github.com/sfackler/rust-openssl" }, { - "name": "openssl-macros", - "version": "0.1.1", "authors": null, - "repository": null, + "description": "Internal macros used by the openssl crate.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Internal macros used by the openssl crate." + "name": "openssl-macros", + "repository": null }, { - "name": "openssl-probe", - "version": "0.1.6", "authors": "Alex Crichton ", - "repository": "https://github.com/alexcrichton/openssl-probe", + "description": "Tool for helping to find SSL certificate locations on the system for OpenSSL", "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-probe", + "repository": "https://github.com/alexcrichton/openssl-probe" }, { - "name": "openssl-sys", - "version": "0.9.109", "authors": "Alex Crichton |Steven Fackler ", - "repository": "https://github.com/sfackler/rust-openssl", + "description": "FFI bindings to OpenSSL", "license": "MIT", "license_file": null, - "description": "FFI bindings to OpenSSL" + "name": "openssl-sys", + "repository": "https://github.com/sfackler/rust-openssl" }, { - "name": "option-ext", - "version": "0.2.0", "authors": "Simon Ochsenreither ", - "repository": "https://github.com/soc/option-ext.git", + "description": "Extends `Option` with additional operations", "license": "MPL-2.0", "license_file": null, - "description": "Extends `Option` with additional operations" + "name": "option-ext", + "repository": "https://github.com/soc/option-ext.git" }, { - "name": "ordered-float", - "version": "2.10.1", "authors": "Jonathan Reem |Matt Brubeck ", - "repository": "https://github.com/reem/rust-ordered-float", + "description": "Wrappers for total ordering on floats", "license": "MIT", "license_file": null, - "description": "Wrappers for total ordering on floats" + "name": "ordered-float", + "repository": "https://github.com/reem/rust-ordered-float" }, { - "name": "ordered-float", - "version": "4.6.0", "authors": "Jonathan Reem |Matt Brubeck ", - "repository": "https://github.com/reem/rust-ordered-float", + "description": "Wrappers for total ordering on floats", "license": "MIT", "license_file": null, - "description": "Wrappers for total ordering on floats" + "name": "ordered-float", + "repository": "https://github.com/reem/rust-ordered-float" }, { - "name": "overload", - "version": "0.1.1", "authors": "Daniel Salvadori ", - "repository": "https://github.com/danaugrs/overload", + "description": "Provides a macro to simplify operator overloading.", "license": "MIT", "license_file": null, - "description": "Provides a macro to simplify operator overloading." + "name": "overload", + "repository": "https://github.com/danaugrs/overload" }, { - "name": "parking", - "version": "2.2.1", "authors": "Stjepan Glavina |The Rust Project Developers", - "repository": "https://github.com/smol-rs/parking", + "description": "Thread parking and unparking", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Thread parking and unparking" + "name": "parking", + "repository": "https://github.com/smol-rs/parking" }, { + "authors": "Amanieu d'Antras ", + "description": "More compact and efficient implementations of the standard synchronization primitives.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "parking_lot", - "version": "0.12.4", - "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." + "repository": "https://github.com/Amanieu/parking_lot" }, { + "authors": "Amanieu d'Antras ", + "description": "An advanced API for creating custom synchronization primitives.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "parking_lot_core", - "version": "0.9.11", - "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." + "repository": "https://github.com/Amanieu/parking_lot" }, { + "authors": "RustCrypto Developers", + "description": "Traits which describe the functionality of password hashing algorithms, as well as a `no_std`-friendly implementation of the PHC string format (a well-defined subset of the Modular Crypt Format a.k.a. MCF)", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "password-hash", - "version": "0.5.0", - "authors": "RustCrypto Developers", - "repository": "https://github.com/RustCrypto/traits/tree/master/password-hash", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Traits which describe the functionality of password hashing algorithms, as well as a `no_std`-friendly implementation of the PHC string format (a well-defined subset of the Modular Crypt Format a.k.a. MCF)" + "repository": "https://github.com/RustCrypto/traits/tree/master/password-hash" }, { - "name": "paste", - "version": "1.0.15", "authors": "David Tolnay ", - "repository": "https://github.com/dtolnay/paste", + "description": "Macros for all your token pasting needs", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Macros for all your token pasting needs" + "name": "paste", + "repository": "https://github.com/dtolnay/paste" }, { - "name": "pbkdf2", - "version": "0.12.2", "authors": "RustCrypto Developers", - "repository": "https://github.com/RustCrypto/password-hashes/tree/master/pbkdf2", + "description": "Generic implementation of PBKDF2", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Generic implementation of PBKDF2" + "name": "pbkdf2", + "repository": "https://github.com/RustCrypto/password-hashes/tree/master/pbkdf2" }, { + "authors": "The rust-url developers", + "description": "Percent encoding and decoding", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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" + "repository": "https://github.com/servo/rust-url/" }, { + "authors": "The rust-url developers", + "description": "Percent encoding and decoding, preserving non-Latin characters.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "percent-encoding-iri", - "version": "2.2.0", - "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, preserving non-Latin characters." + "repository": "https://github.com/servo/rust-url/" }, { - "name": "petgraph", - "version": "0.7.1", "authors": "bluss|mitchmindtree", - "repository": "https://github.com/petgraph/petgraph", + "description": "Graph data structure library. Provides graph types and graph algorithms.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Graph data structure library. Provides graph types and graph algorithms." + "name": "petgraph", + "repository": "https://github.com/petgraph/petgraph" }, { + "authors": "Steven Fackler ", + "description": "Runtime support for perfect hash function data structures", + "license": "MIT", + "license_file": null, "name": "phf", - "version": "0.11.3", - "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" + "repository": "https://github.com/rust-phf/rust-phf" }, { + "authors": "Steven Fackler ", + "description": "Codegen library for PHF types", + "license": "MIT", + "license_file": null, "name": "phf_codegen", - "version": "0.11.3", - "authors": "Steven Fackler ", - "repository": "https://github.com/rust-phf/rust-phf", - "license": "MIT", - "license_file": null, - "description": "Codegen library for PHF types" + "repository": "https://github.com/rust-phf/rust-phf" }, { + "authors": "Steven Fackler ", + "description": "PHF generation logic", + "license": "MIT", + "license_file": null, "name": "phf_generator", - "version": "0.11.3", - "authors": "Steven Fackler ", - "repository": "https://github.com/rust-phf/rust-phf", - "license": "MIT", - "license_file": null, - "description": "PHF generation logic" + "repository": "https://github.com/rust-phf/rust-phf" }, { + "authors": "Steven Fackler ", + "description": "Macros to generate types in the phf crate", + "license": "MIT", + "license_file": null, "name": "phf_macros", - "version": "0.11.3", - "authors": "Steven Fackler ", - "repository": "https://github.com/rust-phf/rust-phf", - "license": "MIT", - "license_file": null, - "description": "Macros to generate types in the phf crate" + "repository": "https://github.com/rust-phf/rust-phf" }, { + "authors": "Steven Fackler ", + "description": "Support code shared by PHF libraries", + "license": "MIT", + "license_file": null, "name": "phf_shared", - "version": "0.11.3", - "authors": "Steven Fackler ", - "repository": "https://github.com/rust-phf/rust-phf", - "license": "MIT", - "license_file": null, - "description": "Support code shared by PHF libraries" + "repository": "https://github.com/rust-phf/rust-phf" }, { + "authors": null, + "description": "A crate for safe and ergonomic pin-projection.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "pin-project", - "version": "1.1.10", - "authors": null, - "repository": "https://github.com/taiki-e/pin-project", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "A crate for safe and ergonomic pin-projection." + "repository": "https://github.com/taiki-e/pin-project" }, { + "authors": null, + "description": "Implementation detail of the `pin-project` crate.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "pin-project-internal", - "version": "1.1.10", - "authors": null, - "repository": "https://github.com/taiki-e/pin-project", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Implementation detail of the `pin-project` crate." + "repository": "https://github.com/taiki-e/pin-project" }, { + "authors": null, + "description": "A lightweight version of pin-project written with declarative macros.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "pin-project-lite", - "version": "0.2.16", - "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." + "repository": "https://github.com/taiki-e/pin-project-lite" }, { - "name": "pin-utils", - "version": "0.1.0", "authors": "Josef Brandl ", - "repository": "https://github.com/rust-lang-nursery/pin-utils", + "description": "Utilities for pinning", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Utilities for pinning" + "name": "pin-utils", + "repository": "https://github.com/rust-lang-nursery/pin-utils" }, { - "name": "pkg-config", - "version": "0.3.32", "authors": "Alex Crichton ", - "repository": "https://github.com/rust-lang/pkg-config-rs", + "description": "A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts.", "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": "pkg-config", + "repository": "https://github.com/rust-lang/pkg-config-rs" }, { + "authors": null, + "description": "Portable atomic types including support for 128-bit atomics, atomic float, etc.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "portable-atomic", - "version": "1.11.1", - "authors": null, - "repository": "https://github.com/taiki-e/portable-atomic", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Portable atomic types including support for 128-bit atomics, atomic float, etc." + "repository": "https://github.com/taiki-e/portable-atomic" }, { + "authors": null, + "description": "Synchronization primitives built with portable-atomic.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "portable-atomic-util", - "version": "0.2.4", - "authors": null, - "repository": "https://github.com/taiki-e/portable-atomic", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Synchronization primitives built with portable-atomic." + "repository": "https://github.com/taiki-e/portable-atomic" }, { - "name": "potential_utf", - "version": "0.1.2", "authors": "The ICU4X Project Developers", - "repository": "https://github.com/unicode-org/icu4x", + "description": "Unvalidated string and character types", "license": "Unicode-3.0", "license_file": null, - "description": "Unvalidated string and character types" + "name": "potential_utf", + "repository": "https://github.com/unicode-org/icu4x" }, { - "name": "powerfmt", - "version": "0.2.0", "authors": "Jacob Pratt ", - "repository": "https://github.com/jhpratt/powerfmt", + "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.", "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": "powerfmt", + "repository": "https://github.com/jhpratt/powerfmt" }, { - "name": "ppv-lite86", - "version": "0.2.21", "authors": "The CryptoCorrosion Contributors", - "repository": "https://github.com/cryptocorrosion/cryptocorrosion", + "description": "Cross-platform cryptography-oriented low-level SIMD library.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Cross-platform cryptography-oriented low-level SIMD library." + "name": "ppv-lite86", + "repository": "https://github.com/cryptocorrosion/cryptocorrosion" }, { - "name": "precomputed-hash", - "version": "0.1.1", "authors": "Emilio Cobos Álvarez ", - "repository": "https://github.com/emilio/precomputed-hash", + "description": "A library intending to be a base dependency to expose a precomputed hash", "license": "MIT", "license_file": null, - "description": "A library intending to be a base dependency to expose a precomputed hash" + "name": "precomputed-hash", + "repository": "https://github.com/emilio/precomputed-hash" }, { - "name": "presser", - "version": "0.3.1", "authors": "Embark |Gray Olson ", - "repository": "https://github.com/dtolnay/prettyplease", + "description": "A minimal `syn` syntax tree pretty-printer", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "A minimal `syn` syntax tree pretty-printer" + "name": "prettyplease", + "repository": "https://github.com/dtolnay/prettyplease" }, { - "name": "priority-queue", - "version": "2.5.0", "authors": "Gianmarco Garrisi ", - "repository": "https://github.com/garro95/priority-queue", + "description": "A Priority Queue implemented as a heap with a function to efficiently change the priority of an item.", "license": "LGPL-3.0-or-later OR MPL-2.0", "license_file": null, - "description": "A Priority Queue implemented as a heap with a function to efficiently change the priority of an item." + "name": "priority-queue", + "repository": "https://github.com/garro95/priority-queue" }, { - "name": "proc-macro-crate", - "version": "3.3.0", "authors": "Bastian Köcher ", - "repository": "https://github.com/bkchr/proc-macro-crate", + "description": "Replacement for crate (macro_rules keyword) in proc-macros", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Replacement for crate (macro_rules keyword) in proc-macros" + "name": "proc-macro-crate", + "repository": "https://github.com/bkchr/proc-macro-crate" }, { + "authors": "David Tolnay ", + "description": "Procedural macros in expression position", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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" + "repository": "https://github.com/dtolnay/proc-macro-hack" }, { - "name": "proc-macro2", - "version": "1.0.95", "authors": "David Tolnay |Alex Crichton ", - "repository": "https://github.com/dtolnay/proc-macro2", + "description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.", "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", + "repository": "https://github.com/dtolnay/proc-macro2" }, { - "name": "profiling", - "version": "1.0.16", "authors": "Philip Degarmo ", - "repository": "https://github.com/aclysma/profiling", + "description": "This crate provides a very thin abstraction over other profiler crates.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "This crate provides a very thin abstraction over other profiler crates." + "name": "profiling", + "repository": "https://github.com/aclysma/profiling" }, { + "authors": "Dan Burkert |Lucio Franco |Casper Meijn |Tokio Contributors ", + "description": "A Protocol Buffers implementation for the Rust Language.", + "license": "Apache-2.0", + "license_file": null, "name": "prost", - "version": "0.13.5", - "authors": "Dan Burkert |Lucio Franco |Casper Meijn |Tokio Contributors ", - "repository": "https://github.com/tokio-rs/prost", - "license": "Apache-2.0", - "license_file": null, - "description": "A Protocol Buffers implementation for the Rust Language." + "repository": "https://github.com/tokio-rs/prost" }, { + "authors": "Dan Burkert |Lucio Franco |Casper Meijn |Tokio Contributors ", + "description": "Generate Prost annotated Rust types from Protocol Buffers files.", + "license": "Apache-2.0", + "license_file": null, "name": "prost-build", - "version": "0.13.5", - "authors": "Dan Burkert |Lucio Franco |Casper Meijn |Tokio Contributors ", - "repository": "https://github.com/tokio-rs/prost", - "license": "Apache-2.0", - "license_file": null, - "description": "Generate Prost annotated Rust types from Protocol Buffers files." + "repository": "https://github.com/tokio-rs/prost" }, { + "authors": "Dan Burkert |Lucio Franco |Casper Meijn |Tokio Contributors ", + "description": "Generate encoding and decoding implementations for Prost annotated types.", + "license": "Apache-2.0", + "license_file": null, "name": "prost-derive", - "version": "0.13.5", - "authors": "Dan Burkert |Lucio Franco |Casper Meijn |Tokio Contributors ", - "repository": "https://github.com/tokio-rs/prost", - "license": "Apache-2.0", - "license_file": null, - "description": "Generate encoding and decoding implementations for Prost annotated types." + "repository": "https://github.com/tokio-rs/prost" }, { - "name": "prost-reflect", - "version": "0.14.7", "authors": "Andrew Hickman ", - "repository": "https://github.com/andrewhickman/prost-reflect", + "description": "A protobuf library extending prost with reflection support and dynamic messages.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "A protobuf library extending prost with reflection support and dynamic messages." + "name": "prost-reflect", + "repository": "https://github.com/andrewhickman/prost-reflect" }, { - "name": "prost-types", - "version": "0.13.5", "authors": "Dan Burkert |Lucio Franco |Casper Meijn |Tokio Contributors ", - "repository": "https://github.com/tokio-rs/prost", + "description": "Prost definitions of Protocol Buffers well known types.", "license": "Apache-2.0", "license_file": null, - "description": "Prost definitions of Protocol Buffers well known types." + "name": "prost-types", + "repository": "https://github.com/tokio-rs/prost" }, { + "authors": "Raph Levien |Marcus Klaas de Vries ", + "description": "A pull parser for CommonMark", + "license": "MIT", + "license_file": null, "name": "pulldown-cmark", - "version": "0.13.0", - "authors": "Raph Levien |Marcus Klaas de Vries ", - "repository": "https://github.com/raphlinus/pulldown-cmark", - "license": "MIT", - "license_file": null, - "description": "A pull parser for CommonMark" + "repository": "https://github.com/raphlinus/pulldown-cmark" }, { + "authors": "Raph Levien |Marcus Klaas de Vries ", + "description": "An escape library for HTML created in the pulldown-cmark project", + "license": "MIT", + "license_file": null, "name": "pulldown-cmark-escape", - "version": "0.11.0", - "authors": "Raph Levien |Marcus Klaas de Vries ", - "repository": "https://github.com/raphlinus/pulldown-cmark", - "license": "MIT", - "license_file": null, - "description": "An escape library for HTML created in the pulldown-cmark project" + "repository": "https://github.com/raphlinus/pulldown-cmark" }, { - "name": "pulp", - "version": "0.18.22", "authors": "sarah <>", - "repository": "https://github.com/sarah-ek/pulp/", + "description": "Safe generic simd", "license": "MIT", "license_file": null, - "description": "Safe generic simd" - }, - { "name": "pulp", - "version": "0.21.5", - "authors": "sarah <>", - "repository": "https://github.com/sarah-ek/pulp/", - "license": "MIT", - "license_file": null, - "description": "Safe generic simd" + "repository": "https://github.com/sarah-ek/pulp/" }, { + "authors": "sarah <>", + "description": "Safe generic simd", + "license": "MIT", + "license_file": null, + "name": "pulp", + "repository": "https://github.com/sarah-ek/pulp/" + }, + { + "authors": null, + "description": "Versatile QUIC transport protocol implementation", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "quinn", - "version": "0.11.8", - "authors": null, - "repository": "https://github.com/quinn-rs/quinn", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Versatile QUIC transport protocol implementation" + "repository": "https://github.com/quinn-rs/quinn" }, { + "authors": null, + "description": "State machine for the QUIC transport protocol", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "quinn-proto", - "version": "0.11.12", - "authors": null, - "repository": "https://github.com/quinn-rs/quinn", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "State machine for the QUIC transport protocol" + "repository": "https://github.com/quinn-rs/quinn" }, { + "authors": null, + "description": "UDP sockets with ECN information for the QUIC transport protocol", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "quinn-udp", - "version": "0.5.12", - "authors": null, - "repository": "https://github.com/quinn-rs/quinn", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "UDP sockets with ECN information for the QUIC transport protocol" + "repository": "https://github.com/quinn-rs/quinn" }, { - "name": "quote", - "version": "1.0.40", "authors": "David Tolnay ", - "repository": "https://github.com/dtolnay/quote", + "description": "Quasi-quoting macro quote!(...)", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Quasi-quoting macro quote!(...)" + "name": "quote", + "repository": "https://github.com/dtolnay/quote" }, { - "name": "r-efi", - "version": "5.2.0", "authors": null, - "repository": "https://github.com/r-efi/r-efi", + "description": "UEFI Reference Specification Protocol Constants and Definitions", "license": "Apache-2.0 OR LGPL-2.1-or-later OR MIT", "license_file": null, - "description": "UEFI Reference Specification Protocol Constants and Definitions" + "name": "r-efi", + "repository": "https://github.com/r-efi/r-efi" }, { + "authors": "The Rand Project Developers|The Rust Project Developers", + "description": "Random number generators and other randomness functionality.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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." + "repository": "https://github.com/rust-random/rand" }, { + "authors": "The Rand Project Developers|The Rust Project Developers", + "description": "Random number generators and other randomness functionality.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "rand", - "version": "0.9.2", - "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." + "repository": "https://github.com/rust-random/rand" }, { - "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", + "description": "ChaCha random number generator", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "ChaCha random number generator" - }, - { "name": "rand_chacha", - "version": "0.9.0", + "repository": "https://github.com/rust-random/rand" + }, + { "authors": "The Rand Project Developers|The Rust Project Developers|The CryptoCorrosion Contributors", - "repository": "https://github.com/rust-random/rand", + "description": "ChaCha random number generator", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "ChaCha random number generator" + "name": "rand_chacha", + "repository": "https://github.com/rust-random/rand" }, { - "name": "rand_core", - "version": "0.6.4", "authors": "The Rand Project Developers|The Rust Project Developers", - "repository": "https://github.com/rust-random/rand", + "description": "Core random number generator traits and tools for implementation.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Core random number generator traits and tools for implementation." - }, - { "name": "rand_core", - "version": "0.9.3", - "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." + "repository": "https://github.com/rust-random/rand" + }, + { + "authors": "The Rand Project Developers|The Rust Project Developers", + "description": "Core random number generator traits and tools for implementation.", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "name": "rand_core", + "repository": "https://github.com/rust-random/rand" }, { - "name": "rand_distr", - "version": "0.5.1", "authors": "The Rand Project Developers", - "repository": "https://github.com/rust-random/rand_distr", + "description": "Sampling from random number distributions", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Sampling from random number distributions" + "name": "rand_distr", + "repository": "https://github.com/rust-random/rand_distr" }, { - "name": "range-alloc", - "version": "0.1.4", "authors": "the gfx-rs Developers", - "repository": "https://github.com/gfx-rs/range-alloc", + "description": "Generic range allocator", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Generic range allocator" + "name": "range-alloc", + "repository": "https://github.com/gfx-rs/range-alloc" }, { - "name": "raw-cpuid", - "version": "10.7.0", "authors": "Gerd Zellweger ", - "repository": "https://github.com/gz/rust-cpuid", + "description": "A library to parse the x86 CPUID instruction, written in rust with no external dependencies. The implementation closely resembles the Intel CPUID manual description. The library does only depend on libcore.", "license": "MIT", "license_file": null, - "description": "A library to parse the x86 CPUID instruction, written in rust with no external dependencies. The implementation closely resembles the Intel CPUID manual description. The library does only depend on libcore." + "name": "raw-cpuid", + "repository": "https://github.com/gz/rust-cpuid" }, { - "name": "raw-cpuid", - "version": "11.5.0", "authors": "Gerd Zellweger ", - "repository": "https://github.com/gz/rust-cpuid", + "description": "A library to parse the x86 CPUID instruction, written in rust with no external dependencies. The implementation closely resembles the Intel CPUID manual description. The library does only depend on libcore.", "license": "MIT", "license_file": null, - "description": "A library to parse the x86 CPUID instruction, written in rust with no external dependencies. The implementation closely resembles the Intel CPUID manual description. The library does only depend on libcore." + "name": "raw-cpuid", + "repository": "https://github.com/gz/rust-cpuid" }, { - "name": "raw-window-handle", - "version": "0.6.2", "authors": "Osspial ", - "repository": "https://github.com/rust-windowing/raw-window-handle", + "description": "Interoperability library for Rust Windowing applications.", "license": "Apache-2.0 OR MIT OR Zlib", "license_file": null, - "description": "Interoperability library for Rust Windowing applications." + "name": "raw-window-handle", + "repository": "https://github.com/rust-windowing/raw-window-handle" }, { - "name": "rawpointer", - "version": "0.2.1", "authors": "bluss", - "repository": "https://github.com/bluss/rawpointer/", + "description": "Extra methods for raw pointers and `NonNull`. For example `.post_inc()` and `.pre_dec()` (c.f. `ptr++` and `--ptr`), `offset` and `add` for `NonNull`, and the function `ptrdistance`.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Extra methods for raw pointers and `NonNull`. For example `.post_inc()` and `.pre_dec()` (c.f. `ptr++` and `--ptr`), `offset` and `add` for `NonNull`, and the function `ptrdistance`." + "name": "rawpointer", + "repository": "https://github.com/bluss/rawpointer/" }, { + "authors": "Niko Matsakis |Josh Stone ", + "description": "Simple work-stealing parallelism for Rust", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "rayon", - "version": "1.10.0", - "authors": "Niko Matsakis |Josh Stone ", - "repository": "https://github.com/rayon-rs/rayon", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Simple work-stealing parallelism for Rust" + "repository": "https://github.com/rayon-rs/rayon" }, { + "authors": "Niko Matsakis |Josh Stone ", + "description": "Core APIs for Rayon", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "rayon-core", - "version": "1.12.1", - "authors": "Niko Matsakis |Josh Stone ", - "repository": "https://github.com/rayon-rs/rayon", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Core APIs for Rayon" + "repository": "https://github.com/rayon-rs/rayon" }, { - "name": "reborrow", - "version": "0.5.5", "authors": "sarah <>", - "repository": "https://github.com/sarah-ek/reborrow/", + "description": "Emulate reborrowing for user types.", "license": "MIT", "license_file": null, - "description": "Emulate reborrowing for user types." + "name": "reborrow", + "repository": "https://github.com/sarah-ek/reborrow/" }, { - "name": "redox_syscall", - "version": "0.5.13", "authors": "Jeremy Soller ", - "repository": "https://gitlab.redox-os.org/redox-os/syscall", + "description": "A Rust library to access raw Redox system calls", "license": "MIT", "license_file": null, - "description": "A Rust library to access raw Redox system calls" + "name": "redox_syscall", + "repository": "https://gitlab.redox-os.org/redox-os/syscall" }, { - "name": "redox_users", - "version": "0.4.6", "authors": "Jose Narvaez |Wesley Hershberger ", - "repository": "https://gitlab.redox-os.org/redox-os/users", + "description": "A Rust library to access Redox users and groups functionality", "license": "MIT", "license_file": null, - "description": "A Rust library to access Redox users and groups functionality" - }, - { "name": "redox_users", - "version": "0.5.0", - "authors": "Jose Narvaez |Wesley Hershberger ", - "repository": "https://gitlab.redox-os.org/redox-os/users", - "license": "MIT", - "license_file": null, - "description": "A Rust library to access Redox users and groups functionality" + "repository": "https://gitlab.redox-os.org/redox-os/users" + }, + { + "authors": "Jose Narvaez |Wesley Hershberger ", + "description": "A Rust library to access Redox users and groups functionality", + "license": "MIT", + "license_file": null, + "name": "redox_users", + "repository": "https://gitlab.redox-os.org/redox-os/users" }, { - "name": "regex", - "version": "1.11.1", "authors": "The Rust Project Developers|Andrew Gallant ", - "repository": "https://github.com/rust-lang/regex", + "description": "An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.", "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", + "repository": "https://github.com/rust-lang/regex" }, { - "name": "regex-automata", - "version": "0.1.10", "authors": "Andrew Gallant ", - "repository": "https://github.com/BurntSushi/regex-automata", + "description": "Automata construction and matching using regular expressions.", "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." + "repository": "https://github.com/BurntSushi/regex-automata" + }, + { + "authors": "The Rust Project Developers|Andrew Gallant ", + "description": "Automata construction and matching using regular expressions.", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "name": "regex-automata", + "repository": "https://github.com/rust-lang/regex/tree/master/regex-automata" }, { - "name": "regex-syntax", - "version": "0.6.29", "authors": "The Rust Project Developers", - "repository": "https://github.com/rust-lang/regex", + "description": "A regular expression parser.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "A regular expression parser." - }, - { "name": "regex-syntax", - "version": "0.8.5", + "repository": "https://github.com/rust-lang/regex" + }, + { "authors": "The Rust Project Developers|Andrew Gallant ", - "repository": "https://github.com/rust-lang/regex/tree/master/regex-syntax", + "description": "A regular expression parser.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "A regular expression parser." + "name": "regex-syntax", + "repository": "https://github.com/rust-lang/regex/tree/master/regex-syntax" }, { - "name": "relative-path", - "version": "1.9.3", "authors": "John-John Tedro ", - "repository": "https://github.com/udoprog/relative-path", + "description": "Portable, relative paths for Rust.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Portable, relative paths for Rust." + "name": "relative-path", + "repository": "https://github.com/udoprog/relative-path" }, { - "name": "renderdoc-sys", - "version": "1.1.0", "authors": "Eyal Kalderon ", - "repository": "https://github.com/ebkalderon/renderdoc-rs", + "description": "Low-level bindings to the RenderDoc API", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Low-level bindings to the RenderDoc API" + "name": "renderdoc-sys", + "repository": "https://github.com/ebkalderon/renderdoc-rs" }, { - "name": "reqwest", - "version": "0.12.20", "authors": "Sean McArthur ", - "repository": "https://github.com/seanmonstar/reqwest", + "description": "higher level HTTP client library", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "higher level HTTP client library" + "name": "reqwest", + "repository": "https://github.com/seanmonstar/reqwest" }, { - "name": "ring", - "version": "0.17.14", "authors": null, - "repository": "https://github.com/briansmith/ring", + "description": "An experiment.", "license": "Apache-2.0 AND ISC", "license_file": null, - "description": "An experiment." + "name": "ring", + "repository": "https://github.com/briansmith/ring" }, { + "authors": "Evgeny Safronov ", + "description": "Pure Rust MessagePack serialization implementation", + "license": "MIT", + "license_file": null, "name": "rmp", - "version": "0.8.14", - "authors": "Evgeny Safronov ", - "repository": "https://github.com/3Hren/msgpack-rust", - "license": "MIT", - "license_file": null, - "description": "Pure Rust MessagePack serialization implementation" + "repository": "https://github.com/3Hren/msgpack-rust" }, { + "authors": "Evgeny Safronov ", + "description": "Serde bindings for RMP", + "license": "MIT", + "license_file": null, "name": "rmp-serde", - "version": "1.3.0", - "authors": "Evgeny Safronov ", - "repository": "https://github.com/3Hren/msgpack-rust", - "license": "MIT", - "license_file": null, - "description": "Serde bindings for RMP" + "repository": "https://github.com/3Hren/msgpack-rust" }, { + "authors": "Michele d'Amico ", + "description": "Rust fixture based test framework. It use procedural macro to implement fixtures and table based tests.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "rstest", - "version": "0.25.0", - "authors": "Michele d'Amico ", - "repository": "https://github.com/la10736/rstest", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Rust fixture based test framework. It use procedural macro to implement fixtures and table based tests." + "repository": "https://github.com/la10736/rstest" }, { + "authors": "Michele d'Amico ", + "description": "Rust fixture based test framework. It use procedural macro to implement fixtures and table based tests.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "rstest_macros", - "version": "0.25.0", - "authors": "Michele d'Amico ", - "repository": "https://github.com/la10736/rstest", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Rust fixture based test framework. It use procedural macro to implement fixtures and table based tests." + "repository": "https://github.com/la10736/rstest" }, { - "name": "rusqlite", - "version": "0.36.0", "authors": "The rusqlite developers", - "repository": "https://github.com/rusqlite/rusqlite", + "description": "Ergonomic wrapper for SQLite", "license": "MIT", "license_file": null, - "description": "Ergonomic wrapper for SQLite" + "name": "rusqlite", + "repository": "https://github.com/rusqlite/rusqlite" }, { - "name": "rustc-demangle", - "version": "0.1.25", "authors": "Alex Crichton ", - "repository": "https://github.com/rust-lang/rustc-demangle", + "description": "Rust compiler symbol demangling.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Rust compiler symbol demangling." + "name": "rustc-demangle", + "repository": "https://github.com/rust-lang/rustc-demangle" }, { - "name": "rustc-hash", - "version": "1.1.0", "authors": "The Rust Project Developers", - "repository": "https://github.com/rust-lang-nursery/rustc-hash", + "description": "speed, non-cryptographic hash used in rustc", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "speed, non-cryptographic hash used in rustc" - }, - { "name": "rustc-hash", - "version": "2.1.1", - "authors": "The Rust Project Developers", - "repository": "https://github.com/rust-lang/rustc-hash", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "A speedy, non-cryptographic hashing algorithm used by rustc" + "repository": "https://github.com/rust-lang-nursery/rustc-hash" + }, + { + "authors": "The Rust Project Developers", + "description": "A speedy, non-cryptographic hashing algorithm used by rustc", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "name": "rustc-hash", + "repository": "https://github.com/rust-lang/rustc-hash" }, { - "name": "rustc_version", - "version": "0.4.1", "authors": null, - "repository": "https://github.com/djc/rustc-version-rs", + "description": "A library for querying the version of a installed rustc compiler", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "A library for querying the version of a installed rustc compiler" + "name": "rustc_version", + "repository": "https://github.com/djc/rustc-version-rs" }, { - "name": "rustix", - "version": "1.0.7", "authors": "Dan Gohman |Jakub Konka ", - "repository": "https://github.com/bytecodealliance/rustix", + "description": "Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscalls", "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": "rustix", + "repository": "https://github.com/bytecodealliance/rustix" }, { + "authors": null, + "description": "Rustls is a modern TLS library written in Rust.", + "license": "Apache-2.0 OR ISC OR MIT", + "license_file": null, "name": "rustls", - "version": "0.23.28", - "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." + "repository": "https://github.com/rustls/rustls" }, { + "authors": null, + "description": "rustls-native-certs allows rustls to use the platform native certificate store", + "license": "Apache-2.0 OR ISC OR MIT", + "license_file": null, "name": "rustls-native-certs", - "version": "0.8.1", - "authors": null, - "repository": "https://github.com/rustls/rustls-native-certs", - "license": "Apache-2.0 OR ISC OR MIT", - "license_file": null, - "description": "rustls-native-certs allows rustls to use the platform native certificate store" + "repository": "https://github.com/rustls/rustls-native-certs" }, { + "authors": null, + "description": "Basic .pem file parser for keys and certificates", + "license": "Apache-2.0 OR ISC OR MIT", + "license_file": null, "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" + "repository": "https://github.com/rustls/pemfile" }, { - "name": "rustls-pki-types", - "version": "1.12.0", "authors": null, - "repository": "https://github.com/rustls/pki-types", + "description": "Shared types for the rustls PKI ecosystem", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Shared types for the rustls PKI ecosystem" + "name": "rustls-pki-types", + "repository": "https://github.com/rustls/pki-types" }, { - "name": "rustls-webpki", - "version": "0.103.3", "authors": null, - "repository": "https://github.com/rustls/webpki", + "description": "Web PKI X.509 Certificate Verification.", "license": "ISC", "license_file": null, - "description": "Web PKI X.509 Certificate Verification." + "name": "rustls-webpki", + "repository": "https://github.com/rustls/webpki" }, { - "name": "rustversion", - "version": "1.0.21", "authors": "David Tolnay ", - "repository": "https://github.com/dtolnay/rustversion", + "description": "Conditional compilation according to rustc compiler version", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Conditional compilation according to rustc compiler version" + "name": "rustversion", + "repository": "https://github.com/dtolnay/rustversion" }, { - "name": "ryu", - "version": "1.0.20", "authors": "David Tolnay ", - "repository": "https://github.com/dtolnay/ryu", + "description": "Fast floating point to string conversion", "license": "Apache-2.0 OR BSL-1.0", "license_file": null, - "description": "Fast floating point to string conversion" + "name": "ryu", + "repository": "https://github.com/dtolnay/ryu" }, { - "name": "safetensors", - "version": "0.4.5", "authors": null, - "repository": "https://github.com/huggingface/safetensors", + "description": "Provides functions to read and write safetensors which aim to be safer than their PyTorch counterpart. The format is 8 bytes which is an unsized int, being the size of a JSON header, the JSON header refers the `dtype` the `shape` and `data_offsets` which are the offsets for the values in the rest of the file.", "license": "Apache-2.0", "license_file": null, - "description": "Provides functions to read and write safetensors which aim to be safer than their PyTorch counterpart. The format is 8 bytes which is an unsized int, being the size of a JSON header, the JSON header refers the `dtype` the `shape` and `data_offsets` which are the offsets for the values in the rest of the file." + "name": "safetensors", + "repository": "https://github.com/huggingface/safetensors" }, { - "name": "same-file", - "version": "1.0.6", "authors": "Andrew Gallant ", - "repository": "https://github.com/BurntSushi/same-file", + "description": "A simple crate for determining whether two file paths point to the 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": "same-file", + "repository": "https://github.com/BurntSushi/same-file" }, { - "name": "sanitize-filename", - "version": "0.5.0", "authors": "Jacob Brown ", - "repository": "https://github.com/kardeiz/sanitize-filename", + "description": "A simple filename sanitizer, based on Node's sanitize-filename", "license": "MIT", "license_file": null, - "description": "A simple filename sanitizer, based on Node's sanitize-filename" + "name": "sanitize-filename", + "repository": "https://github.com/kardeiz/sanitize-filename" }, { - "name": "sanitize-filename", - "version": "0.6.0", "authors": "Jacob Brown ", - "repository": "https://github.com/kardeiz/sanitize-filename", + "description": "A simple filename sanitizer, based on Node's sanitize-filename", "license": "MIT", "license_file": null, - "description": "A simple filename sanitizer, based on Node's sanitize-filename" + "name": "sanitize-filename", + "repository": "https://github.com/kardeiz/sanitize-filename" }, { - "name": "schannel", - "version": "0.1.27", "authors": "Steven Fackler |Steffen Butzer ", - "repository": "https://github.com/steffengy/schannel-rs", + "description": "Schannel bindings for rust, allowing SSL/TLS (e.g. https) without openssl", "license": "MIT", "license_file": null, - "description": "Schannel bindings for rust, allowing SSL/TLS (e.g. https) without openssl" + "name": "schannel", + "repository": "https://github.com/steffengy/schannel-rs" }, { - "name": "scopeguard", - "version": "1.2.0", "authors": "bluss", - "repository": "https://github.com/bluss/scopeguard", + "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.", "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": "scopeguard", + "repository": "https://github.com/bluss/scopeguard" }, { - "name": "security-framework", - "version": "2.11.1", "authors": "Steven Fackler |Kornel ", - "repository": "https://github.com/kornelski/rust-security-framework", + "description": "Security.framework bindings for macOS and iOS", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Security.framework bindings for macOS and iOS" - }, - { "name": "security-framework", - "version": "3.2.0", - "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" + "repository": "https://github.com/kornelski/rust-security-framework" }, { + "authors": "Steven Fackler |Kornel ", + "description": "Security.framework bindings for macOS and iOS", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "name": "security-framework", + "repository": "https://github.com/kornelski/rust-security-framework" + }, + { + "authors": "Steven Fackler |Kornel ", + "description": "Apple `Security.framework` low-level FFI bindings", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "security-framework-sys", - "version": "2.14.0", - "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" + "repository": "https://github.com/kornelski/rust-security-framework" }, { - "name": "self_cell", - "version": "1.2.0", "authors": "Lukas Bergdoll ", - "repository": "https://github.com/Voultapher/self_cell", + "description": "Safe-to-use proc-macro-free self-referential structs in stable Rust.", "license": "Apache-2.0", "license_file": null, - "description": "Safe-to-use proc-macro-free self-referential structs in stable Rust." + "name": "self_cell", + "repository": "https://github.com/Voultapher/self_cell" }, { + "authors": "David Tolnay ", + "description": "Parser and evaluator for Cargo's flavor of Semantic Versioning", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "semver", - "version": "1.0.26", - "authors": "David Tolnay ", - "repository": "https://github.com/dtolnay/semver", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Parser and evaluator for Cargo's flavor of Semantic Versioning" + "repository": "https://github.com/dtolnay/semver" }, { + "authors": "David Tolnay ", + "description": "Macro to repeat sequentially indexed copies of a fragment of code.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "seq-macro", - "version": "0.3.6", - "authors": "David Tolnay ", - "repository": "https://github.com/dtolnay/seq-macro", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Macro to repeat sequentially indexed copies of a fragment of code." + "repository": "https://github.com/dtolnay/seq-macro" }, { + "authors": "Erick Tryzelaar |David Tolnay ", + "description": "A generic serialization/deserialization framework", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "serde", - "version": "1.0.219", - "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" + "repository": "https://github.com/serde-rs/serde" }, { - "name": "serde-aux", - "version": "4.7.0", "authors": "Victor Polevoy ", - "repository": "https://github.com/iddm/serde-aux", + "description": "A serde crate's auxiliary library", "license": "MIT", "license_file": null, - "description": "A serde crate's auxiliary library" + "name": "serde-aux", + "repository": "https://github.com/iddm/serde-aux" }, { - "name": "serde-value", - "version": "0.7.0", "authors": "arcnmx", - "repository": "https://github.com/arcnmx/serde-value", + "description": "Serialization value trees", "license": "MIT", "license_file": null, - "description": "Serialization value trees" + "name": "serde-value", + "repository": "https://github.com/arcnmx/serde-value" }, { + "authors": "David Tolnay ", + "description": "Optimized handling of `&[u8]` and `Vec` for Serde", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "serde_bytes", - "version": "0.11.17", - "authors": "David Tolnay ", - "repository": "https://github.com/serde-rs/bytes", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Optimized handling of `&[u8]` and `Vec` for Serde" + "repository": "https://github.com/serde-rs/bytes" }, { + "authors": "Erick Tryzelaar |David Tolnay ", + "description": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "serde_derive", - "version": "1.0.219", - "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)]" + "repository": "https://github.com/serde-rs/serde" }, { + "authors": "Erick Tryzelaar |David Tolnay ", + "description": "A JSON serialization file format", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "serde_json", - "version": "1.0.140", - "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" + "repository": "https://github.com/serde-rs/json" }, { + "authors": "David Tolnay ", + "description": "Path to the element that failed to deserialize", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "serde_path_to_error", - "version": "0.1.17", - "authors": "David Tolnay ", - "repository": "https://github.com/dtolnay/path-to-error", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Path to the element that failed to deserialize" + "repository": "https://github.com/dtolnay/path-to-error" }, { + "authors": "David Tolnay ", + "description": "Derive Serialize and Deserialize that delegates to the underlying repr of a C-like enum.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "serde_repr", - "version": "0.1.20", - "authors": "David Tolnay ", - "repository": "https://github.com/dtolnay/serde-repr", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Derive Serialize and Deserialize that delegates to the underlying repr of a C-like enum." + "repository": "https://github.com/dtolnay/serde-repr" }, { - "name": "serde_spanned", - "version": "0.6.9", "authors": null, - "repository": "https://github.com/toml-rs/toml", + "description": "Serde-compatible spanned Value", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Serde-compatible spanned Value" + "name": "serde_spanned", + "repository": "https://github.com/toml-rs/toml" }, { + "authors": "Jacob Brown ", + "description": "De/serialize structs with named fields as array of values", + "license": "MIT", + "license_file": null, "name": "serde_tuple", - "version": "1.1.0", - "authors": "Jacob Brown ", - "repository": "https://github.com/kardeiz/serde_tuple", - "license": "MIT", - "license_file": null, - "description": "De/serialize structs with named fields as array of values" + "repository": "https://github.com/kardeiz/serde_tuple" }, { + "authors": "Jacob Brown ", + "description": "Internal proc-macro crate for serde_tuple", + "license": "MIT", + "license_file": null, "name": "serde_tuple_macros", - "version": "1.0.1", - "authors": "Jacob Brown ", - "repository": "https://github.com/kardeiz/serde_tuple", - "license": "MIT", - "license_file": null, - "description": "Internal proc-macro crate for serde_tuple" + "repository": "https://github.com/kardeiz/serde_tuple" }, { - "name": "serde_urlencoded", - "version": "0.7.1", "authors": "Anthony Ramine ", - "repository": "https://github.com/nox/serde_urlencoded", + "description": "`x-www-form-urlencoded` meets Serde", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "`x-www-form-urlencoded` meets Serde" + "name": "serde_urlencoded", + "repository": "https://github.com/nox/serde_urlencoded" }, { + "authors": "RustCrypto Developers", + "description": "SHA-1 hash function", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "sha1", - "version": "0.10.6", - "authors": "RustCrypto Developers", - "repository": "https://github.com/RustCrypto/hashes", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "SHA-1 hash function" + "repository": "https://github.com/RustCrypto/hashes" }, { + "authors": "RustCrypto Developers", + "description": "Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "sha2", - "version": "0.10.9", - "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." + "repository": "https://github.com/RustCrypto/hashes" }, { - "name": "sharded-slab", - "version": "0.1.7", "authors": "Eliza Weisman ", - "repository": "https://github.com/hawkw/sharded-slab", + "description": "A lock-free concurrent slab.", "license": "MIT", "license_file": null, - "description": "A lock-free concurrent slab." + "name": "sharded-slab", + "repository": "https://github.com/hawkw/sharded-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", + "description": "Split a string into shell words, like Python's shlex.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Split a string into shell words, like Python's shlex." + "name": "shlex", + "repository": "https://github.com/comex/rust-shlex" }, { - "name": "signal-hook-registry", - "version": "1.4.5", "authors": "Michal 'vorner' Vaner |Masaki Hara ", - "repository": "https://github.com/vorner/signal-hook", + "description": "Backend crate for signal-hook", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Backend crate for signal-hook" + "name": "signal-hook-registry", + "repository": "https://github.com/vorner/signal-hook" }, { - "name": "simd-adler32", - "version": "0.3.7", "authors": "Marvin Countryman ", - "repository": "https://github.com/mcountryman/simd-adler32", + "description": "A SIMD-accelerated Adler-32 hash algorithm implementation.", "license": "MIT", "license_file": null, - "description": "A SIMD-accelerated Adler-32 hash algorithm implementation." + "name": "simd-adler32", + "repository": "https://github.com/mcountryman/simd-adler32" }, { - "name": "siphasher", - "version": "1.0.1", "authors": "Frank Denis ", - "repository": "https://github.com/jedisct1/rust-siphash", + "description": "SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "SipHash-2-4, SipHash-1-3 and 128-bit variants in pure Rust" + "name": "siphasher", + "repository": "https://github.com/jedisct1/rust-siphash" }, { - "name": "slab", - "version": "0.4.10", "authors": "Carl Lerche ", - "repository": "https://github.com/tokio-rs/slab", + "description": "Pre-allocated storage for a uniform data type", "license": "MIT", "license_file": null, - "description": "Pre-allocated storage for a uniform data type" + "name": "slab", + "repository": "https://github.com/tokio-rs/slab" }, { - "name": "slotmap", - "version": "1.0.7", "authors": "Orson Peters ", - "repository": "https://github.com/orlp/slotmap", + "description": "Slotmap data structure", "license": "Zlib", "license_file": null, - "description": "Slotmap data structure" + "name": "slotmap", + "repository": "https://github.com/orlp/slotmap" }, { - "name": "smallvec", - "version": "1.15.1", "authors": "The Servo Project Developers", - "repository": "https://github.com/servo/rust-smallvec", + "description": "'Small vector' optimization: store up to a small number of items on the stack", "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": "smallvec", + "repository": "https://github.com/servo/rust-smallvec" }, { + "authors": "Jake Goulding ", + "description": "An ergonomic error handling library", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "snafu", - "version": "0.8.6", - "authors": "Jake Goulding ", - "repository": "https://github.com/shepmaster/snafu", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "An ergonomic error handling library" + "repository": "https://github.com/shepmaster/snafu" }, { + "authors": "Jake Goulding ", + "description": "An ergonomic error handling library", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "snafu-derive", - "version": "0.8.6", - "authors": "Jake Goulding ", - "repository": "https://github.com/shepmaster/snafu", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "An ergonomic error handling library" + "repository": "https://github.com/shepmaster/snafu" }, { - "name": "snowflake", - "version": "1.3.0", "authors": "Steven Allen ", - "repository": "https://github.com/Stebalien/snowflake", + "description": "A module for generating guaranteed process unique IDs.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "A module for generating guaranteed process unique IDs." + "name": "snowflake", + "repository": "https://github.com/Stebalien/snowflake" }, { - "name": "socket2", - "version": "0.5.10", "authors": "Alex Crichton |Thomas de Zeeuw ", - "repository": "https://github.com/rust-lang/socket2", + "description": "Utilities for handling networking sockets with a maximal amount of configuration possible intended.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Utilities for handling networking sockets with a maximal amount of configuration possible intended." + "name": "socket2", + "repository": "https://github.com/rust-lang/socket2" }, { - "name": "spin", - "version": "0.9.8", "authors": "Mathijs van de Nes |John Ericson |Joshua Barretto ", - "repository": "https://github.com/mvdnes/spin-rs.git", + "description": "Spin-based synchronization primitives", "license": "MIT", "license_file": null, - "description": "Spin-based synchronization primitives" + "name": "spin", + "repository": "https://github.com/mvdnes/spin-rs.git" }, { - "name": "spin", - "version": "0.10.0", "authors": "Mathijs van de Nes |John Ericson |Joshua Barretto ", - "repository": "https://github.com/mvdnes/spin-rs.git", + "description": "Spin-based synchronization primitives", "license": "MIT", "license_file": null, - "description": "Spin-based synchronization primitives" + "name": "spin", + "repository": "https://github.com/mvdnes/spin-rs.git" }, { - "name": "spirv", - "version": "0.3.0+sdk-1.3.268.0", "authors": "Lei Zhang ", - "repository": "https://github.com/gfx-rs/rspirv", + "description": "Rust definition of SPIR-V structs and enums", "license": "Apache-2.0", "license_file": null, - "description": "Rust definition of SPIR-V structs and enums" + "name": "spirv", + "repository": "https://github.com/gfx-rs/rspirv" }, { - "name": "stable_deref_trait", - "version": "1.2.0", "authors": "Robert Grosse ", - "repository": "https://github.com/storyyeller/stable_deref_trait", + "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.", "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": "stable_deref_trait", + "repository": "https://github.com/storyyeller/stable_deref_trait" }, { - "name": "static_assertions", - "version": "1.1.0", "authors": "Nikolai Vazquez", - "repository": "https://github.com/nvzqz/static-assertions-rs", + "description": "Compile-time assertions to ensure that invariants are met.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Compile-time assertions to ensure that invariants are met." + "name": "static_assertions", + "repository": "https://github.com/nvzqz/static-assertions-rs" }, { + "authors": "The Servo Project Developers", + "description": "A string interning library for Rust, developed as part of the Servo project.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "string_cache", - "version": "0.8.9", - "authors": "The Servo Project Developers", - "repository": "https://github.com/servo/string-cache", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "A string interning library for Rust, developed as part of the Servo project." + "repository": "https://github.com/servo/string-cache" }, { + "authors": "The Servo Project Developers", + "description": "A codegen library for string-cache, developed as part of the Servo project.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "string_cache_codegen", - "version": "0.5.4", - "authors": "The Servo Project Developers", - "repository": "https://github.com/servo/string-cache", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "A codegen library for string-cache, developed as part of the Servo project." + "repository": "https://github.com/servo/string-cache" }, { - "name": "strsim", - "version": "0.11.1", "authors": "Danny Guo |maxbachmann ", - "repository": "https://github.com/rapidfuzz/strsim-rs", + "description": "Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.", "license": "MIT", "license_file": null, - "description": "Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice." + "name": "strsim", + "repository": "https://github.com/rapidfuzz/strsim-rs" }, { + "authors": "Peter Glotfelty ", + "description": "Helpful macros for working with enums and strings", + "license": "MIT", + "license_file": null, "name": "strum", - "version": "0.26.3", - "authors": "Peter Glotfelty ", - "repository": "https://github.com/Peternator7/strum", - "license": "MIT", - "license_file": null, - "description": "Helpful macros for working with enums and strings" + "repository": "https://github.com/Peternator7/strum" }, { + "authors": "Peter Glotfelty ", + "description": "Helpful macros for working with enums and strings", + "license": "MIT", + "license_file": null, "name": "strum", - "version": "0.27.2", - "authors": "Peter Glotfelty ", - "repository": "https://github.com/Peternator7/strum", - "license": "MIT", - "license_file": null, - "description": "Helpful macros for working with enums and strings" + "repository": "https://github.com/Peternator7/strum" }, { + "authors": "Peter Glotfelty ", + "description": "Helpful macros for working with enums and strings", + "license": "MIT", + "license_file": null, "name": "strum_macros", - "version": "0.26.4", - "authors": "Peter Glotfelty ", - "repository": "https://github.com/Peternator7/strum", - "license": "MIT", - "license_file": null, - "description": "Helpful macros for working with enums and strings" + "repository": "https://github.com/Peternator7/strum" }, { + "authors": "Peter Glotfelty ", + "description": "Helpful macros for working with enums and strings", + "license": "MIT", + "license_file": null, "name": "strum_macros", - "version": "0.27.1", - "authors": "Peter Glotfelty ", - "repository": "https://github.com/Peternator7/strum", - "license": "MIT", - "license_file": null, - "description": "Helpful macros for working with enums and strings" + "repository": "https://github.com/Peternator7/strum" }, { - "name": "subtle", - "version": "2.6.1", "authors": "Isis Lovecruft |Henry de Valence ", - "repository": "https://github.com/dalek-cryptography/subtle", + "description": "Pure-Rust traits and utilities for constant-time cryptographic implementations.", "license": "BSD-3-Clause", "license_file": null, - "description": "Pure-Rust traits and utilities for constant-time cryptographic implementations." + "name": "subtle", + "repository": "https://github.com/dalek-cryptography/subtle" }, { - "name": "syn", - "version": "1.0.109", "authors": "David Tolnay ", - "repository": "https://github.com/dtolnay/syn", + "description": "Parser for Rust source code", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Parser for Rust source code" + "name": "syn", + "repository": "https://github.com/dtolnay/syn" }, { - "name": "syn", - "version": "2.0.103", "authors": "David Tolnay ", - "repository": "https://github.com/dtolnay/syn", + "description": "Parser for Rust source code", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Parser for Rust source code" + "name": "syn", + "repository": "https://github.com/dtolnay/syn" }, { - "name": "sync_wrapper", - "version": "1.0.2", "authors": "Actyx AG ", - "repository": "https://github.com/Actyx/sync_wrapper", + "description": "A tool for enlisting the compiler's help in proving the absence of concurrency", "license": "Apache-2.0", "license_file": null, - "description": "A tool for enlisting the compiler's help in proving the absence of concurrency" + "name": "sync_wrapper", + "repository": "https://github.com/Actyx/sync_wrapper" }, { - "name": "synstructure", - "version": "0.13.2", "authors": "Nika Layzell ", - "repository": "https://github.com/mystor/synstructure", + "description": "Helper methods and macros for custom derives", "license": "MIT", "license_file": null, - "description": "Helper methods and macros for custom derives" + "name": "synstructure", + "repository": "https://github.com/mystor/synstructure" }, { - "name": "sysctl", - "version": "0.5.5", "authors": "Johannes Lundberg |Ivan Temchenko |Fabian Freyer ", - "repository": "https://github.com/johalun/sysctl-rs", + "description": "Simplified interface to libc::sysctl", "license": "MIT", "license_file": null, - "description": "Simplified interface to libc::sysctl" - }, - { "name": "sysctl", - "version": "0.6.0", - "authors": "Johannes Lundberg |Ivan Temchenko |Fabian Freyer ", - "repository": "https://github.com/johalun/sysctl-rs", - "license": "MIT", - "license_file": null, - "description": "Simplified interface to libc::sysctl" + "repository": "https://github.com/johalun/sysctl-rs" + }, + { + "authors": "Johannes Lundberg |Ivan Temchenko |Fabian Freyer ", + "description": "Simplified interface to libc::sysctl", + "license": "MIT", + "license_file": null, + "name": "sysctl", + "repository": "https://github.com/johalun/sysctl-rs" }, { - "name": "sysinfo", - "version": "0.33.1", "authors": "Guillaume Gomez ", - "repository": "https://github.com/GuillaumeGomez/sysinfo", + "description": "Library to get system information such as processes, CPUs, disks, components and networks", "license": "MIT", "license_file": null, - "description": "Library to get system information such as processes, CPUs, disks, components and networks" + "name": "sysinfo", + "repository": "https://github.com/GuillaumeGomez/sysinfo" }, { - "name": "systemstat", - "version": "0.2.4", "authors": "Val Packett ", - "repository": "https://github.com/valpackett/systemstat", + "description": "Get system information/statistics in a cross-platform way", "license": "Unlicense", "license_file": null, - "description": "Get system information/statistics in a cross-platform way" + "name": "systemstat", + "repository": "https://github.com/valpackett/systemstat" }, { - "name": "tempfile", - "version": "3.20.0", "authors": "Steven Allen |The Rust Project Developers|Ashley Mannix |Jason White ", - "repository": "https://github.com/Stebalien/tempfile", + "description": "A library for managing temporary files and directories.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "A library for managing temporary files and directories." + "name": "tempfile", + "repository": "https://github.com/Stebalien/tempfile" }, { - "name": "tendril", - "version": "0.4.3", "authors": "Keegan McAllister |Simon Sapin |Chris Morgan ", - "repository": "https://github.com/servo/tendril", + "description": "Compact buffer/string type for zero-copy parsing", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Compact buffer/string type for zero-copy parsing" + "name": "tendril", + "repository": "https://github.com/servo/tendril" }, { - "name": "termcolor", - "version": "1.4.1", "authors": "Andrew Gallant ", - "repository": "https://github.com/BurntSushi/termcolor", + "description": "A simple cross platform library for writing colored text to a terminal.", "license": "MIT OR Unlicense", "license_file": null, - "description": "A simple cross platform library for writing colored text to a terminal." + "name": "termcolor", + "repository": "https://github.com/BurntSushi/termcolor" }, { - "name": "text_placeholder", - "version": "0.5.1", "authors": "Bernardo Araujo ", - "repository": "https://github.com/bernardoamc/text-placeholder", + "description": "A flexible text template engine", "license": "MIT", "license_file": null, - "description": "A flexible text template engine" + "name": "text_placeholder", + "repository": "https://github.com/bernardoamc/text-placeholder" }, { + "authors": "David Tolnay ", + "description": "derive(Error)", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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)" + "repository": "https://github.com/dtolnay/thiserror" }, { + "authors": "David Tolnay ", + "description": "derive(Error)", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "thiserror", - "version": "2.0.12", - "authors": "David Tolnay ", - "repository": "https://github.com/dtolnay/thiserror", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "derive(Error)" + "repository": "https://github.com/dtolnay/thiserror" }, { + "authors": "David Tolnay ", + "description": "Implementation detail of the `thiserror` crate", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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" + "repository": "https://github.com/dtolnay/thiserror" }, { + "authors": "David Tolnay ", + "description": "Implementation detail of the `thiserror` crate", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "thiserror-impl", - "version": "2.0.12", - "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" + "repository": "https://github.com/dtolnay/thiserror" }, { - "name": "thread-tree", - "version": "0.3.3", "authors": "bluss <>", - "repository": "https://github.com/bluss/thread-tree", + "description": "A tree-structured thread pool for splitting jobs hierarchically on worker threads. The tree structure means that there is no contention between workers when delivering jobs.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "A tree-structured thread pool for splitting jobs hierarchically on worker threads. The tree structure means that there is no contention between workers when delivering jobs." + "name": "thread-tree", + "repository": "https://github.com/bluss/thread-tree" }, { - "name": "thread_local", - "version": "1.1.9", "authors": "Amanieu d'Antras ", - "repository": "https://github.com/Amanieu/thread_local-rs", + "description": "Per-object thread-local storage", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Per-object thread-local storage" + "name": "thread_local", + "repository": "https://github.com/Amanieu/thread_local-rs" }, { + "authors": "Jacob Pratt |Time contributors", + "description": "Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "time", - "version": "0.3.41", - "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]." + "repository": "https://github.com/time-rs/time" }, { + "authors": "Jacob Pratt |Time contributors", + "description": "This crate is an implementation detail and should not be relied upon directly.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "time-core", - "version": "0.1.4", - "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." + "repository": "https://github.com/time-rs/time" }, { + "authors": "Jacob Pratt |Time contributors", + "description": "Procedural macros for the time crate. This crate is an implementation detail and should not be relied upon directly.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "time-macros", - "version": "0.2.22", - "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." + "repository": "https://github.com/time-rs/time" }, { - "name": "tinystr", - "version": "0.8.1", "authors": "The ICU4X Project Developers", - "repository": "https://github.com/unicode-org/icu4x", + "description": "A small ASCII-only bounded length string representation.", "license": "Unicode-3.0", "license_file": null, - "description": "A small ASCII-only bounded length string representation." + "name": "tinystr", + "repository": "https://github.com/unicode-org/icu4x" }, { - "name": "tinyvec", - "version": "1.9.0", "authors": "Lokathor ", - "repository": "https://github.com/Lokathor/tinyvec", + "description": "`tinyvec` provides 100% safe vec-like data structures.", "license": "Apache-2.0 OR MIT OR Zlib", "license_file": null, - "description": "`tinyvec` provides 100% safe vec-like data structures." + "name": "tinyvec", + "repository": "https://github.com/Lokathor/tinyvec" }, { - "name": "tinyvec_macros", - "version": "0.1.1", "authors": "Soveu ", - "repository": "https://github.com/Soveu/tinyvec_macros", + "description": "Some macros for tiny containers", "license": "Apache-2.0 OR MIT OR Zlib", "license_file": null, - "description": "Some macros for tiny containers" + "name": "tinyvec_macros", + "repository": "https://github.com/Soveu/tinyvec_macros" }, { + "authors": "Tokio Contributors ", + "description": "An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications.", + "license": "MIT", + "license_file": null, "name": "tokio", - "version": "1.45.1", - "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." + "repository": "https://github.com/tokio-rs/tokio" }, { + "authors": "Tokio Contributors ", + "description": "Tokio's proc macros.", + "license": "MIT", + "license_file": null, "name": "tokio-macros", - "version": "2.5.0", - "authors": "Tokio Contributors ", - "repository": "https://github.com/tokio-rs/tokio", - "license": "MIT", - "license_file": null, - "description": "Tokio's proc macros." + "repository": "https://github.com/tokio-rs/tokio" }, { + "authors": "Tokio Contributors ", + "description": "An implementation of TLS/SSL streams for Tokio using native-tls giving an implementation of TLS for nonblocking I/O streams.", + "license": "MIT", + "license_file": null, "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." + "repository": "https://github.com/tokio-rs/tls" }, { + "authors": null, + "description": "Asynchronous TLS/SSL streams for Tokio using Rustls.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "tokio-rustls", - "version": "0.26.2", - "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." + "repository": "https://github.com/rustls/tokio-rustls" }, { + "authors": "Tokio Contributors ", + "description": "Additional utilities for working with Tokio.", + "license": "MIT", + "license_file": null, "name": "tokio-util", - "version": "0.7.15", - "authors": "Tokio Contributors ", - "repository": "https://github.com/tokio-rs/tokio", - "license": "MIT", - "license_file": null, - "description": "Additional utilities for working with Tokio." + "repository": "https://github.com/tokio-rs/tokio" }, { + "authors": null, + "description": "A TOML-compatible datetime type", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "toml_datetime", - "version": "0.6.11", - "authors": null, - "repository": "https://github.com/toml-rs/toml", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "A TOML-compatible datetime type" + "repository": "https://github.com/toml-rs/toml" }, { + "authors": null, + "description": "Yet another format-preserving TOML parser.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "toml_edit", - "version": "0.22.27", - "authors": null, - "repository": "https://github.com/toml-rs/toml", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Yet another format-preserving TOML parser." + "repository": "https://github.com/toml-rs/toml" }, { + "authors": null, + "description": "A low-level interface for writing out TOML", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "toml_write", - "version": "0.1.2", - "authors": null, - "repository": "https://github.com/toml-rs/toml", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "A low-level interface for writing out TOML" + "repository": "https://github.com/toml-rs/toml" }, { + "authors": "Tower Maintainers ", + "description": "Tower is a library of modular and reusable components for building robust clients and servers.", + "license": "MIT", + "license_file": null, "name": "tower", - "version": "0.5.2", - "authors": "Tower Maintainers ", - "repository": "https://github.com/tower-rs/tower", - "license": "MIT", - "license_file": null, - "description": "Tower is a library of modular and reusable components for building robust clients and servers." + "repository": "https://github.com/tower-rs/tower" }, { + "authors": "Tower Maintainers ", + "description": "Tower middleware and utilities for HTTP clients and servers", + "license": "MIT", + "license_file": null, "name": "tower-http", - "version": "0.6.6", - "authors": "Tower Maintainers ", - "repository": "https://github.com/tower-rs/tower-http", - "license": "MIT", - "license_file": null, - "description": "Tower middleware and utilities for HTTP clients and servers" + "repository": "https://github.com/tower-rs/tower-http" }, { + "authors": "Tower Maintainers ", + "description": "Decorates a `Service` to allow easy composition between `Service`s.", + "license": "MIT", + "license_file": null, "name": "tower-layer", - "version": "0.3.3", - "authors": "Tower Maintainers ", - "repository": "https://github.com/tower-rs/tower", - "license": "MIT", - "license_file": null, - "description": "Decorates a `Service` to allow easy composition between `Service`s." + "repository": "https://github.com/tower-rs/tower" }, { + "authors": "Tower Maintainers ", + "description": "Trait representing an asynchronous, request / response based, client or server.", + "license": "MIT", + "license_file": null, "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." + "repository": "https://github.com/tower-rs/tower" }, { - "name": "tracing", - "version": "0.1.41", "authors": "Eliza Weisman |Tokio Contributors ", - "repository": "https://github.com/tokio-rs/tracing", + "description": "Application-level tracing for Rust.", "license": "MIT", "license_file": null, - "description": "Application-level tracing for Rust." + "name": "tracing", + "repository": "https://github.com/tokio-rs/tracing" }, { - "name": "tracing-appender", - "version": "0.2.3", "authors": "Zeki Sherif |Tokio Contributors ", - "repository": "https://github.com/tokio-rs/tracing", + "description": "Provides utilities for file appenders and making non-blocking writers.", "license": "MIT", "license_file": null, - "description": "Provides utilities for file appenders and making non-blocking writers." + "name": "tracing-appender", + "repository": "https://github.com/tokio-rs/tracing" }, { - "name": "tracing-attributes", - "version": "0.1.29", "authors": "Tokio Contributors |Eliza Weisman |David Barsky ", - "repository": "https://github.com/tokio-rs/tracing", + "description": "Procedural macro attributes for automatically instrumenting functions.", "license": "MIT", "license_file": null, - "description": "Procedural macro attributes for automatically instrumenting functions." + "name": "tracing-attributes", + "repository": "https://github.com/tokio-rs/tracing" }, { + "authors": "Tokio Contributors ", + "description": "Core primitives for application-level tracing.", + "license": "MIT", + "license_file": null, "name": "tracing-core", - "version": "0.1.34", - "authors": "Tokio Contributors ", - "repository": "https://github.com/tokio-rs/tracing", - "license": "MIT", - "license_file": null, - "description": "Core primitives for application-level tracing." + "repository": "https://github.com/tokio-rs/tracing" }, { + "authors": "Tokio Contributors ", + "description": "Provides compatibility between `tracing` and the `log` crate.", + "license": "MIT", + "license_file": null, "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." + "repository": "https://github.com/tokio-rs/tracing" }, { - "name": "tracing-subscriber", - "version": "0.3.19", "authors": "Eliza Weisman |David Barsky |Tokio Contributors ", - "repository": "https://github.com/tokio-rs/tracing", + "description": "Utilities for implementing and composing `tracing` subscribers.", "license": "MIT", "license_file": null, - "description": "Utilities for implementing and composing `tracing` subscribers." + "name": "tracing-subscriber", + "repository": "https://github.com/tokio-rs/tracing" }, { + "authors": "Sean McArthur ", + "description": "A lightweight atomic lock.", + "license": "MIT", + "license_file": null, "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." + "repository": "https://github.com/seanmonstar/try-lock" }, { - "name": "type-map", - "version": "0.5.1", "authors": "Jacob Brown ", - "repository": "https://github.com/kardeiz/type-map", + "description": "Provides a typemap container with FxHashMap", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Provides a typemap container with FxHashMap" + "name": "type-map", + "repository": "https://github.com/kardeiz/type-map" }, { - "name": "typenum", - "version": "1.18.0", "authors": "Paho Lurie-Gregg |Andre Bogus ", - "repository": "https://github.com/paholg/typenum", + "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.", "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": "typenum", + "repository": "https://github.com/paholg/typenum" }, { - "name": "ug", - "version": "0.1.0", "authors": null, - "repository": "https://github.com/LaurentMazare/ug", + "description": "Micro compiler for tensor operations.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Micro compiler for tensor operations." + "name": "ug", + "repository": "https://github.com/LaurentMazare/ug" }, { + "authors": "The UNIC Project Developers", + "description": "UNIC — Unicode Character Tools — Character Property taxonomy, contracts and build macros", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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" + "repository": "https://github.com/open-i18n/rust-unic/" }, { + "authors": "The UNIC Project Developers", + "description": "UNIC — Unicode Character Tools — Character Range and Iteration", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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" + "repository": "https://github.com/open-i18n/rust-unic/" }, { + "authors": "The UNIC Project Developers", + "description": "UNIC — Common Utilities", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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" + "repository": "https://github.com/open-i18n/rust-unic/" }, { + "authors": "Zibi Braniecki ", + "description": "API for managing Unicode Language Identifiers", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "unic-langid", - "version": "0.9.6", - "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" + "repository": "https://github.com/zbraniecki/unic-locale" }, { + "authors": "Zibi Braniecki ", + "description": "API for managing Unicode Language Identifiers", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "unic-langid-impl", - "version": "0.9.6", - "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" + "repository": "https://github.com/zbraniecki/unic-locale" }, { + "authors": "Zibi Braniecki ", + "description": "API for managing Unicode Language Identifiers", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "unic-langid-macros", - "version": "0.9.6", - "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" + "repository": "https://github.com/zbraniecki/unic-locale" }, { + "authors": "Zibi Braniecki ", + "description": "API for managing Unicode Language Identifiers", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "unic-langid-macros-impl", - "version": "0.9.6", - "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" + "repository": "https://github.com/zbraniecki/unic-locale" }, { + "authors": "The UNIC Project Developers", + "description": "UNIC — Unicode Character Database — General Category", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "unic-ucd-category", - "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 — General Category" + "repository": "https://github.com/open-i18n/rust-unic/" }, { + "authors": "The UNIC Project Developers", + "description": "UNIC — Unicode Character Database — Version", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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" + "repository": "https://github.com/open-i18n/rust-unic/" }, { - "name": "unicase", - "version": "2.6.0", "authors": "Sean McArthur ", - "repository": "https://github.com/seanmonstar/unicase", + "description": "A case-insensitive wrapper around strings.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "A case-insensitive wrapper around strings." + "name": "unicase", + "repository": "https://github.com/seanmonstar/unicase" }, { - "name": "unicode-ident", - "version": "1.0.18", "authors": "David Tolnay ", - "repository": "https://github.com/dtolnay/unicode-ident", + "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31", "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-ident", + "repository": "https://github.com/dtolnay/unicode-ident" }, { + "authors": "kwantam |Manish Goregaokar ", + "description": "This crate provides functions for normalization of Unicode strings, including Canonical and Compatible Decomposition and Recomposition, as described in Unicode Standard Annex #15.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "unicode-normalization", - "version": "0.1.24", - "authors": "kwantam |Manish Goregaokar ", - "repository": "https://github.com/unicode-rs/unicode-normalization", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "This crate provides functions for normalization of Unicode strings, including Canonical and Compatible Decomposition and Recomposition, as described in Unicode Standard Annex #15." + "repository": "https://github.com/unicode-rs/unicode-normalization" }, { + "authors": "kwantam |Manish Goregaokar ", + "description": "This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "unicode-segmentation", - "version": "1.12.0", - "authors": "kwantam |Manish Goregaokar ", - "repository": "https://github.com/unicode-rs/unicode-segmentation", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules." + "repository": "https://github.com/unicode-rs/unicode-segmentation" }, { + "authors": "kwantam |Manish Goregaokar ", + "description": "Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "unicode-width", - "version": "0.2.1", - "authors": "kwantam |Manish Goregaokar ", - "repository": "https://github.com/unicode-rs/unicode-width", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules." + "repository": "https://github.com/unicode-rs/unicode-width" }, { - "name": "unicode-xid", - "version": "0.2.6", "authors": "erick.tryzelaar |kwantam |Manish Goregaokar ", - "repository": "https://github.com/unicode-rs/unicode-xid", + "description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31.", "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": "unicode-xid", + "repository": "https://github.com/unicode-rs/unicode-xid" }, { - "name": "untrusted", - "version": "0.9.0", "authors": "Brian Smith ", - "repository": "https://github.com/briansmith/untrusted", + "description": "Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs in Rust.", "license": "ISC", "license_file": null, - "description": "Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs in Rust." + "name": "untrusted", + "repository": "https://github.com/briansmith/untrusted" }, { - "name": "unty", - "version": "0.0.4", "authors": "Victor Koenders ", - "repository": "https://github.com/bincode-org/unty", + "description": "Explicitly types your generics", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Explicitly types your generics" + "name": "unty", + "repository": "https://github.com/bincode-org/unty" }, { - "name": "url", - "version": "2.5.4", "authors": "The rust-url developers", - "repository": "https://github.com/servo/rust-url", + "description": "URL library for Rust, based on the WHATWG URL Standard", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "URL library for Rust, based on the WHATWG URL Standard" + "name": "url", + "repository": "https://github.com/servo/rust-url" }, { - "name": "utf-8", - "version": "0.7.6", "authors": "Simon Sapin ", - "repository": "https://github.com/SimonSapin/rust-utf8", + "description": "Incremental, zero-copy UTF-8 decoding with error handling", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Incremental, zero-copy UTF-8 decoding with error handling" + "name": "utf-8", + "repository": "https://github.com/SimonSapin/rust-utf8" }, { - "name": "utf8_iter", - "version": "1.0.4", "authors": "Henri Sivonen ", - "repository": "https://github.com/hsivonen/utf8_iter", + "description": "Iterator by char over potentially-invalid UTF-8 in &[u8]", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Iterator by char over potentially-invalid UTF-8 in &[u8]" + "name": "utf8_iter", + "repository": "https://github.com/hsivonen/utf8_iter" }, { - "name": "uuid", - "version": "1.17.0", "authors": "Ashley Mannix|Dylan DPC|Hunar Roop Kahlon", - "repository": "https://github.com/uuid-rs/uuid", + "description": "A library to generate and parse UUIDs.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "A library to generate and parse UUIDs." + "name": "uuid", + "repository": "https://github.com/uuid-rs/uuid" }, { - "name": "valuable", - "version": "0.1.1", "authors": null, - "repository": "https://github.com/tokio-rs/valuable", + "description": "Object-safe value inspection, used to pass un-typed structured data across trait-object boundaries.", "license": "MIT", "license_file": null, - "description": "Object-safe value inspection, used to pass un-typed structured data across trait-object boundaries." + "name": "valuable", + "repository": "https://github.com/tokio-rs/valuable" }, { - "name": "variadics_please", - "version": "1.1.0", "authors": null, - "repository": "https://github.com/bevyengine/variadics_please", + "description": "Implement things as if rust had variadics", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Implement things as if rust had variadics" + "name": "variadics_please", + "repository": "https://github.com/bevyengine/variadics_please" }, { - "name": "vcpkg", - "version": "0.2.15", "authors": "Jim McGrath ", - "repository": "https://github.com/mcgoo/vcpkg-rs", + "description": "A library to find native dependencies in a vcpkg tree at build time in order to be used in Cargo build scripts.", "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": "vcpkg", + "repository": "https://github.com/mcgoo/vcpkg-rs" }, { - "name": "version_check", - "version": "0.9.5", "authors": "Sergio Benitez ", - "repository": "https://github.com/SergioBenitez/version_check", + "description": "Tiny crate to check the version of the installed/running rustc.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Tiny crate to check the version of the installed/running rustc." + "name": "version_check", + "repository": "https://github.com/SergioBenitez/version_check" }, { - "name": "walkdir", - "version": "2.5.0", "authors": "Andrew Gallant ", - "repository": "https://github.com/BurntSushi/walkdir", + "description": "Recursively walk a directory.", "license": "MIT OR Unlicense", "license_file": null, - "description": "Recursively walk a directory." + "name": "walkdir", + "repository": "https://github.com/BurntSushi/walkdir" }, { - "name": "want", - "version": "0.3.1", "authors": "Sean McArthur ", - "repository": "https://github.com/seanmonstar/want", + "description": "Detect when another Future wants a result.", "license": "MIT", "license_file": null, - "description": "Detect when another Future wants a result." + "name": "want", + "repository": "https://github.com/seanmonstar/want" }, { - "name": "wasi", - "version": "0.11.1+wasi-snapshot-preview1", "authors": "The Cranelift Project Developers", - "repository": "https://github.com/bytecodealliance/wasi", + "description": "Experimental WASI API bindings for Rust", "license": "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT", "license_file": null, - "description": "Experimental WASI API bindings for Rust" + "name": "wasi", + "repository": "https://github.com/bytecodealliance/wasi" }, { - "name": "wasi", - "version": "0.14.2+wasi-0.2.4", "authors": "The Cranelift Project Developers", - "repository": "https://github.com/bytecodealliance/wasi-rs", + "description": "WASI API bindings for Rust", "license": "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT", "license_file": null, - "description": "WASI API bindings for Rust" + "name": "wasi", + "repository": "https://github.com/bytecodealliance/wasi-rs" }, { - "name": "wasix", - "version": "0.12.21", "authors": "The Cranelift Project Developers|john-sharratt", - "repository": "https://github.com/wasix-org/wasix-abi-rust", + "description": "WASIX API bindings for Rust", "license": "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT", "license_file": null, - "description": "WASIX API bindings for Rust" + "name": "wasix", + "repository": "https://github.com/wasix-org/wasix-abi-rust" }, { + "authors": "The wasm-bindgen Developers", + "description": "Easy support for interacting between JS and Rust.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "wasm-bindgen", - "version": "0.2.100", - "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." + "repository": "https://github.com/rustwasm/wasm-bindgen" }, { + "authors": "The wasm-bindgen Developers", + "description": "Backend code generation of the wasm-bindgen tool", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "wasm-bindgen-backend", - "version": "0.2.100", - "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" + "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend" }, { + "authors": "The wasm-bindgen Developers", + "description": "Bridging the gap between Rust Futures and JavaScript Promises", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "wasm-bindgen-futures", - "version": "0.4.50", - "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" + "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures" }, { + "authors": "The wasm-bindgen Developers", + "description": "Definition of the `#[wasm_bindgen]` attribute, an internal dependency", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "wasm-bindgen-macro", - "version": "0.2.100", - "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" + "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro" }, { + "authors": "The wasm-bindgen Developers", + "description": "The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "wasm-bindgen-macro-support", - "version": "0.2.100", - "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" + "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support" }, { + "authors": "The wasm-bindgen Developers", + "description": "Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "wasm-bindgen-shared", - "version": "0.2.100", - "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." + "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared" }, { - "name": "wasm-streams", - "version": "0.4.2", "authors": "Mattias Buelens ", - "repository": "https://github.com/MattiasBuelens/wasm-streams/", + "description": "Bridging between web streams and Rust streams using WebAssembly", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Bridging between web streams and Rust streams using WebAssembly" + "name": "wasm-streams", + "repository": "https://github.com/MattiasBuelens/wasm-streams/" }, { - "name": "web-sys", - "version": "0.3.77", "authors": "The wasm-bindgen Developers", - "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys", + "description": "Bindings for all Web APIs, a procedurally generated crate from WebIDL", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Bindings for all Web APIs, a procedurally generated crate from WebIDL" + "name": "web-sys", + "repository": "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys" }, { + "authors": null, + "description": "Drop-in replacement for std::time for Wasm in browsers", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "web-time", - "version": "1.1.0", - "authors": null, - "repository": "https://github.com/daxpedda/web-time", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Drop-in replacement for std::time for Wasm in browsers" + "repository": "https://github.com/daxpedda/web-time" }, { - "name": "web_atoms", - "version": "0.1.3", "authors": "The html5ever Project Developers", - "repository": "https://github.com/servo/html5ever", + "description": "Atoms for xml5ever and html5ever", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Atoms for xml5ever and html5ever" + "name": "web_atoms", + "repository": "https://github.com/servo/html5ever" }, { - "name": "webpki-roots", - "version": "1.0.0", "authors": null, - "repository": "https://github.com/rustls/webpki-roots", + "description": "Mozilla's CA root certificates for use with webpki", "license": "CDLA-Permissive-2.0", "license_file": null, - "description": "Mozilla's CA root certificates for use with webpki" + "name": "webpki-roots", + "repository": "https://github.com/rustls/webpki-roots" }, { + "authors": "gfx-rs developers", + "description": "Cross-platform, safe, pure-rust graphics API", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "wgpu", - "version": "25.0.2", - "authors": "gfx-rs developers", - "repository": "https://github.com/gfx-rs/wgpu", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Cross-platform, safe, pure-rust graphics API" + "repository": "https://github.com/gfx-rs/wgpu" }, { + "authors": "gfx-rs developers", + "description": "Core implementation logic of wgpu, the cross-platform, safe, pure-rust graphics API", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "wgpu-core", - "version": "25.0.2", - "authors": "gfx-rs developers", - "repository": "https://github.com/gfx-rs/wgpu", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Core implementation logic of wgpu, the cross-platform, safe, pure-rust graphics API" + "repository": "https://github.com/gfx-rs/wgpu" }, { + "authors": "gfx-rs developers", + "description": "Feature unification helper crate for Apple platforms", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "wgpu-core-deps-apple", - "version": "25.0.0", - "authors": "gfx-rs developers", - "repository": "https://github.com/gfx-rs/wgpu", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Feature unification helper crate for Apple platforms" + "repository": "https://github.com/gfx-rs/wgpu" }, { + "authors": "gfx-rs developers", + "description": "Feature unification helper crate for the Emscripten platform", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "wgpu-core-deps-emscripten", - "version": "25.0.0", - "authors": "gfx-rs developers", - "repository": "https://github.com/gfx-rs/wgpu", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Feature unification helper crate for the Emscripten platform" + "repository": "https://github.com/gfx-rs/wgpu" }, { + "authors": "gfx-rs developers", + "description": "Feature unification helper crate for the Windows/Linux/Android platforms", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "wgpu-core-deps-windows-linux-android", - "version": "25.0.0", - "authors": "gfx-rs developers", - "repository": "https://github.com/gfx-rs/wgpu", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Feature unification helper crate for the Windows/Linux/Android platforms" + "repository": "https://github.com/gfx-rs/wgpu" }, { + "authors": "gfx-rs developers", + "description": "Hardware abstraction layer for wgpu, the cross-platform, safe, pure-rust graphics API", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "wgpu-hal", - "version": "25.0.2", - "authors": "gfx-rs developers", - "repository": "https://github.com/gfx-rs/wgpu", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Hardware abstraction layer for wgpu, the cross-platform, safe, pure-rust graphics API" + "repository": "https://github.com/gfx-rs/wgpu" }, { + "authors": "gfx-rs developers", + "description": "Common types and utilities for wgpu, the cross-platform, safe, pure-rust graphics API", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "wgpu-types", - "version": "25.0.0", - "authors": "gfx-rs developers", - "repository": "https://github.com/gfx-rs/wgpu", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Common types and utilities for wgpu, the cross-platform, safe, pure-rust graphics API" + "repository": "https://github.com/gfx-rs/wgpu" }, { + "authors": "Peter Atashian ", + "description": "Raw FFI bindings for all of Windows API.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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." + "repository": "https://github.com/retep998/winapi-rs" }, { + "authors": "Peter Atashian ", + "description": "Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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." + "repository": "https://github.com/retep998/winapi-rs" }, { - "name": "winapi-util", - "version": "0.1.9", "authors": "Andrew Gallant ", - "repository": "https://github.com/BurntSushi/winapi-util", + "description": "A dumping ground for high level safe wrappers over windows-sys.", "license": "MIT OR Unlicense", "license_file": null, - "description": "A dumping ground for high level safe wrappers over windows-sys." + "name": "winapi-util", + "repository": "https://github.com/BurntSushi/winapi-util" }, { - "name": "winapi-x86_64-pc-windows-gnu", - "version": "0.4.0", "authors": "Peter Atashian ", - "repository": "https://github.com/retep998/winapi-rs", + "description": "Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.", "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": "winapi-x86_64-pc-windows-gnu", + "repository": "https://github.com/retep998/winapi-rs" }, { - "name": "windows", - "version": "0.56.0", "authors": "Microsoft", - "repository": "https://github.com/microsoft/windows-rs", + "description": "Rust for Windows", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Rust for Windows" - }, - { "name": "windows", - "version": "0.58.0", - "authors": "Microsoft", - "repository": "https://github.com/microsoft/windows-rs", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Rust for Windows" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "Rust for Windows", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "windows", - "version": "0.61.3", - "authors": "Microsoft", - "repository": "https://github.com/microsoft/windows-rs", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Rust for Windows" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "Rust for Windows", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "name": "windows", + "repository": "https://github.com/microsoft/windows-rs" + }, + { + "authors": null, + "description": "Windows collection types", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "windows-collections", - "version": "0.2.0", + "repository": "https://github.com/microsoft/windows-rs" + }, + { + "authors": "Microsoft", + "description": "Rust for Windows", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "name": "windows-core", + "repository": "https://github.com/microsoft/windows-rs" + }, + { + "authors": "Microsoft", + "description": "Rust for Windows", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "name": "windows-core", + "repository": "https://github.com/microsoft/windows-rs" + }, + { + "authors": "Microsoft", + "description": "Core type support for COM and Windows", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "name": "windows-core", + "repository": "https://github.com/microsoft/windows-rs" + }, + { "authors": null, - "repository": "https://github.com/microsoft/windows-rs", + "description": "Windows async types", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Windows collection types" - }, - { - "name": "windows-core", - "version": "0.56.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.58.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.61.2", - "authors": "Microsoft", - "repository": "https://github.com/microsoft/windows-rs", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Core type support for COM and Windows" - }, - { "name": "windows-future", - "version": "0.2.1", - "authors": null, - "repository": "https://github.com/microsoft/windows-rs", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Windows async types" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "The implement macro for the windows crate", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "windows-implement", - "version": "0.56.0", - "authors": "Microsoft", - "repository": "https://github.com/microsoft/windows-rs", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "The implement macro for the windows crate" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "The implement macro for the windows crate", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "windows-implement", - "version": "0.58.0", - "authors": "Microsoft", - "repository": "https://github.com/microsoft/windows-rs", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "The implement macro for the windows crate" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "The implement macro for the windows crate", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "windows-implement", - "version": "0.60.0", - "authors": "Microsoft", - "repository": "https://github.com/microsoft/windows-rs", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "The implement macro for the windows crate" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "The interface macro for the windows crate", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "windows-interface", - "version": "0.56.0", - "authors": "Microsoft", - "repository": "https://github.com/microsoft/windows-rs", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "The interface macro for the windows crate" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "The interface macro for the windows crate", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "windows-interface", - "version": "0.58.0", - "authors": "Microsoft", - "repository": "https://github.com/microsoft/windows-rs", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "The interface macro for the windows crate" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "The interface macro for the windows crate", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "windows-interface", - "version": "0.59.1", - "authors": "Microsoft", - "repository": "https://github.com/microsoft/windows-rs", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "The interface macro for the windows crate" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "Linking for Windows", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "windows-link", - "version": "0.1.3", - "authors": "Microsoft", - "repository": "https://github.com/microsoft/windows-rs", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Linking for Windows" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": null, + "description": "Windows numeric types", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "windows-numerics", - "version": "0.2.0", - "authors": null, - "repository": "https://github.com/microsoft/windows-rs", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Windows numeric types" + "repository": "https://github.com/microsoft/windows-rs" }, { - "name": "windows-result", - "version": "0.1.2", "authors": "Microsoft", - "repository": "https://github.com/microsoft/windows-rs", + "description": "Windows error handling", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Windows error handling" - }, - { "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" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "Windows error handling", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "windows-result", - "version": "0.3.4", - "authors": "Microsoft", - "repository": "https://github.com/microsoft/windows-rs", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Windows error handling" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "Windows error handling", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "name": "windows-result", + "repository": "https://github.com/microsoft/windows-rs" + }, + { + "authors": "Microsoft", + "description": "Rust for Windows", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "Windows string types", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "windows-strings", - "version": "0.4.2", - "authors": "Microsoft", - "repository": "https://github.com/microsoft/windows-rs", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Windows string types" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "Rust for Windows", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "Rust for Windows", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "Rust for Windows", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "Rust for Windows", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "windows-sys", - "version": "0.60.2", - "authors": "Microsoft", - "repository": "https://github.com/microsoft/windows-rs", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Rust for Windows" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "Import libs for Windows", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "Import libs for Windows", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "Import libs for Windows", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "windows-targets", - "version": "0.53.2", - "authors": "Microsoft", - "repository": "https://github.com/microsoft/windows-rs", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Import libs for Windows" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "Windows threading", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "windows-threading", - "version": "0.1.0", - "authors": "Microsoft", - "repository": "https://github.com/microsoft/windows-rs", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Windows threading" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "Import lib for Windows", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "Import lib for Windows", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "Import lib for Windows", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "windows_aarch64_gnullvm", - "version": "0.53.0", - "authors": "Microsoft", - "repository": "https://github.com/microsoft/windows-rs", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Import lib for Windows" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "Import lib for Windows", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "Import lib for Windows", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "Import lib for Windows", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "windows_aarch64_msvc", - "version": "0.53.0", - "authors": "Microsoft", - "repository": "https://github.com/microsoft/windows-rs", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Import lib for Windows" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "Import lib for Windows", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "Import lib for Windows", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "Import lib for Windows", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "windows_i686_gnu", - "version": "0.53.0", - "authors": "Microsoft", - "repository": "https://github.com/microsoft/windows-rs", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Import lib for Windows" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "Import lib for Windows", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "Import lib for Windows", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "windows_i686_gnullvm", - "version": "0.53.0", - "authors": "Microsoft", - "repository": "https://github.com/microsoft/windows-rs", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Import lib for Windows" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "Import lib for Windows", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "Import lib for Windows", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "Import lib for Windows", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "windows_i686_msvc", - "version": "0.53.0", - "authors": "Microsoft", - "repository": "https://github.com/microsoft/windows-rs", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Import lib for Windows" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "Import lib for Windows", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "Import lib for Windows", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "Import lib for Windows", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "windows_x86_64_gnu", - "version": "0.53.0", - "authors": "Microsoft", - "repository": "https://github.com/microsoft/windows-rs", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Import lib for Windows" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "Import lib for Windows", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "Import lib for Windows", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "Import lib for Windows", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "windows_x86_64_gnullvm", - "version": "0.53.0", - "authors": "Microsoft", - "repository": "https://github.com/microsoft/windows-rs", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Import lib for Windows" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "Import lib for Windows", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "Import lib for Windows", + "license": "Apache-2.0 OR MIT", + "license_file": null, "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" + "repository": "https://github.com/microsoft/windows-rs" }, { + "authors": "Microsoft", + "description": "Import lib for Windows", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "windows_x86_64_msvc", - "version": "0.53.0", - "authors": "Microsoft", - "repository": "https://github.com/microsoft/windows-rs", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Import lib for Windows" + "repository": "https://github.com/microsoft/windows-rs" }, { - "name": "winnow", - "version": "0.7.11", "authors": null, - "repository": "https://github.com/winnow-rs/winnow", + "description": "A byte-oriented, zero-copy, parser combinators library", "license": "MIT", "license_file": null, - "description": "A byte-oriented, zero-copy, parser combinators library" + "name": "winnow", + "repository": "https://github.com/winnow-rs/winnow" }, { - "name": "wiremock", - "version": "0.6.3", "authors": "Luca Palmieri ", - "repository": "https://github.com/LukeMathWalker/wiremock-rs", + "description": "HTTP mocking to test Rust applications.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "HTTP mocking to test Rust applications." + "name": "wiremock", + "repository": "https://github.com/LukeMathWalker/wiremock-rs" }, { - "name": "wit-bindgen-rt", - "version": "0.39.0", "authors": null, - "repository": "https://github.com/bytecodealliance/wit-bindgen", + "description": "Runtime support for the `wit-bindgen` crate", "license": "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT", "license_file": null, - "description": "Runtime support for the `wit-bindgen` crate" + "name": "wit-bindgen-rt", + "repository": "https://github.com/bytecodealliance/wit-bindgen" }, { - "name": "wrapcenum-derive", - "version": "0.4.1", "authors": "Cldfire", - "repository": "https://github.com/Cldfire/wrapcenum-derive", + "description": "Derive macro for nvml-wrapper, not for general use", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Derive macro for nvml-wrapper, not for general use" + "name": "wrapcenum-derive", + "repository": "https://github.com/Cldfire/wrapcenum-derive" }, { + "authors": "The ICU4X Project Developers", + "description": "A more efficient alternative to fmt::Display", + "license": "Unicode-3.0", + "license_file": null, "name": "writeable", - "version": "0.6.1", - "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" + "repository": "https://github.com/unicode-org/icu4x" }, { - "name": "xml-rs", - "version": "0.8.26", "authors": "Vladimir Matveev ", - "repository": "https://github.com/kornelski/xml-rs", + "description": "An XML library in pure Rust", "license": "MIT", "license_file": null, - "description": "An XML library in pure Rust" + "name": "xml-rs", + "repository": "https://github.com/kornelski/xml-rs" }, { + "authors": "Manish Goregaokar ", + "description": "Abstraction allowing borrowed data to be carried along with the backing data it borrows from", + "license": "Unicode-3.0", + "license_file": null, "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" + "repository": "https://github.com/unicode-org/icu4x" }, { + "authors": "Manish Goregaokar ", + "description": "Abstraction allowing borrowed data to be carried along with the backing data it borrows from", + "license": "Unicode-3.0", + "license_file": null, "name": "yoke", - "version": "0.8.0", - "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" + "repository": "https://github.com/unicode-org/icu4x" }, { + "authors": "Manish Goregaokar ", + "description": "Custom derive for the yoke crate", + "license": "Unicode-3.0", + "license_file": null, "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" + "repository": "https://github.com/unicode-org/icu4x" }, { + "authors": "Manish Goregaokar ", + "description": "Custom derive for the yoke crate", + "license": "Unicode-3.0", + "license_file": null, "name": "yoke-derive", - "version": "0.8.0", - "authors": "Manish Goregaokar ", - "repository": "https://github.com/unicode-org/icu4x", - "license": "Unicode-3.0", - "license_file": null, - "description": "Custom derive for the yoke crate" + "repository": "https://github.com/unicode-org/icu4x" }, { + "authors": "Joshua Liebow-Feeser |Jack Wrenn ", + "description": "Zerocopy makes zero-cost memory manipulation effortless. We write \"unsafe\" so you don't have to.", + "license": "Apache-2.0 OR BSD-2-Clause OR MIT", + "license_file": null, "name": "zerocopy", - "version": "0.8.25", - "authors": "Joshua Liebow-Feeser |Jack Wrenn ", - "repository": "https://github.com/google/zerocopy", - "license": "Apache-2.0 OR BSD-2-Clause OR MIT", - "license_file": null, - "description": "Zerocopy makes zero-cost memory manipulation effortless. We write \"unsafe\" so you don't have to." + "repository": "https://github.com/google/zerocopy" }, { + "authors": "Joshua Liebow-Feeser |Jack Wrenn ", + "description": "Custom derive for traits from the zerocopy crate", + "license": "Apache-2.0 OR BSD-2-Clause OR MIT", + "license_file": null, "name": "zerocopy-derive", - "version": "0.8.25", - "authors": "Joshua Liebow-Feeser |Jack Wrenn ", - "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" + "repository": "https://github.com/google/zerocopy" }, { + "authors": "Manish Goregaokar ", + "description": "ZeroFrom trait for constructing", + "license": "Unicode-3.0", + "license_file": null, "name": "zerofrom", - "version": "0.1.6", - "authors": "Manish Goregaokar ", - "repository": "https://github.com/unicode-org/icu4x", - "license": "Unicode-3.0", - "license_file": null, - "description": "ZeroFrom trait for constructing" + "repository": "https://github.com/unicode-org/icu4x" }, { + "authors": "Manish Goregaokar ", + "description": "Custom derive for the zerofrom crate", + "license": "Unicode-3.0", + "license_file": null, "name": "zerofrom-derive", - "version": "0.1.6", - "authors": "Manish Goregaokar ", - "repository": "https://github.com/unicode-org/icu4x", - "license": "Unicode-3.0", - "license_file": null, - "description": "Custom derive for the zerofrom crate" + "repository": "https://github.com/unicode-org/icu4x" }, { - "name": "zeroize", - "version": "1.8.1", "authors": "The RustCrypto Project Developers", - "repository": "https://github.com/RustCrypto/utils/tree/master/zeroize", + "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!", "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": "zeroize", + "repository": "https://github.com/RustCrypto/utils/tree/master/zeroize" }, { + "authors": "The ICU4X Project Developers", + "description": "A data structure that efficiently maps strings to integers", + "license": "Unicode-3.0", + "license_file": null, "name": "zerotrie", - "version": "0.2.2", - "authors": "The ICU4X Project Developers", - "repository": "https://github.com/unicode-org/icu4x", - "license": "Unicode-3.0", - "license_file": null, - "description": "A data structure that efficiently maps strings to integers" + "repository": "https://github.com/unicode-org/icu4x" }, { + "authors": "The ICU4X Project Developers", + "description": "Zero-copy vector backed by a byte array", + "license": "Unicode-3.0", + "license_file": null, "name": "zerovec", - "version": "0.11.2", - "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" + "repository": "https://github.com/unicode-org/icu4x" }, { - "name": "zerovec-derive", - "version": "0.11.1", "authors": "Manish Goregaokar ", - "repository": "https://github.com/unicode-org/icu4x", + "description": "Custom derive for the zerovec crate", "license": "Unicode-3.0", "license_file": null, - "description": "Custom derive for the zerovec crate" + "name": "zerovec-derive", + "repository": "https://github.com/unicode-org/icu4x" }, { - "name": "zip", - "version": "1.1.4", "authors": "Mathijs van de Nes |Marli Frost |Ryan Levick |Chris Hennick ", - "repository": "https://github.com/zip-rs/zip2.git", + "description": "Library to support the reading and writing of zip files.", "license": "MIT", "license_file": null, - "description": "Library to support the reading and writing of zip files." + "name": "zip", + "repository": "https://github.com/zip-rs/zip2.git" }, { - "name": "zip", - "version": "4.1.0", "authors": "Mathijs van de Nes |Marli Frost |Ryan Levick |Chris Hennick ", - "repository": "https://github.com/zip-rs/zip2.git", + "description": "Library to support the reading and writing of zip files.", "license": "MIT", "license_file": null, - "description": "Library to support the reading and writing of zip files." + "name": "zip", + "repository": "https://github.com/zip-rs/zip2.git" }, { - "name": "zlib-rs", - "version": "0.5.1", "authors": null, - "repository": "https://github.com/trifectatechfoundation/zlib-rs", + "description": "A memory-safe zlib implementation written in rust", "license": "Zlib", "license_file": null, - "description": "A memory-safe zlib implementation written in rust" + "name": "zlib-rs", + "repository": "https://github.com/trifectatechfoundation/zlib-rs" }, { - "name": "zopfli", - "version": "0.8.2", "authors": null, - "repository": "https://github.com/zopfli-rs/zopfli", + "description": "A Rust implementation of the Zopfli compression algorithm.", "license": "Apache-2.0", "license_file": null, - "description": "A Rust implementation of the Zopfli compression algorithm." + "name": "zopfli", + "repository": "https://github.com/zopfli-rs/zopfli" }, { - "name": "zstd", - "version": "0.13.3", "authors": "Alexandre Bury ", - "repository": "https://github.com/gyscos/zstd-rs", + "description": "Binding for the zstd compression library.", "license": "MIT", "license_file": null, - "description": "Binding for the zstd compression library." + "name": "zstd", + "repository": "https://github.com/gyscos/zstd-rs" }, { + "authors": "Alexandre Bury ", + "description": "Safe low-level bindings for the zstd compression library.", + "license": "Apache-2.0 OR MIT", + "license_file": null, "name": "zstd-safe", - "version": "7.2.4", - "authors": "Alexandre Bury ", - "repository": "https://github.com/gyscos/zstd-rs", - "license": "Apache-2.0 OR MIT", - "license_file": null, - "description": "Safe low-level bindings for the zstd compression library." + "repository": "https://github.com/gyscos/zstd-rs" }, { - "name": "zstd-sys", - "version": "2.0.15+zstd.1.5.7", "authors": "Alexandre Bury ", - "repository": "https://github.com/gyscos/zstd-rs", + "description": "Low-level bindings for the zstd compression library.", "license": "Apache-2.0 OR MIT", "license_file": null, - "description": "Low-level bindings for the zstd compression library." + "name": "zstd-sys", + "repository": "https://github.com/gyscos/zstd-rs" } -] +] \ No newline at end of file diff --git a/qt/mac/anki_mac_helper/__init__.py b/qt/mac/anki_mac_helper/__init__.py index a0adb469e..88dfedc8d 100644 --- a/qt/mac/anki_mac_helper/__init__.py +++ b/qt/mac/anki_mac_helper/__init__.py @@ -33,6 +33,12 @@ class _MacOSHelper: "On completion, file should be saved if no error has arrived." self._dll.end_wav_record() + def disable_appnap(self) -> None: + self._dll.disable_appnap() + + def enable_appnap(self) -> None: + self._dll.enable_appnap() + # this must not be overwritten or deallocated @CFUNCTYPE(None, c_char_p) # type: ignore diff --git a/qt/mac/appnap.swift b/qt/mac/appnap.swift new file mode 100644 index 000000000..1e6db3d17 --- /dev/null +++ b/qt/mac/appnap.swift @@ -0,0 +1,25 @@ +// Copyright: Ankitects Pty Ltd and contributors +// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html + +import Foundation + +private var currentActivity: NSObjectProtocol? + +@_cdecl("disable_appnap") +public func disableAppNap() { + // No-op if already assigned + guard currentActivity == nil else { return } + + currentActivity = ProcessInfo.processInfo.beginActivity( + options: .userInitiatedAllowingIdleSystemSleep, + reason: "AppNap is disabled" + ) +} + +@_cdecl("enable_appnap") +public func enableAppNap() { + guard let activity = currentActivity else { return } + + ProcessInfo.processInfo.endActivity(activity) + currentActivity = nil +} \ No newline at end of file diff --git a/qt/mac/build.sh b/qt/mac/build.sh index 4c14a13f4..06a34ad36 100755 --- a/qt/mac/build.sh +++ b/qt/mac/build.sh @@ -15,6 +15,7 @@ echo "Building macOS helper dylib..." # Create the wheel using uv echo "Creating wheel..." cd "$SCRIPT_DIR" +rm -rf dist "$PROJ_ROOT/out/extracted/uv/uv" build --wheel echo "Build complete!" diff --git a/qt/mac/helper_build.py b/qt/mac/helper_build.py index aaf997669..cfdffeb89 100644 --- a/qt/mac/helper_build.py +++ b/qt/mac/helper_build.py @@ -1,8 +1,6 @@ # Copyright: Ankitects Pty Ltd and contributors # License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html -import os -import platform import subprocess import sys from pathlib import Path diff --git a/qt/mac/pyproject.toml b/qt/mac/pyproject.toml index 93f4e939b..ec78845d6 100644 --- a/qt/mac/pyproject.toml +++ b/qt/mac/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "anki-mac-helper" -version = "0.1.0" +version = "0.1.1" description = "Small support library for Anki on Macs" requires-python = ">=3.9" license = { text = "AGPL-3.0-or-later" } diff --git a/qt/mac/update-launcher-env b/qt/mac/update-launcher-env new file mode 100755 index 000000000..3150d1740 --- /dev/null +++ b/qt/mac/update-launcher-env @@ -0,0 +1,14 @@ +#!/bin/bash +# +# Build and install into the launcher venv + +set -e + +./build.sh +if [[ "$OSTYPE" == "darwin"* ]]; then + export VIRTUAL_ENV=$HOME/Library/Application\ Support/AnkiProgramFiles/.venv +else + export VIRTUAL_ENV=$HOME/.local/share/AnkiProgramFiles/.venv +fi +../../out/extracted/uv/uv pip install dist/*.whl + diff --git a/qt/pyproject.toml b/qt/pyproject.toml index 1ff34f59d..35ecaa200 100644 --- a/qt/pyproject.toml +++ b/qt/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "send2trash", "waitress>=2.0.0", "pywin32; sys.platform == 'win32'", - "anki-mac-helper; sys.platform == 'darwin'", + "anki-mac-helper>=0.1.1; sys.platform == 'darwin'", "pip-system-certs!=5.1", "pyqt6>=6.2", "pyqt6-webengine>=6.2", diff --git a/rslib/src/scheduler/fsrs/memory_state.rs b/rslib/src/scheduler/fsrs/memory_state.rs index 062f5bcca..420ead5a3 100644 --- a/rslib/src/scheduler/fsrs/memory_state.rs +++ b/rslib/src/scheduler/fsrs/memory_state.rs @@ -99,8 +99,6 @@ impl Collection { historical_retention.unwrap_or(0.9), ignore_before, )?; - let preset_desired_retention = - req.as_ref().map(|w| w.preset_desired_retention).unwrap(); let mut progress = self.new_progress_handler::(); progress.update(false, |s| s.total_cards = items.len() as u32)?; for (idx, (card_id, item)) in items.into_iter().enumerate() { @@ -108,6 +106,7 @@ impl Collection { let mut card = self.storage.get_card(card_id)?.or_not_found(card_id)?; let original = card.clone(); if let Some(req) = &req { + let preset_desired_retention = req.preset_desired_retention; // Store decay and desired retention in the card so that add-ons, card info, // stats and browser search/sorts don't need to access the deck config. // Unlike memory states, scheduler doesn't use decay and dr stored in the card. diff --git a/tools/minilints/Cargo.toml b/tools/minilints/Cargo.toml index bb6629f38..782fc8f78 100644 --- a/tools/minilints/Cargo.toml +++ b/tools/minilints/Cargo.toml @@ -12,5 +12,6 @@ anki_io.workspace = true anki_process.workspace = true anyhow.workspace = true camino.workspace = true +serde_json.workspace = true walkdir.workspace = true which.workspace = true diff --git a/tools/minilints/src/main.rs b/tools/minilints/src/main.rs index 37e213570..c99fbe06e 100644 --- a/tools/minilints/src/main.rs +++ b/tools/minilints/src/main.rs @@ -2,6 +2,7 @@ // License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html use std::cell::LazyCell; +use std::collections::BTreeMap; use std::collections::HashSet; use std::env; use std::fs; @@ -148,7 +149,7 @@ impl LintContext { if last_author == "49699333+dependabot[bot]@users.noreply.github.com" { println!("Dependabot whitelisted."); - return Ok(()); + std::process::exit(0); } else if all_contributors.contains(last_author.as_str()) { return Ok(()); } @@ -267,5 +268,16 @@ fn generate_licences() -> Result { "--manifest-path", "rslib/Cargo.toml", ])?; - Ok(output.stdout) + + let licenses: Vec> = serde_json::from_str(&output.stdout)?; + + let filtered: Vec> = licenses + .into_iter() + .map(|mut entry| { + entry.remove("version"); + entry + }) + .collect(); + + Ok(serde_json::to_string_pretty(&filtered)?) } diff --git a/uv.lock b/uv.lock index d4277425a..b470d007d 100644 --- a/uv.lock +++ b/uv.lock @@ -147,10 +147,10 @@ dev = [ [[package]] name = "anki-mac-helper" -version = "0.1.0" +version = "0.1.1" source = { registry = "https://pypi.org/simple" } wheels = [ - { url = "https://files.pythonhosted.org/packages/b3/9f/c4d3e635ddbd2c6c24ff5454e96900fd2061b9abbb0198b9283446780d08/anki_mac_helper-0.1.0-py3-none-any.whl", hash = "sha256:ed449aba27ea3bc7999054afa10dacf08ef856ed7af46526d9c8599d8179a618", size = 40637, upload-time = "2025-06-19T14:38:07.672Z" }, + { url = "https://files.pythonhosted.org/packages/40/82/edb6194704defec181dddce8bc6a53c4afc72fa1f2bb4d68ffe244567767/anki_mac_helper-0.1.1-py3-none-any.whl", hash = "sha256:774a69cf9f0fe6d4b54949e2d6588a54a76ff51e78cbfc26b527d1ed3c5b34e3", size = 41812, upload-time = "2025-08-19T09:43:50.345Z" }, ] [[package]] @@ -214,7 +214,7 @@ qt68 = [ [package.metadata] requires-dist = [ { name = "anki-audio", marker = "(sys_platform == 'darwin' and extra == 'audio') or (sys_platform == 'win32' and extra == 'audio')", specifier = "==0.1.0" }, - { name = "anki-mac-helper", marker = "sys_platform == 'darwin'" }, + { name = "anki-mac-helper", marker = "sys_platform == 'darwin'", specifier = ">=0.1.1" }, { name = "beautifulsoup4" }, { name = "flask" }, { name = "flask-cors" },