iso7010-a-day/Cargo.lock

3937 lines
97 KiB
Plaintext
Raw Permalink Normal View History

2021-10-24 13:36:13 +01:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2023-08-28 20:20:53 +01:00
[[package]]
name = "addr2line"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
dependencies = [
"gimli",
]
2021-10-24 13:36:13 +01:00
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "ahash"
2024-02-04 11:00:43 +00:00
version = "0.8.7"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01"
dependencies = [
"cfg-if",
2024-02-04 11:00:43 +00:00
"getrandom 0.2.12",
"once_cell",
"version_check",
2024-02-04 11:00:43 +00:00
"zerocopy",
]
2021-10-24 13:36:13 +01:00
[[package]]
name = "aho-corasick"
2024-02-04 11:00:43 +00:00
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
dependencies = [
"memchr",
]
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
[[package]]
name = "ansi_colours"
2023-08-28 20:20:53 +01:00
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-28 20:20:53 +01:00
checksum = "6a1558bd2075d341b9ca698ec8eb6fcc55a746b1fc4255585aad5b141d918a80"
dependencies = [
"rgb",
]
2021-10-24 13:36:13 +01:00
[[package]]
name = "anstream"
2024-02-04 11:00:43 +00:00
version = "0.6.11"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "6e2e1ebcb11de5c03c67de28a7df593d32191b44939c482e97702baaaa6ab6a5"
2021-10-24 13:36:13 +01:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"utf8parse",
2021-10-24 13:36:13 +01:00
]
[[package]]
name = "anstyle"
2024-02-04 11:00:43 +00:00
version = "1.0.5"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "2faccea4cc4ab4a667ce676a30e8ec13922a692c99bb8f5b11f1502c72e04220"
2021-10-24 13:36:13 +01:00
[[package]]
name = "anstyle-parse"
2024-02-04 11:00:43 +00:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
2024-02-04 11:00:43 +00:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
dependencies = [
2024-02-04 11:00:43 +00:00
"windows-sys 0.52.0",
]
[[package]]
name = "anstyle-wincon"
2024-02-04 11:00:43 +00:00
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
dependencies = [
"anstyle",
2024-02-04 11:00:43 +00:00
"windows-sys 0.52.0",
]
2024-11-21 21:19:47 +00:00
[[package]]
name = "anyhow"
version = "1.0.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775"
[[package]]
name = "arrayref"
version = "0.3.7"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
2021-10-24 13:36:13 +01:00
[[package]]
name = "arrayvec"
2023-08-28 20:20:53 +01:00
version = "0.7.4"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-28 20:20:53 +01:00
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
2021-10-24 13:36:13 +01:00
2024-11-21 21:19:47 +00:00
[[package]]
name = "async-compression"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0cb8f1d480b0ea3783ab015936d2a55c87e219676f0c0b7dec61494043f21857"
dependencies = [
"flate2",
"futures-core",
"memchr",
"pin-project-lite",
"tokio",
]
2021-10-24 13:36:13 +01:00
[[package]]
name = "async-trait"
2024-02-04 11:00:43 +00:00
version = "0.1.77"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9"
2021-10-24 13:36:13 +01:00
dependencies = [
"proc-macro2",
"quote",
2024-11-21 21:19:47 +00:00
"syn 2.0.89",
]
[[package]]
name = "atrium-api"
version = "0.24.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c4e5d077f7941ec5484964fba8697b7571a964b0a714e02ae7bc7332833c36b"
dependencies = [
"atrium-xrpc",
"chrono",
"http 1.1.0",
"ipld-core",
"langtag",
"regex",
"serde",
"serde_bytes",
"serde_json",
"thiserror",
"tokio",
"trait-variant",
]
[[package]]
name = "atrium-xrpc"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f223b98be2acdd7afe5b867744aee8258413ed09993099de0a036b247db0ec4c"
dependencies = [
"http 1.1.0",
"serde",
"serde_html_form",
"serde_json",
"thiserror",
"trait-variant",
]
[[package]]
name = "atrium-xrpc-client"
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd9946c18301eee62e8bd0ade5ac2750c9a0778fadf097ac60024b2a79485603"
dependencies = [
"atrium-xrpc",
"reqwest 0.12.5",
2021-10-24 13:36:13 +01:00
]
[[package]]
name = "autocfg"
version = "1.1.0"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2021-10-24 13:36:13 +01:00
2023-08-28 20:20:53 +01:00
[[package]]
name = "backtrace"
version = "0.3.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
2021-10-24 13:36:13 +01:00
[[package]]
name = "base-x"
version = "0.2.11"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
2021-10-24 13:36:13 +01:00
[[package]]
name = "base64"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
[[package]]
name = "base64"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
[[package]]
name = "base64"
2024-02-04 11:00:43 +00:00
version = "0.21.7"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
2021-10-24 13:36:13 +01:00
2024-11-21 21:19:47 +00:00
[[package]]
name = "base64"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
[[package]]
name = "bit_field"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
2021-10-24 13:36:13 +01:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2023-08-28 20:20:53 +01:00
[[package]]
name = "bitflags"
2024-02-04 11:00:43 +00:00
version = "2.4.2"
2023-08-28 20:20:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
2023-08-28 20:20:53 +01:00
[[package]]
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
2024-11-21 21:19:47 +00:00
[[package]]
name = "bsky-sdk"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fd17fed106c2158386e3dd2ddc56b11492350b6b469071d3af7ec3328b4924b"
dependencies = [
"anyhow",
"atrium-api",
"atrium-xrpc-client",
"chrono",
"psl",
"regex",
"serde",
"serde_json",
"thiserror",
"trait-variant",
"unicode-segmentation",
]
2021-10-24 13:36:13 +01:00
[[package]]
name = "bumpalo"
2024-02-04 11:00:43 +00:00
version = "3.14.0"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
2021-10-24 13:36:13 +01:00
[[package]]
name = "bytemuck"
2024-02-04 11:00:43 +00:00
version = "1.14.1"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "ed2490600f404f2b94c167e31d3ed1d5f3c225a0f3b80230053b3e0b7b962bd9"
2021-10-24 13:36:13 +01:00
[[package]]
name = "byteorder"
2024-02-04 11:00:43 +00:00
version = "1.5.0"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2021-10-24 13:36:13 +01:00
[[package]]
name = "bytes"
2024-11-21 21:19:47 +00:00
version = "1.8.0"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-21 21:19:47 +00:00
checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da"
2021-10-24 13:36:13 +01:00
[[package]]
name = "cc"
2023-08-28 20:20:53 +01:00
version = "1.0.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-28 20:20:53 +01:00
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
dependencies = [
"libc",
]
[[package]]
name = "cesu8"
version = "1.1.0"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2021-10-24 13:36:13 +01:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
2024-02-04 11:00:43 +00:00
version = "0.4.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "9f13690e35a5e4ace198e7beea2895d29f3a9cc55015fcebe6336bd2010af9eb"
dependencies = [
"android-tzdata",
"iana-time-zone",
"js-sys",
"num-traits",
"serde",
"wasm-bindgen",
2024-02-04 11:00:43 +00:00
"windows-targets 0.52.0",
]
2024-11-21 21:19:47 +00:00
[[package]]
name = "cid"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a"
dependencies = [
"core2",
"multibase",
"multihash",
"serde",
"serde_bytes",
"unsigned-varint",
]
2021-10-24 13:36:13 +01:00
[[package]]
name = "clap"
2024-02-04 11:00:43 +00:00
version = "4.4.18"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "1e578d6ec4194633722ccf9544794b71b1385c3c027efe0c55db226fc880865c"
2021-10-24 13:36:13 +01:00
dependencies = [
"clap_builder",
"clap_derive",
]
[[package]]
name = "clap_builder"
2024-02-04 11:00:43 +00:00
version = "4.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "4df4df40ec50c46000231c914968278b1eb05098cf8f1b3a518a95030e71d1c7"
dependencies = [
"anstream",
"anstyle",
"clap_lex",
2021-10-24 13:36:13 +01:00
"strsim",
]
[[package]]
name = "clap_derive"
2024-02-04 11:00:43 +00:00
version = "4.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442"
dependencies = [
"heck",
"proc-macro2",
"quote",
2024-11-21 21:19:47 +00:00
"syn 2.0.89",
]
[[package]]
name = "clap_lex"
2024-02-04 11:00:43 +00:00
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
[[package]]
name = "color_quant"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
[[package]]
name = "colorchoice"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
[[package]]
name = "combine"
version = "4.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
dependencies = [
"bytes",
"memchr",
]
[[package]]
name = "console"
2024-02-04 11:00:43 +00:00
version = "0.15.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
2024-02-04 11:00:43 +00:00
"windows-sys 0.52.0",
2021-10-24 13:36:13 +01:00
]
[[package]]
name = "const_fn"
version = "0.4.9"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935"
2021-10-24 13:36:13 +01:00
[[package]]
name = "core-foundation"
2024-02-04 11:00:43 +00:00
version = "0.9.4"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2021-10-24 13:36:13 +01:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
2024-02-04 11:00:43 +00:00
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
2024-11-21 21:19:47 +00:00
[[package]]
name = "core2"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
dependencies = [
"memchr",
]
[[package]]
name = "cpufeatures"
2024-02-04 11:00:43 +00:00
version = "0.2.12"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
dependencies = [
"libc",
]
2021-10-24 13:36:13 +01:00
[[package]]
name = "crc32fast"
version = "1.3.2"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
2021-10-24 13:36:13 +01:00
dependencies = [
"cfg-if",
]
[[package]]
name = "crossbeam-deque"
2024-02-04 11:00:43 +00:00
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2024-02-04 11:00:43 +00:00
version = "0.9.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
2024-02-04 11:00:43 +00:00
version = "0.8.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
[[package]]
name = "crossterm"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67"
dependencies = [
2023-08-28 20:20:53 +01:00
"bitflags 1.3.2",
"crossterm_winapi",
"libc",
2024-11-21 21:19:47 +00:00
"mio 0.8.10",
"parking_lot",
"signal-hook",
"signal-hook-mio",
"winapi",
]
[[package]]
name = "crossterm_winapi"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
dependencies = [
"winapi",
]
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
2021-10-24 13:36:13 +01:00
[[package]]
name = "cssparser"
2023-08-28 20:20:53 +01:00
version = "0.31.2"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-28 20:20:53 +01:00
checksum = "5b3df4f93e5fbbe73ec01ec8d3f68bba73107993a5b1e7519273c32db9b0d5be"
2021-10-24 13:36:13 +01:00
dependencies = [
"cssparser-macros",
"dtoa-short",
"itoa",
2023-08-28 20:20:53 +01:00
"phf 0.11.2",
2021-10-24 13:36:13 +01:00
"smallvec",
]
[[package]]
name = "cssparser-macros"
version = "0.6.1"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
2021-10-24 13:36:13 +01:00
dependencies = [
"quote",
2024-11-21 21:19:47 +00:00
"syn 2.0.89",
2021-10-24 13:36:13 +01:00
]
[[package]]
name = "data-encoding"
2024-02-04 11:00:43 +00:00
version = "2.5.0"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5"
2021-10-24 13:36:13 +01:00
2024-11-21 21:19:47 +00:00
[[package]]
name = "data-encoding-macro"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20c01c06f5f429efdf2bae21eb67c28b3df3cf85b7dd2d8ef09c0838dac5d33e"
dependencies = [
"data-encoding",
"data-encoding-macro-internal",
]
[[package]]
name = "data-encoding-macro-internal"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0047d07f2c89b17dd631c80450d69841a6b5d7fb17278cbc43d7e4cfcf2576f3"
dependencies = [
"data-encoding",
"syn 1.0.109",
]
2021-10-24 13:36:13 +01:00
[[package]]
name = "data-url"
2024-02-04 11:00:43 +00:00
version = "0.3.1"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
2021-10-24 13:36:13 +01:00
[[package]]
name = "derive_more"
version = "0.99.17"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
2021-10-24 13:36:13 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer",
"crypto-common",
2021-10-24 13:36:13 +01:00
]
[[package]]
name = "discard"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
[[package]]
name = "dtoa"
2023-08-28 20:20:53 +01:00
version = "1.0.9"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-28 20:20:53 +01:00
checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653"
2021-10-24 13:36:13 +01:00
[[package]]
name = "dtoa-short"
version = "0.3.4"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74"
2021-10-24 13:36:13 +01:00
dependencies = [
"dtoa",
]
[[package]]
name = "ego-tree"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a68a4904193147e0a8dec3314640e6db742afd5f6e634f428a6af230d9b3591"
[[package]]
name = "either"
2023-08-28 20:20:53 +01:00
version = "1.9.0"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-28 20:20:53 +01:00
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
2021-10-24 13:36:13 +01:00
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
2021-10-24 13:36:13 +01:00
[[package]]
name = "encoding_rs"
2023-08-28 20:20:53 +01:00
version = "0.8.33"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-28 20:20:53 +01:00
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
2021-10-24 13:36:13 +01:00
dependencies = [
"cfg-if",
2021-10-24 13:36:13 +01:00
]
2023-08-28 20:20:53 +01:00
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2021-10-24 13:36:13 +01:00
[[package]]
name = "errno"
2024-02-04 11:00:43 +00:00
version = "0.3.8"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
2021-10-24 13:36:13 +01:00
dependencies = [
"libc",
2024-02-04 11:00:43 +00:00
"windows-sys 0.52.0",
2021-10-24 13:36:13 +01:00
]
[[package]]
name = "exr"
2024-02-05 14:04:50 +00:00
version = "1.72.0"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-05 14:04:50 +00:00
checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4"
2021-10-24 13:36:13 +01:00
dependencies = [
"bit_field",
"flume",
"half",
"lebe",
"miniz_oxide",
"rayon-core",
"smallvec",
"zune-inflate",
2021-10-24 13:36:13 +01:00
]
[[package]]
name = "fastrand"
2024-02-04 11:00:43 +00:00
version = "2.0.1"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
2021-10-24 13:36:13 +01:00
[[package]]
name = "fdeflate"
2024-02-04 11:00:43 +00:00
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
dependencies = [
"simd-adler32",
]
2021-10-24 13:36:13 +01:00
[[package]]
name = "flate2"
2024-02-04 11:00:43 +00:00
version = "1.0.28"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
2021-10-24 13:36:13 +01:00
dependencies = [
"crc32fast",
"miniz_oxide",
2021-10-24 13:36:13 +01:00
]
[[package]]
name = "float-cmp"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
[[package]]
name = "flume"
2024-02-04 11:00:43 +00:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
dependencies = [
"spin 0.9.8",
]
2021-10-24 13:36:13 +01:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "fontconfig-parser"
2024-02-04 11:00:43 +00:00
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "6a595cb550439a117696039dfc69830492058211b771a2a165379f2a1a53d84d"
dependencies = [
"roxmltree",
]
2021-10-24 13:36:13 +01:00
[[package]]
name = "fontdb"
2024-02-04 11:00:43 +00:00
version = "0.16.0"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "98b88c54a38407f7352dd2c4238830115a6377741098ffd1f997c813d0e088a6"
2021-10-24 13:36:13 +01:00
dependencies = [
"fontconfig-parser",
2021-10-24 13:36:13 +01:00
"log",
"memmap2",
"slotmap",
"tinyvec",
2024-02-04 11:00:43 +00:00
"ttf-parser",
2021-10-24 13:36:13 +01:00
]
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "form_urlencoded"
2024-02-04 11:00:43 +00:00
version = "1.2.1"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
2021-10-24 13:36:13 +01:00
dependencies = [
"percent-encoding",
]
[[package]]
name = "futf"
version = "0.1.5"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
2021-10-24 13:36:13 +01:00
dependencies = [
"mac",
"new_debug_unreachable",
]
[[package]]
name = "futures-channel"
2024-02-04 11:00:43 +00:00
version = "0.3.30"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
2021-10-24 13:36:13 +01:00
dependencies = [
"futures-core",
]
[[package]]
name = "futures-core"
2024-02-04 11:00:43 +00:00
version = "0.3.30"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
2021-10-24 13:36:13 +01:00
[[package]]
name = "futures-io"
2024-02-04 11:00:43 +00:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
[[package]]
name = "futures-macro"
2024-02-04 11:00:43 +00:00
version = "0.3.30"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-04 11:00:43 +00:00
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
dependencies = [
"proc-macro2",
"quote",
2024-11-21 21:19:47 +00:00
"syn 2.0.89",
]
2021-10-24 13:36:13 +01:00
[[package]]
name = "futures-sink"
2024-02-04 11:00:43 +00:00
version = "0.3.30"
2021-10-24 13:36:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"