[[dependencies]] name = "addr2line" version = "0.21.0" description = "A cross-platform symbolication library written in Rust, using `gimli`" license = "Apache-2.0 OR MIT" notices = ["Copyright (c) 2016-2018 The gimli Developers"] repository = "https://github.com/gimli-rs/addr2line" [[dependencies]] name = "adler" version = "1.0.2" description = "A simple clean-room implementation of the Adler-32 checksum" license = "0BSD OR MIT OR Apache-2.0" notices = ["Copyright (C) Jonas Schievink "] authors = ["Jonas Schievink "] repository = "https://github.com/jonas-schievink/adler.git" [[dependencies]] name = "ahash" version = "0.8.11" description = "A non-cryptographic hash function using AES-NI for high performance" license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2018 Tom Kaitchuck"] authors = ["Tom Kaitchuck "] repository = "https://github.com/tkaitchuck/ahash" [[dependencies]] name = "aho-corasick" version = "1.1.3" description = "Fast multiple substring searching." license = "Unlicense OR MIT" notices = ["Copyright (c) 2015 Andrew Gallant"] authors = ["Andrew Gallant "] repository = "https://github.com/BurntSushi/aho-corasick" [[dependencies]] name = "anstream" version = "0.6.17" description = "A simple cross platform library for writing colored text to a terminal." license = "MIT OR Apache-2.0" notices = ["Copyright (c) Individual contributors"] repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle" [[dependencies]] name = "anstyle" version = "1.0.9" description = "ANSI text styling" license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2022 The rust-cli Developers"] repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle" [[dependencies]] name = "anstyle-parse" version = "0.2.6" description = "Parse ANSI Style Escapes" license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2016 Joe Wilm and individual contributors"] repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle" [[dependencies]] name = "anstyle-query" version = "1.1.2" description = "Look up colored console capabilities" license = "MIT OR Apache-2.0" notices = ["Copyright (c) Individual contributors"] repository = "https://github.com/rust-cli/anstyle.git" [[dependencies]] name = "anstyle-wincon" version = "3.0.6" description = "Styling legacy Windows terminals" license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2015 Josh Triplett, 2022 The rust-cli Developers"] repository = "https://github.com/rust-cli/anstyle.git" homepage = "https://github.com/rust-cli/anstyle" [[dependencies]] name = "arc-swap" version = "1.7.1" description = "Atomically swappable Arc" license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2017 arc-swap developers"] authors = ["Michal 'vorner' Vaner "] repository = "https://github.com/vorner/arc-swap" [[dependencies]] name = "autocfg" version = "1.4.0" description = "Automatic cfg for Rust compiler features" license = "Apache-2.0 OR MIT" notices = ["Copyright (c) 2018 Josh Stone"] authors = ["Josh Stone "] repository = "https://github.com/cuviper/autocfg" [[dependencies]] name = "backtrace" version = "0.3.71" description = """ A library to acquire a stack trace (backtrace) at runtime in a Rust program. """ license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2014 Alex Crichton"] authors = ["The Rust Project Developers"] repository = "https://github.com/rust-lang/backtrace-rs" [[dependencies]] name = "base64" version = "0.22.1" description = "encodes and decodes base64 as bytes or utf8" license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2015 Alice Maz"] authors = ["Marshall Pierce "] repository = "https://github.com/marshallpierce/rust-base64" [[dependencies]] name = "beef" version = "0.5.2" description = "More compact Cow" license = "MIT OR Apache-2.0" notices = [ "Copyright (c) 2020 Maciej Hirsz ", "Copyright 2020 Maciej Hirsz ", ] authors = ["Maciej Hirsz "] repository = "https://github.com/maciejhirsz/beef" [[dependencies]] name = "bitflags" version = "2.6.0" description = """ A macro to generate structures which behave like bitflags. """ license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2014 The Rust Project Developers"] authors = ["The Rust Project Developers"] repository = "https://github.com/bitflags/bitflags" [[dependencies]] name = "bstr" version = "1.10.0" description = "A string type that is not required to be valid UTF-8." license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2018-2019 Andrew Gallant"] authors = ["Andrew Gallant "] repository = "https://github.com/BurntSushi/bstr" [[dependencies]] name = "bumpalo" version = "3.16.0" description = "A fast bump allocation arena for Rust." license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2019 Nick Fitzgerald"] authors = ["Nick Fitzgerald "] repository = "https://github.com/fitzgen/bumpalo" [[dependencies]] name = "byteorder" version = "1.5.0" description = "Library for reading/writing numbers in big-endian and little-endian." license = "Unlicense OR MIT" notices = ["Copyright (c) 2015 Andrew Gallant"] authors = ["Andrew Gallant "] repository = "https://github.com/BurntSushi/byteorder" [[dependencies]] name = "bytes" version = "1.8.0" description = "Types and traits for working with bytes" license = "MIT" notices = ["Copyright (c) 2018 Carl Lerche"] authors = [ "Carl Lerche ", "Sean McArthur ", ] repository = "https://github.com/tokio-rs/bytes" [[dependencies]] name = "camino" version = "1.1.9" description = "UTF-8 paths" license = "MIT OR Apache-2.0" authors = [ "Without Boats ", "Ashley Williams ", "Steve Klabnik ", "Rain ", ] repository = "https://github.com/camino-rs/camino" [[dependencies]] name = "cargo-platform" version = "0.1.8" description = "Cargo's representation of a target platform." license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/cargo" [[dependencies]] name = "cargo_metadata" version = "0.18.1" description = "structured access to the output of `cargo metadata`" license = "MIT" authors = ["Oliver Schneider "] repository = "https://github.com/oli-obk/cargo_metadata" [[dependencies]] name = "cc" version = "1.1.31" 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 = "MIT OR Apache-2.0" notices = ["Copyright (c) 2014 Alex Crichton"] authors = ["Alex Crichton "] repository = "https://github.com/rust-lang/cc-rs" [[dependencies]] name = "cfg-if" version = "1.0.0" 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 = "MIT/Apache-2.0" notices = ["Copyright (c) 2014 Alex Crichton"] authors = ["Alex Crichton "] repository = "https://github.com/alexcrichton/cfg-if" [[dependencies]] name = "clap" version = "4.5.20" description = "A simple to use, efficient, and full-featured Command Line Argument Parser" license = "MIT OR Apache-2.0" notices = ["Copyright (c) Individual contributors"] repository = "https://github.com/clap-rs/clap" [[dependencies]] name = "clap_builder" version = "4.5.20" description = "A simple to use, efficient, and full-featured Command Line Argument Parser" license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2015-2022 Kevin B. Knapp and Clap Contributors"] repository = "https://github.com/clap-rs/clap" [[dependencies]] name = "clap_derive" version = "4.5.18" description = "Parse command line argument by defining a struct, derive crate." license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2015-2022 Kevin B. Knapp and Clap Contributors"] repository = "https://github.com/clap-rs/clap" [[dependencies]] name = "clap_lex" version = "0.7.2" description = "Minimal, flexible command line parser" license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2015-2022 Kevin B. Knapp and Clap Contributors"] repository = "https://github.com/clap-rs/clap" [[dependencies]] name = "color-eyre" version = "0.6.3" description = "An error report handler for panics and eyre::Reports for colorful, consistent, and well formatted error reports for all kinds of errors." license = "MIT OR Apache-2.0" authors = ["Jane Lusby "] repository = "https://github.com/eyre-rs/eyre" [[dependencies]] name = "colorchoice" version = "1.0.3" description = "Global override of color control" license = "MIT OR Apache-2.0" notices = ["Copyright (c) Individual contributors"] repository = "https://github.com/rust-cli/anstyle.git" [[dependencies]] name = "countme" version = "3.0.1" description = "Counts the number of live instances of types" license = "MIT OR Apache-2.0" authors = ["Aleksey Kladov "] repository = "https://github.com/matklad/countme" [[dependencies]] name = "deranged" version = "0.3.11" description = "Ranged integers" license = "MIT OR Apache-2.0" notices = [ "Copyright (c) 2022 Jacob Pratt et al.", "Copyright 2022 Jacob Pratt et al.", ] authors = ["Jacob Pratt "] repository = "https://github.com/jhpratt/deranged" [[dependencies]] name = "either" version = "1.13.0" description = """ The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. """ license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2015"] authors = ["bluss"] repository = "https://github.com/rayon-rs/either" [[dependencies]] name = "equivalent" version = "1.0.1" description = "Traits for key comparison in maps." license = "Apache-2.0 OR MIT" notices = ["Copyright (c) 2016--2023"] repository = "https://github.com/cuviper/equivalent" [[dependencies]] name = "eyre" version = "0.6.12" description = "Flexible concrete Error Reporting type built on std::error::Error with customizable Reports" license = "MIT OR Apache-2.0" authors = [ "David Tolnay ", "Jane Lusby ", ] repository = "https://github.com/eyre-rs/eyre" [[dependencies]] name = "fnv" version = "1.0.7" description = "Fowler–Noll–Vo hash function" license = "Apache-2.0 / MIT" notices = ["Copyright (c) 2017 Contributors"] authors = ["Alex Crichton "] repository = "https://github.com/servo/rust-fnv" [[dependencies]] name = "form_urlencoded" version = "1.2.1" description = "Parser and serializer for the application/x-www-form-urlencoded syntax, as used by HTML forms." license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2013-2016 The rust-url developers"] authors = ["The rust-url developers"] repository = "https://github.com/servo/rust-url" [[dependencies]] name = "futures-channel" version = "0.3.31" description = """ Channels for asynchronous communication using futures-rs. """ license = "MIT OR Apache-2.0" notices = [ "Copyright (c) 2016 Alex Crichton", "Copyright (c) 2017 The Tokio Authors", ] repository = "https://github.com/rust-lang/futures-rs" homepage = "https://rust-lang.github.io/futures-rs" [[dependencies]] name = "futures-core" version = "0.3.31" description = """ The core traits and types in for the `futures` library. """ license = "MIT OR Apache-2.0" notices = [ "Copyright (c) 2016 Alex Crichton", "Copyright (c) 2017 The Tokio Authors", ] repository = "https://github.com/rust-lang/futures-rs" homepage = "https://rust-lang.github.io/futures-rs" [[dependencies]] name = "futures-task" version = "0.3.31" description = """ Tools for working with tasks. """ license = "MIT OR Apache-2.0" notices = [ "Copyright (c) 2016 Alex Crichton", "Copyright (c) 2017 The Tokio Authors", ] repository = "https://github.com/rust-lang/futures-rs" homepage = "https://rust-lang.github.io/futures-rs" [[dependencies]] name = "futures-util" version = "0.3.31" description = """ Common utilities and extension traits for the futures-rs library. """ license = "MIT OR Apache-2.0" notices = [ "Copyright (c) 2016 Alex Crichton", "Copyright (c) 2017 The Tokio Authors", ] repository = "https://github.com/rust-lang/futures-rs" homepage = "https://rust-lang.github.io/futures-rs" [[dependencies]] name = "getrandom" version = "0.2.15" description = "A small cross-platform library for retrieving random data from system source" license = "MIT OR Apache-2.0" notices = [ "Copyright (c) 2014 The Rust Project Developers", "Copyright (c) 2018-2024 The rust-random Project Developers", ] authors = ["The Rand Project Developers"] repository = "https://github.com/rust-random/getrandom" [[dependencies]] name = "gimli" version = "0.28.1" description = "A library for reading and writing the DWARF debugging format." license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2015 The Rust Project Developers"] repository = "https://github.com/gimli-rs/gimli" [[dependencies]] name = "globset" version = "0.4.15" description = """ Cross platform single glob and glob set matching. Glob set matching is the process of matching one or more glob patterns against a single candidate path simultaneously, and returning all of the globs that matched. """ license = "Unlicense OR MIT" notices = ["Copyright (c) 2015 Andrew Gallant"] authors = ["Andrew Gallant "] repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/globset" [[dependencies]] name = "hashbrown" version = "0.14.5" description = "A Rust port of Google's SwissTable hash map" license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2016 Amanieu d'Antras"] authors = ["Amanieu d'Antras "] repository = "https://github.com/rust-lang/hashbrown" [[dependencies]] name = "hashbrown" version = "0.15.0" description = "A Rust port of Google's SwissTable hash map" license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2016 Amanieu d'Antras"] authors = ["Amanieu d'Antras "] repository = "https://github.com/rust-lang/hashbrown" [[dependencies]] name = "heck" version = "0.5.0" description = "heck is a case conversion library." license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2015 The Rust Project Developers"] repository = "https://github.com/withoutboats/heck" [[dependencies]] name = "hermit-abi" version = "0.3.9" description = "Hermit system calls definitions." license = "MIT OR Apache-2.0" authors = ["Stefan Lankes"] repository = "https://github.com/hermit-os/hermit-rs" [[dependencies]] name = "http" version = "1.1.0" description = """ A set of types for representing HTTP requests and responses. """ license = "MIT OR Apache-2.0" notices = [ "Copyright (c) 2017 http-rs authors", "Copyright 2017 http-rs authors", ] authors = [ "Alex Crichton ", "Carl Lerche ", "Sean McArthur ", ] repository = "https://github.com/hyperium/http" [[dependencies]] name = "http-body" version = "1.0.1" description = """ Trait representing an asynchronous, streaming, HTTP request or response body. """ license = "MIT" notices = ["Copyright (c) 2019-2024 Sean McArthur & Hyper Contributors"] authors = [ "Carl Lerche ", "Lucio Franco ", "Sean McArthur ", ] repository = "https://github.com/hyperium/http-body" [[dependencies]] name = "http-body-util" version = "0.1.2" description = """ Combinators and adapters for HTTP request or response bodies. """ license = "MIT" notices = ["Copyright (c) 2019 Hyper Contributors"] authors = [ "Carl Lerche ", "Lucio Franco ", "Sean McArthur ", ] repository = "https://github.com/hyperium/http-body" [[dependencies]] name = "httparse" version = "1.9.5" description = "A tiny, safe, speedy, zero-copy HTTP/1.x parser." license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2015-2024 Sean McArthur"] authors = ["Sean McArthur "] repository = "https://github.com/seanmonstar/httparse" [[dependencies]] name = "hyper" version = "1.5.0" description = "A fast and correct HTTP library." license = "MIT" notices = ["Copyright (c) 2014-2021 Sean McArthur"] authors = ["Sean McArthur "] repository = "https://github.com/hyperium/hyper" homepage = "https://hyper.rs" [[dependencies]] name = "hyper-rustls" version = "0.27.3" description = "Rustls+hyper integration for pure rust HTTPS" license = "Apache-2.0 OR ISC OR MIT" notices = [ "Copyright (c) 2016 Joseph Birr-Pixton ", "Copyright (c) 2016, Joseph Birr-Pixton ", ] repository = "https://github.com/rustls/hyper-rustls" [[dependencies]] name = "hyper-util" version = "0.1.9" description = "hyper utilities" license = "MIT" notices = ["Copyright (c) 2023 Sean McArthur"] authors = ["Sean McArthur "] repository = "https://github.com/hyperium/hyper-util" homepage = "https://hyper.rs" [[dependencies]] name = "idna" version = "0.5.0" description = "IDNA (Internationalizing Domain Names in Applications) and Punycode." license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2013-2022 The rust-url developers"] authors = ["The rust-url developers"] repository = "https://github.com/servo/rust-url/" [[dependencies]] name = "indenter" version = "0.3.3" description = """ A formatter wrapper that indents the text, designed for error display impls """ license = "MIT OR Apache-2.0" authors = ["Jane Lusby "] repository = "https://github.com/yaahc/indenter" [[dependencies]] name = "indexmap" version = "2.6.0" description = "A hash table with consistent order and fast iteration." license = "Apache-2.0 OR MIT" notices = ["Copyright (c) 2016--2017"] repository = "https://github.com/indexmap-rs/indexmap" [[dependencies]] name = "ipnet" version = "2.10.1" 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 = "MIT OR Apache-2.0" notices = ["Copyright 2017 Juniper Networks, Inc."] authors = ["Kris Price "] repository = "https://github.com/krisprice/ipnet" [[dependencies]] name = "is_terminal_polyfill" version = "1.70.1" description = "Polyfill for `is_terminal` stdlib feature for use with older MSRVs" license = "MIT OR Apache-2.0" notices = ["Copyright (c) Individual contributors"] repository = "https://github.com/polyfill-rs/is_terminal_polyfill" [[dependencies]] name = "itertools" version = "0.10.5" description = "Extra iterator adaptors, iterator methods, free functions, and macros." license = "MIT/Apache-2.0" notices = ["Copyright (c) 2015"] authors = ["bluss"] repository = "https://github.com/rust-itertools/itertools" [[dependencies]] name = "itoa" version = "1.0.11" description = "Fast integer primitive to string conversion" license = "MIT OR Apache-2.0" authors = ["David Tolnay "] repository = "https://github.com/dtolnay/itoa" [[dependencies]] name = "js-sys" version = "0.3.72" 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 = "MIT OR Apache-2.0" notices = ["Copyright (c) 2014 Alex Crichton"] authors = ["The wasm-bindgen Developers"] repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys" homepage = "https://rustwasm.github.io/wasm-bindgen/" [[dependencies]] name = "libc" version = "0.2.161" description = """ Raw FFI bindings to platform libraries like libc. """ license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2014-2020 The Rust Project Developers"] authors = ["The Rust Project Developers"] repository = "https://github.com/rust-lang/libc" [[dependencies]] name = "lock_api" version = "0.4.12" description = "Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std." license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2016 The Rust Project Developers"] authors = ["Amanieu d'Antras "] repository = "https://github.com/Amanieu/parking_lot" [[dependencies]] name = "log" version = "0.4.22" description = """ A lightweight logging facade for Rust """ license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2014 The Rust Project Developers"] authors = ["The Rust Project Developers"] repository = "https://github.com/rust-lang/log" [[dependencies]] name = "logos" version = "0.12.1" description = "Create ridiculously fast Lexers" license = "MIT OR Apache-2.0" authors = ["Maciej Hirsz "] repository = "https://github.com/maciejhirsz/logos" [[dependencies]] name = "logos-derive" version = "0.12.1" description = "Create ridiculously fast Lexers" license = "MIT OR Apache-2.0" authors = ["Maciej Hirsz "] repository = "https://github.com/maciejhirsz/logos" [[dependencies]] name = "memchr" version = "2.7.4" 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 = "Unlicense OR MIT" notices = ["Copyright (c) 2015 Andrew Gallant"] authors = ["Andrew Gallant ", "bluss"] repository = "https://github.com/BurntSushi/memchr" [[dependencies]] name = "mime" version = "0.3.17" description = "Strongly Typed Mimes" license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2014 Sean McArthur"] authors = ["Sean McArthur "] repository = "https://github.com/hyperium/mime" [[dependencies]] name = "miniz_oxide" version = "0.7.4" description = "DEFLATE compression and decompression library rewritten in Rust based on miniz" license = "MIT OR Zlib OR Apache-2.0" notices = ["Copyright (c) 2017 Frommi", "Copyright (c) 2020 Frommi"] authors = [ "Frommi ", "oyvindln ", ] repository = "https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide" [[dependencies]] name = "mio" version = "1.0.2" description = "Lightweight non-blocking I/O." license = "MIT" notices = ["Copyright (c) 2014 Carl Lerche and other MIO contributors"] authors = [ "Carl Lerche ", "Thomas de Zeeuw ", "Tokio Contributors ", ] repository = "https://github.com/tokio-rs/mio" [[dependencies]] name = "num-conv" version = "0.1.0" 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 = "MIT OR Apache-2.0" notices = ["Copyright (c) 2023 Jacob Pratt", "Copyright 2023 Jacob Pratt"] authors = ["Jacob Pratt "] repository = "https://github.com/jhpratt/num-conv" [[dependencies]] name = "object" version = "0.32.2" description = "A unified interface for reading and writing object file formats." license = "Apache-2.0 OR MIT" notices = ["Copyright (c) 2015 The Gimli Developers"] repository = "https://github.com/gimli-rs/object" [[dependencies]] name = "once_cell" version = "1.20.2" description = "Single assignment cells and lazy values." license = "MIT OR Apache-2.0" authors = ["Aleksey Kladov "] repository = "https://github.com/matklad/once_cell" [[dependencies]] name = "owo-colors" version = "3.5.0" description = "Zero-allocation terminal colors that'll make people go owo" license = "MIT" notices = ["Copyright (c) 2020 - present The owo-colors Developers"] authors = ["jam1garner <8260240+jam1garner@users.noreply.github.com>"] repository = "https://github.com/jam1garner/owo-colors" [[dependencies]] name = "parking_lot" version = "0.12.3" description = "More compact and efficient implementations of the standard synchronization primitives." license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2016 The Rust Project Developers"] authors = ["Amanieu d'Antras "] repository = "https://github.com/Amanieu/parking_lot" [[dependencies]] name = "parking_lot_core" version = "0.9.10" description = "An advanced API for creating custom synchronization primitives." license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2016 The Rust Project Developers"] authors = ["Amanieu d'Antras "] repository = "https://github.com/Amanieu/parking_lot" [[dependencies]] name = "percent-encoding" version = "2.3.1" description = "Percent encoding and decoding" license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2013-2022 The rust-url developers"] authors = ["The rust-url developers"] repository = "https://github.com/servo/rust-url/" [[dependencies]] name = "pin-project-lite" version = "0.2.15" description = """ A lightweight version of pin-project written with declarative macros. """ license = "Apache-2.0 OR MIT" repository = "https://github.com/taiki-e/pin-project-lite" [[dependencies]] name = "pin-utils" version = "0.1.0" description = """ Utilities for pinning """ license = "MIT OR Apache-2.0" notices = [ "Copyright (c) 2018 The pin-utils authors", "Copyright 2018 The pin-utils authors", ] authors = ["Josef Brandl "] repository = "https://github.com/rust-lang-nursery/pin-utils" [[dependencies]] name = "powerfmt" version = "0.2.0" 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 = "MIT OR Apache-2.0" notices = [ "Copyright (c) 2023 Jacob Pratt et al.", "Copyright 2023 Jacob Pratt et al.", ] authors = ["Jacob Pratt "] repository = "https://github.com/jhpratt/powerfmt" [[dependencies]] name = "ppv-lite86" version = "0.2.20" description = "Implementation of the crypto-simd API for x86" license = "MIT/Apache-2.0" notices = [ "Copyright (c) 2019 The CryptoCorrosion Contributors", "Copyright 2019 The CryptoCorrosion Contributors", ] authors = ["The CryptoCorrosion Contributors"] repository = "https://github.com/cryptocorrosion/cryptocorrosion" [[dependencies]] name = "proc-macro2" version = "1.0.89" description = "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case." license = "MIT OR Apache-2.0" authors = [ "David Tolnay ", "Alex Crichton ", ] repository = "https://github.com/dtolnay/proc-macro2" [[dependencies]] name = "quinn" version = "0.11.5" description = "Versatile QUIC transport protocol implementation" license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2018 The quinn Developers"] repository = "https://github.com/quinn-rs/quinn" [[dependencies]] name = "quinn-proto" version = "0.11.8" description = "State machine for the QUIC transport protocol" license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2018 The quinn Developers"] repository = "https://github.com/quinn-rs/quinn" [[dependencies]] name = "quinn-udp" version = "0.5.5" description = "UDP sockets with ECN information for the QUIC transport protocol" license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2018 The quinn Developers"] repository = "https://github.com/quinn-rs/quinn" [[dependencies]] name = "quote" version = "1.0.37" description = "Quasi-quoting macro quote!(...)" license = "MIT OR Apache-2.0" authors = ["David Tolnay "] repository = "https://github.com/dtolnay/quote" [[dependencies]] name = "rand" version = "0.8.5" description = """ Random number generators and other randomness functionality. """ license = "MIT OR Apache-2.0" notices = [ "Copyright (c) 2014 The Rust Project Developers", "Copyright 2018 Developers of the Rand project", ] authors = ["The Rand Project Developers", "The Rust Project Developers"] repository = "https://github.com/rust-random/rand" homepage = "https://rust-random.github.io/book" [[dependencies]] name = "rand_chacha" version = "0.3.1" description = """ ChaCha random number generator """ license = "MIT OR Apache-2.0" notices = [ "Copyright (c) 2014 The Rust Project Developers", "Copyright 2018 Developers of the Rand project", ] authors = [ "The Rand Project Developers", "The Rust Project Developers", "The CryptoCorrosion Contributors", ] repository = "https://github.com/rust-random/rand" homepage = "https://rust-random.github.io/book" [[dependencies]] name = "rand_core" version = "0.6.4" description = """ Core random number generator traits and tools for implementation. """ license = "MIT OR Apache-2.0" notices = [ "Copyright (c) 2014 The Rust Project Developers", "Copyright 2018 Developers of the Rand project", ] authors = ["The Rand Project Developers", "The Rust Project Developers"] repository = "https://github.com/rust-random/rand" homepage = "https://rust-random.github.io/book" [[dependencies]] name = "redox_syscall" version = "0.5.7" description = "A Rust library to access raw Redox system calls" license = "MIT" notices = ["Copyright (c) 2017 Redox OS Developers"] authors = ["Jeremy Soller "] repository = "https://gitlab.redox-os.org/redox-os/syscall" [[dependencies]] name = "regex" version = "1.11.1" description = """ An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. """ license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2014 The Rust Project Developers"] authors = ["The Rust Project Developers", "Andrew Gallant "] repository = "https://github.com/rust-lang/regex" [[dependencies]] name = "regex-automata" version = "0.4.8" description = "Automata construction and matching using regular expressions." license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2014 The Rust Project Developers"] authors = ["The Rust Project Developers", "Andrew Gallant "] repository = "https://github.com/rust-lang/regex/tree/master/regex-automata" [[dependencies]] name = "regex-syntax" version = "0.6.29" description = "A regular expression parser." license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2014 The Rust Project Developers"] authors = ["The Rust Project Developers"] repository = "https://github.com/rust-lang/regex" [[dependencies]] name = "regex-syntax" version = "0.8.5" description = "A regular expression parser." license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2014 The Rust Project Developers"] authors = ["The Rust Project Developers", "Andrew Gallant "] repository = "https://github.com/rust-lang/regex/tree/master/regex-syntax" [[dependencies]] name = "reqwest" version = "0.12.8" description = "higher level HTTP client library" license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2016 Sean McArthur", "Copyright 2016 Sean McArthur"] authors = ["Sean McArthur "] repository = "https://github.com/seanmonstar/reqwest" [[dependencies]] name = "ring" version = "0.17.8" description = "Safe, fast, small crypto using Rust." notices = [ "* Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved.", "/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)", "/* Copyright (c) 2015, Google Inc.", "Copyright (c) 2015-2016 the fiat-crypto authors (see", "Copyright 2015-2016 Brian Smith.", ] authors = ["Brian Smith "] repository = "https://github.com/briansmith/ring" [[dependencies]] name = "rowan" version = "0.15.16" description = "Library for generic lossless syntax trees" license = "MIT OR Apache-2.0" authors = ["Aleksey Kladov "] repository = "https://github.com/rust-analyzer/rowan" [[dependencies]] name = "rustc-demangle" version = "0.1.24" description = """ Rust compiler symbol demangling. """ license = "MIT/Apache-2.0" notices = ["Copyright (c) 2014 Alex Crichton"] authors = ["Alex Crichton "] repository = "https://github.com/rust-lang/rustc-demangle" [[dependencies]] name = "rustc-hash" version = "1.1.0" description = "speed, non-cryptographic hash used in rustc" license = "Apache-2.0/MIT" authors = ["The Rust Project Developers"] repository = "https://github.com/rust-lang-nursery/rustc-hash" [[dependencies]] name = "rustc-hash" version = "2.0.0" description = "A speedy, non-cryptographic hashing algorithm used by rustc" license = "Apache-2.0/MIT" authors = ["The Rust Project Developers"] repository = "https://github.com/rust-lang/rustc-hash" [[dependencies]] name = "rustls" version = "0.23.15" description = "Rustls is a modern TLS library written in Rust." license = "Apache-2.0 OR ISC OR MIT" notices = [ "Copyright (c) 2016 Joseph Birr-Pixton ", "Copyright (c) 2016, Joseph Birr-Pixton ", ] repository = "https://github.com/rustls/rustls" [[dependencies]] name = "rustls-pemfile" version = "2.2.0" description = "Basic .pem file parser for keys and certificates" license = "Apache-2.0 OR ISC OR MIT" notices = [ "Copyright (c) 2016 Joseph Birr-Pixton ", "Copyright (c) 2016, Joseph Birr-Pixton ", ] repository = "https://github.com/rustls/pemfile" [[dependencies]] name = "rustls-pki-types" version = "1.10.0" description = "Shared types for the rustls PKI ecosystem" license = "MIT OR Apache-2.0" notices = [ "Copyright (c) 2023 Dirkjan Ochtman ", "Copyright 2023 Dirkjan Ochtman", ] repository = "https://github.com/rustls/pki-types" [[dependencies]] name = "rustls-webpki" version = "0.102.8" description = "Web PKI X.509 Certificate Verification." license = "ISC" notices = ["Copyright 2015 Brian Smith."] repository = "https://github.com/rustls/webpki" [[dependencies]] name = "ryu" version = "1.0.18" description = "Fast floating point to string conversion" license = "Apache-2.0 OR BSL-1.0" authors = ["David Tolnay "] repository = "https://github.com/dtolnay/ryu" [[dependencies]] name = "scopeguard" version = "1.2.0" 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 = "MIT OR Apache-2.0" notices = [ 'Copyright (c) 2016-2019 Ulrik Sverdrup "bluss" and scopeguard developers', ] authors = ["bluss"] repository = "https://github.com/bluss/scopeguard" [[dependencies]] name = "semver" version = "1.0.23" description = "Parser and evaluator for Cargo's flavor of Semantic Versioning" license = "MIT OR Apache-2.0" authors = ["David Tolnay "] repository = "https://github.com/dtolnay/semver" [[dependencies]] name = "serde" version = "1.0.213" description = "A generic serialization/deserialization framework" license = "MIT OR Apache-2.0" authors = [ "Erick Tryzelaar ", "David Tolnay ", ] repository = "https://github.com/serde-rs/serde" homepage = "https://serde.rs" [[dependencies]] name = "serde_derive" version = "1.0.213" description = "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]" license = "MIT OR Apache-2.0" authors = [ "Erick Tryzelaar ", "David Tolnay ", ] repository = "https://github.com/serde-rs/serde" homepage = "https://serde.rs" [[dependencies]] name = "serde_json" version = "1.0.132" description = "A JSON serialization file format" license = "MIT OR Apache-2.0" authors = [ "Erick Tryzelaar ", "David Tolnay ", ] repository = "https://github.com/serde-rs/json" [[dependencies]] name = "serde_spanned" version = "0.6.8" description = "Serde-compatible spanned Value" license = "MIT OR Apache-2.0" notices = ["Copyright (c) Individual contributors"] repository = "https://github.com/toml-rs/toml" [[dependencies]] name = "serde_urlencoded" version = "0.7.1" description = "`x-www-form-urlencoded` meets Serde" license = "MIT/Apache-2.0" notices = ["Copyright (c) 2016 Anthony Ramine"] authors = ["Anthony Ramine "] repository = "https://github.com/nox/serde_urlencoded" [[dependencies]] name = "shlex" version = "1.3.0" description = "Split a string into shell words, like Python's shlex." license = "MIT OR Apache-2.0" notices = [ "Copyright (c) 2015 Nicholas Allegra (comex).", "Copyright 2015 Nicholas Allegra (comex).", ] authors = [ "comex ", "Fenhl ", "Adrian Taylor ", "Alex Touchet ", "Daniel Parks ", "Garrett Berg ", ] repository = "https://github.com/comex/rust-shlex" [[dependencies]] name = "signal-hook-registry" version = "1.4.2" description = "Backend crate for signal-hook" license = "Apache-2.0/MIT" notices = ["Copyright (c) 2017 tokio-jsonrpc developers"] authors = [ "Michal 'vorner' Vaner ", "Masaki Hara ", ] repository = "https://github.com/vorner/signal-hook" [[dependencies]] name = "slab" version = "0.4.9" description = "Pre-allocated storage for a uniform data type" license = "MIT" notices = ["Copyright (c) 2019 Carl Lerche"] authors = ["Carl Lerche "] repository = "https://github.com/tokio-rs/slab" [[dependencies]] name = "smallvec" version = "1.13.2" description = "'Small vector' optimization: store up to a small number of items on the stack" license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2018 The Servo Project Developers"] authors = ["The Servo Project Developers"] repository = "https://github.com/servo/rust-smallvec" [[dependencies]] name = "socket2" version = "0.5.7" description = """ Utilities for handling networking sockets with a maximal amount of configuration possible intended. """ license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2014 Alex Crichton"] authors = [ "Alex Crichton ", "Thomas de Zeeuw ", ] repository = "https://github.com/rust-lang/socket2" [[dependencies]] name = "spdx" version = "0.10.6" description = "Helper crate for SPDX expressions" license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2019 Embark Studios"] authors = [ "Embark ", "Jake Shadle ", ] repository = "https://github.com/EmbarkStudios/spdx" [[dependencies]] name = "spin" version = "0.9.8" description = "Spin-based synchronization primitives" license = "MIT" notices = ["Copyright (c) 2014 Mathijs van de Nes"] authors = [ "Mathijs van de Nes ", "John Ericson ", "Joshua Barretto ", ] repository = "https://github.com/mvdnes/spin-rs.git" [[dependencies]] name = "strsim" version = "0.11.1" description = """ Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. """ license = "MIT" notices = [ "Copyright (c) 2015 Danny Guo", "Copyright (c) 2016 Titus Wormer ", "Copyright (c) 2018 Akash Kurdekar", ] authors = ["Danny Guo ", "maxbachmann "] repository = "https://github.com/rapidfuzz/strsim-rs" [[dependencies]] name = "subtle" version = "2.6.1" description = "Pure-Rust traits and utilities for constant-time cryptographic implementations." license = "BSD-3-Clause" notices = [ "Copyright (c) 2016-2017 Isis Agora Lovecruft, Henry de Valence. All rights reserved.", "Copyright (c) 2016-2024 Isis Agora Lovecruft. All rights reserved.", ] authors = [ "Isis Lovecruft ", "Henry de Valence ", ] repository = "https://github.com/dalek-cryptography/subtle" homepage = "https://dalek.rs/" [[dependencies]] name = "syn" version = "1.0.109" description = "Parser for Rust source code" license = "MIT OR Apache-2.0" authors = ["David Tolnay "] repository = "https://github.com/dtolnay/syn" [[dependencies]] name = "syn" version = "2.0.85" description = "Parser for Rust source code" license = "MIT OR Apache-2.0" authors = ["David Tolnay "] repository = "https://github.com/dtolnay/syn" [[dependencies]] name = "sync_wrapper" version = "1.0.1" description = "A tool for enlisting the compiler's help in proving the absence of concurrency" license = "Apache-2.0" authors = ["Actyx AG "] repository = "https://github.com/Actyx/sync_wrapper" homepage = "https://docs.rs/sync_wrapper" [[dependencies]] name = "taplo" version = "0.13.2" description = "A TOML parser, analyzer and formatter library" license = "MIT" authors = ["tamasfe"] repository = "https://github.com/tamasfe/taplo" homepage = "https://taplo.tamasfe.dev" [[dependencies]] name = "text-size" version = "1.1.1" description = "Newtypes for text offsets" license = "MIT OR Apache-2.0" authors = [ "Aleksey Kladov ", "Christopher Durham (CAD97) ", ] repository = "https://github.com/rust-analyzer/text-size" [[dependencies]] name = "thiserror" version = "1.0.65" description = "derive(Error)" license = "MIT OR Apache-2.0" authors = ["David Tolnay "] repository = "https://github.com/dtolnay/thiserror" [[dependencies]] name = "thiserror-impl" version = "1.0.65" description = "Implementation detail of the `thiserror` crate" license = "MIT OR Apache-2.0" authors = ["David Tolnay "] repository = "https://github.com/dtolnay/thiserror" [[dependencies]] name = "time" version = "0.3.36" description = "Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std]." license = "MIT OR Apache-2.0" notices = [ "Copyright (c) 2024 Jacob Pratt et al.", "Copyright 2024 Jacob Pratt et al.", ] authors = ["Jacob Pratt ", "Time contributors"] repository = "https://github.com/time-rs/time" homepage = "https://time-rs.github.io" [[dependencies]] name = "time-core" version = "0.1.2" description = "This crate is an implementation detail and should not be relied upon directly." license = "MIT OR Apache-2.0" notices = [ "Copyright (c) 2022 Jacob Pratt et al.", "Copyright 2022 Jacob Pratt et al.", ] authors = ["Jacob Pratt ", "Time contributors"] repository = "https://github.com/time-rs/time" [[dependencies]] name = "time-macros" version = "0.2.18" description = """ Procedural macros for the time crate. This crate is an implementation detail and should not be relied upon directly. """ license = "MIT OR Apache-2.0" notices = [ "Copyright (c) 2024 Jacob Pratt et al.", "Copyright 2024 Jacob Pratt et al.", ] authors = ["Jacob Pratt ", "Time contributors"] repository = "https://github.com/time-rs/time" [[dependencies]] name = "tinyvec" version = "1.8.0" description = "`tinyvec` provides 100% safe vec-like data structures." license = "Zlib OR Apache-2.0 OR MIT" notices = ['Copyright (c) 2019 Daniel "Lokathor" Gee.'] authors = ["Lokathor "] repository = "https://github.com/Lokathor/tinyvec" [[dependencies]] name = "tinyvec_macros" version = "0.1.1" description = "Some macros for tiny containers" license = "MIT OR Apache-2.0 OR Zlib" notices = ["Copyright (c) 2020 Soveu", 'Copyright 2020 Tomasz "Soveu" Marx'] authors = ["Soveu "] repository = "https://github.com/Soveu/tinyvec_macros" [[dependencies]] name = "tokio" version = "1.41.0" description = """ An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. """ license = "MIT" notices = ["Copyright (c) Tokio Contributors"] authors = ["Tokio Contributors "] repository = "https://github.com/tokio-rs/tokio" homepage = "https://tokio.rs" [[dependencies]] name = "tokio-macros" version = "2.4.0" description = """ Tokio's proc macros. """ license = "MIT" notices = [ "Copyright (c) 2019 Yoshua Wuyts", "Copyright (c) Tokio Contributors", ] authors = ["Tokio Contributors "] repository = "https://github.com/tokio-rs/tokio" homepage = "https://tokio.rs" [[dependencies]] name = "tokio-rustls" version = "0.26.0" description = "Asynchronous TLS/SSL streams for Tokio using Rustls." license = "MIT/Apache-2.0" notices = ["Copyright (c) 2017 quininer kel", "Copyright 2017 quininer kel"] repository = "https://github.com/rustls/tokio-rustls" [[dependencies]] name = "toml" version = "0.8.19" description = """ A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures. """ license = "MIT OR Apache-2.0" notices = ["Copyright (c) Individual contributors"] authors = ["Alex Crichton "] repository = "https://github.com/toml-rs/toml" [[dependencies]] name = "toml_datetime" version = "0.6.8" description = "A TOML-compatible datetime type" license = "MIT OR Apache-2.0" notices = ["Copyright (c) Individual contributors"] authors = ["Alex Crichton "] repository = "https://github.com/toml-rs/toml" [[dependencies]] name = "toml_edit" version = "0.22.22" description = "Yet another format-preserving TOML parser." license = "MIT OR Apache-2.0" notices = ["Copyright (c) Individual contributors"] authors = [ "Andronik Ordian ", "Ed Page ", ] repository = "https://github.com/toml-rs/toml" [[dependencies]] name = "tower-service" version = "0.3.3" description = """ Trait representing an asynchronous, request / response based, client or server. """ license = "MIT" notices = ["Copyright (c) 2019 Tower Contributors"] authors = ["Tower Maintainers "] repository = "https://github.com/tower-rs/tower" [[dependencies]] name = "tracing" version = "0.1.40" description = """ Application-level tracing for Rust. """ license = "MIT" notices = ["Copyright (c) 2019 Tokio Contributors"] authors = [ "Eliza Weisman ", "Tokio Contributors ", ] repository = "https://github.com/tokio-rs/tracing" homepage = "https://tokio.rs" [[dependencies]] name = "tracing-attributes" version = "0.1.27" description = """ Procedural macro attributes for automatically instrumenting functions. """ license = "MIT" notices = ["Copyright (c) 2019 Tokio Contributors"] authors = [ "Tokio Contributors ", "Eliza Weisman ", "David Barsky ", ] repository = "https://github.com/tokio-rs/tracing" homepage = "https://tokio.rs" [[dependencies]] name = "tracing-core" version = "0.1.32" description = """ Core primitives for application-level tracing. """ license = "MIT" notices = ["Copyright (c) 2019 Tokio Contributors"] authors = ["Tokio Contributors "] repository = "https://github.com/tokio-rs/tracing" homepage = "https://tokio.rs" [[dependencies]] name = "try-lock" version = "0.2.5" description = "A lightweight atomic lock." license = "MIT" notices = [ "Copyright (c) 2016 Alex Crichton", "Copyright (c) 2018-2023 Sean McArthur", ] authors = ["Sean McArthur "] repository = "https://github.com/seanmonstar/try-lock" [[dependencies]] name = "unicode-bidi" version = "0.3.17" description = "Implementation of the Unicode Bidirectional Algorithm" license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2015 The Rust Project Developers"] authors = ["The Servo Project Developers"] repository = "https://github.com/servo/unicode-bidi" [[dependencies]] name = "unicode-ident" version = "1.0.13" 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-DFS-2016" notices = ["Copyright © 1991-2022 Unicode, Inc. All rights reserved."] authors = ["David Tolnay "] repository = "https://github.com/dtolnay/unicode-ident" [[dependencies]] name = "unicode-normalization" version = "0.1.24" 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 = "MIT/Apache-2.0" notices = ["Copyright (c) 2015 The Rust Project Developers"] authors = [ "kwantam ", "Manish Goregaokar ", ] repository = "https://github.com/unicode-rs/unicode-normalization" [[dependencies]] name = "untrusted" version = "0.9.0" description = "Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs in Rust." license = "ISC" notices = ["// Copyright 2015-2016 Brian Smith."] authors = ["Brian Smith "] repository = "https://github.com/briansmith/untrusted" [[dependencies]] name = "url" version = "2.5.2" description = "URL library for Rust, based on the WHATWG URL Standard" license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2013-2022 The rust-url developers"] authors = ["The rust-url developers"] repository = "https://github.com/servo/rust-url" [[dependencies]] name = "utf8parse" version = "0.2.2" description = "Table-driven UTF-8 parser" license = "Apache-2.0 OR MIT" notices = ["Copyright (c) 2016 Joe Wilm"] authors = [ "Joe Wilm ", "Christian Duerr ", ] repository = "https://github.com/alacritty/vte" [[dependencies]] name = "version_check" version = "0.9.5" description = "Tiny crate to check the version of the installed/running rustc." license = "MIT/Apache-2.0" notices = ["Copyright (c) 2017-2018 Sergio Benitez"] authors = ["Sergio Benitez "] repository = "https://github.com/SergioBenitez/version_check" [[dependencies]] name = "want" version = "0.3.1" description = "Detect when another Future wants a result." license = "MIT" notices = ["Copyright (c) 2018-2019 Sean McArthur"] authors = ["Sean McArthur "] repository = "https://github.com/seanmonstar/want" [[dependencies]] name = "wasi" version = "0.11.0+wasi-snapshot-preview1" description = "Experimental WASI API bindings for Rust" license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" authors = ["The Cranelift Project Developers"] repository = "https://github.com/bytecodealliance/wasi" [[dependencies]] name = "wasm-bindgen" version = "0.2.95" description = """ Easy support for interacting between JS and Rust. """ license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2014 Alex Crichton"] authors = ["The wasm-bindgen Developers"] repository = "https://github.com/rustwasm/wasm-bindgen" homepage = "https://rustwasm.github.io/" [[dependencies]] name = "wasm-bindgen-backend" version = "0.2.95" description = """ Backend code generation of the wasm-bindgen tool """ license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2014 Alex Crichton"] authors = ["The wasm-bindgen Developers"] repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend" homepage = "https://rustwasm.github.io/wasm-bindgen/" [[dependencies]] name = "wasm-bindgen-futures" version = "0.4.45" description = "Bridging the gap between Rust Futures and JavaScript Promises" license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2014 Alex Crichton"] authors = ["The wasm-bindgen Developers"] repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures" homepage = "https://rustwasm.github.io/wasm-bindgen/" [[dependencies]] name = "wasm-bindgen-macro" version = "0.2.95" description = """ Definition of the `#[wasm_bindgen]` attribute, an internal dependency """ license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2014 Alex Crichton"] authors = ["The wasm-bindgen Developers"] repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro" homepage = "https://rustwasm.github.io/wasm-bindgen/" [[dependencies]] name = "wasm-bindgen-macro-support" version = "0.2.95" description = """ The part of the implementation of the `#[wasm_bindgen]` attribute that is not in the shared backend crate """ license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2014 Alex Crichton"] authors = ["The wasm-bindgen Developers"] repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support" homepage = "https://rustwasm.github.io/wasm-bindgen/" [[dependencies]] name = "wasm-bindgen-shared" version = "0.2.95" description = """ Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency. """ license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2014 Alex Crichton"] authors = ["The wasm-bindgen Developers"] repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared" homepage = "https://rustwasm.github.io/wasm-bindgen/" [[dependencies]] name = "web-sys" version = "0.3.72" description = """ Bindings for all Web APIs, a procedurally generated crate from WebIDL """ license = "MIT OR Apache-2.0" notices = ["Copyright (c) 2014 Alex Crichton"] authors = ["The wasm-bindgen Developers"] repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys" homepage = "https://rustwasm.github.io/wasm-bindgen/web-sys/index.html" [[dependencies]] name = "webpki-roots" version = "0.26.6" description = "Mozilla's CA root certificates for use with webpki" license = "MPL-2.0" repository = "https://github.com/rustls/webpki-roots" [[dependencies]] name = "windows-registry" version = "0.2.0" description = "Windows registry" license = "MIT OR Apache-2.0" notices = ["Copyright (c) Microsoft Corporation."] authors = ["Microsoft"] repository = "https://github.com/microsoft/windows-rs" [[dependencies]] name = "windows-result" version = "0.2.0" description = "Windows error handling" license = "MIT OR Apache-2.0" notices = ["Copyright (c) Microsoft Corporation."] authors = ["Microsoft"] repository = "https://github.com/microsoft/windows-rs" [[dependencies]] name = "windows-strings" version = "0.1.0" description = "Rust for Windows" license = "MIT OR Apache-2.0" notices = ["Copyright (c) Microsoft Corporation."] authors = ["Microsoft"] repository = "https://github.com/microsoft/windows-rs" [[dependencies]] name = "windows-sys" version = "0.52.0" description = "Rust for Windows" license = "MIT OR Apache-2.0" notices = ["Copyright (c) Microsoft Corporation."] authors = ["Microsoft"] repository = "https://github.com/microsoft/windows-rs" [[dependencies]] name = "windows-sys" version = "0.59.0" description = "Rust for Windows" license = "MIT OR Apache-2.0" notices = ["Copyright (c) Microsoft Corporation."] authors = ["Microsoft"] repository = "https://github.com/microsoft/windows-rs" [[dependencies]] name = "windows-targets" version = "0.52.6" description = "Import libs for Windows" license = "MIT OR Apache-2.0" notices = ["Copyright (c) Microsoft Corporation."] authors = ["Microsoft"] repository = "https://github.com/microsoft/windows-rs" [[dependencies]] name = "windows_aarch64_gnullvm" version = "0.52.6" description = "Import lib for Windows" license = "MIT OR Apache-2.0" notices = ["Copyright (c) Microsoft Corporation."] authors = ["Microsoft"] repository = "https://github.com/microsoft/windows-rs" [[dependencies]] name = "windows_aarch64_msvc" version = "0.52.6" description = "Import lib for Windows" license = "MIT OR Apache-2.0" notices = ["Copyright (c) Microsoft Corporation."] authors = ["Microsoft"] repository = "https://github.com/microsoft/windows-rs" [[dependencies]] name = "windows_i686_gnu" version = "0.52.6" description = "Import lib for Windows" license = "MIT OR Apache-2.0" notices = ["Copyright (c) Microsoft Corporation."] authors = ["Microsoft"] repository = "https://github.com/microsoft/windows-rs" [[dependencies]] name = "windows_i686_gnullvm" version = "0.52.6" description = "Import lib for Windows" license = "MIT OR Apache-2.0" notices = ["Copyright (c) Microsoft Corporation."] authors = ["Microsoft"] repository = "https://github.com/microsoft/windows-rs" [[dependencies]] name = "windows_i686_msvc" version = "0.52.6" description = "Import lib for Windows" license = "MIT OR Apache-2.0" notices = ["Copyright (c) Microsoft Corporation."] authors = ["Microsoft"] repository = "https://github.com/microsoft/windows-rs" [[dependencies]] name = "windows_x86_64_gnu" version = "0.52.6" description = "Import lib for Windows" license = "MIT OR Apache-2.0" notices = ["Copyright (c) Microsoft Corporation."] authors = ["Microsoft"] repository = "https://github.com/microsoft/windows-rs" [[dependencies]] name = "windows_x86_64_gnullvm" version = "0.52.6" description = "Import lib for Windows" license = "MIT OR Apache-2.0" notices = ["Copyright (c) Microsoft Corporation."] authors = ["Microsoft"] repository = "https://github.com/microsoft/windows-rs" [[dependencies]] name = "windows_x86_64_msvc" version = "0.52.6" description = "Import lib for Windows" license = "MIT OR Apache-2.0" notices = ["Copyright (c) Microsoft Corporation."] authors = ["Microsoft"] repository = "https://github.com/microsoft/windows-rs" [[dependencies]] name = "winnow" version = "0.6.20" description = "A byte-oriented, zero-copy, parser combinators library" license = "MIT" repository = "https://github.com/winnow-rs/winnow" [[dependencies]] name = "zerocopy" version = "0.7.35" description = "Utilities for zero-copy parsing and serialization" license = "BSD-2-Clause OR Apache-2.0 OR MIT" notices = [ "Copyright 2019 The Fuchsia Authors.", "Copyright 2023 The Fuchsia Authors", ] authors = ["Joshua Liebow-Feeser "] repository = "https://github.com/google/zerocopy" [[dependencies]] name = "zerocopy-derive" version = "0.7.35" description = "Custom derive for traits from the zerocopy crate" license = "BSD-2-Clause OR Apache-2.0 OR MIT" notices = [ "Copyright 2019 The Fuchsia Authors.", "Copyright 2023 The Fuchsia Authors", ] authors = ["Joshua Liebow-Feeser "] repository = "https://github.com/google/zerocopy" [[dependencies]] name = "zeroize" version = "1.8.1" 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" notices = ["Copyright (c) 2018-2021 The RustCrypto Project Developers"] authors = ["The RustCrypto Project Developers"] repository = "https://github.com/RustCrypto/utils/tree/master/zeroize"