kasperhermansen-blog/ci/Cargo.lock

2004 lines
50 KiB
Plaintext
Raw Normal View History

2023-04-03 02:49:17 +02:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "addr2line"
version = "0.20.0"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3"
2023-04-03 02:49:17 +02:00
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2024-09-09 06:37:36 +02:00
[[package]]
name = "adler2"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
2023-04-03 02:49:17 +02:00
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
2024-09-09 06:37:36 +02:00
[[package]]
name = "anyhow"
version = "1.0.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8"
2023-04-03 02:49:17 +02:00
[[package]]
name = "ascii"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e"
[[package]]
2023-04-05 00:44:51 +02:00
name = "async-trait"
2024-09-09 06:37:36 +02:00
version = "0.1.82"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "a27b8a3a6e1a44fa4c8baf1f653e4172e81486d4941f2237e20dc2d0cf4ddff1"
2023-04-03 02:49:17 +02:00
dependencies = [
2023-04-05 00:44:51 +02:00
"proc-macro2",
"quote",
2024-09-09 06:37:36 +02:00
"syn 2.0.77",
2023-04-03 02:49:17 +02:00
]
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "backtrace"
version = "0.3.68"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12"
2023-04-03 02:49:17 +02:00
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
2024-09-09 06:37:36 +02:00
"miniz_oxide 0.7.1",
2023-04-03 02:49:17 +02:00
"object",
"rustc-demangle",
]
[[package]]
name = "base64"
2024-09-09 06:37:36 +02:00
version = "0.21.7"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
2023-04-03 02:49:17 +02:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
2024-09-09 06:37:36 +02:00
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
2023-04-03 02:49:17 +02:00
[[package]]
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
[[package]]
name = "bumpalo"
version = "3.13.0"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
2023-04-03 02:49:17 +02:00
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bytes"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
[[package]]
name = "cc"
2024-09-09 06:37:36 +02:00
version = "1.1.18"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "b62ac837cdb5cb22e10a256099b4fc502b1dfe560cb282963a974d7abd80e476"
dependencies = [
"shlex",
]
2023-04-03 02:49:17 +02: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-09-09 06:37:36 +02:00
version = "0.4.38"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
2023-04-03 02:49:17 +02:00
dependencies = [
"android-tzdata",
2023-04-03 02:49:17 +02:00
"iana-time-zone",
"js-sys",
"num-traits",
"wasm-bindgen",
2024-09-09 06:37:36 +02:00
"windows-targets 0.52.6",
2023-04-03 02:49:17 +02:00
]
[[package]]
name = "ci"
version = "0.1.0"
dependencies = [
"chrono",
"color-eyre",
"dagger-sdk",
"dotenv",
"eyre",
"tokio",
"tokio-scoped",
]
[[package]]
name = "color-eyre"
2024-09-09 06:37:36 +02:00
version = "0.6.3"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5"
2023-04-03 02:49:17 +02:00
dependencies = [
"backtrace",
"color-spantrace",
"eyre",
"indenter",
"once_cell",
"owo-colors",
"tracing-error",
]
[[package]]
name = "color-spantrace"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce"
dependencies = [
"once_cell",
"owo-colors",
"tracing-core",
"tracing-error",
]
[[package]]
name = "combine"
version = "3.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da3da6baa321ec19e1cc41d31bf599f00c783d0517095cdaf0332e3fe8d20680"
dependencies = [
"ascii",
"byteorder",
"either",
"memchr",
"unreachable",
]
2024-09-09 06:37:36 +02:00
[[package]]
name = "core-foundation"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
dependencies = [
"core-foundation-sys",
"libc",
]
2023-04-03 02:49:17 +02:00
[[package]]
name = "core-foundation-sys"
2024-09-09 06:37:36 +02:00
version = "0.8.7"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2023-04-03 02:49:17 +02:00
[[package]]
name = "cpufeatures"
version = "0.2.9"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
2023-04-03 02:49:17 +02:00
dependencies = [
"libc",
]
[[package]]
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
"cfg-if",
]
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
[[package]]
2024-09-09 06:37:36 +02:00
name = "dagger-sdk"
version = "0.11.10"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "f34f5a056235b371e8aabc7a3ccd90632e89316aefd081067cf0e304445e3c1d"
2023-04-03 02:49:17 +02:00
dependencies = [
2023-04-05 00:44:51 +02:00
"async-trait",
"base64",
2024-09-09 06:37:36 +02:00
"derive_builder",
2023-04-03 02:49:17 +02:00
"dirs",
"eyre",
"flate2",
2024-09-09 06:37:36 +02:00
"futures",
2023-04-03 02:49:17 +02:00
"graphql_client",
"hex",
"hex-literal",
"platform-info",
"reqwest",
"serde",
2024-09-09 06:37:36 +02:00
"serde_graphql_input",
2023-04-03 02:49:17 +02:00
"serde_json",
"sha2",
"tar",
"tempfile",
2024-09-09 06:37:36 +02:00
"thiserror",
2023-04-03 02:49:17 +02:00
"tokio",
2023-04-05 00:44:51 +02:00
"tracing",
"tracing-subscriber",
2023-04-03 02:49:17 +02:00
]
[[package]]
name = "darling"
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
"syn 1.0.109",
]
[[package]]
name = "darling_macro"
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
dependencies = [
"darling_core",
"quote",
"syn 1.0.109",
]
[[package]]
name = "derive_builder"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8"
dependencies = [
"derive_builder_macro",
]
[[package]]
name = "derive_builder_core"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f"
dependencies = [
"darling",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "derive_builder_macro"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e"
dependencies = [
"derive_builder_core",
"syn 1.0.109",
]
[[package]]
name = "digest"
version = "0.10.7"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2023-04-03 02:49:17 +02:00
dependencies = [
"block-buffer",
"crypto-common",
]
[[package]]
name = "dirs"
2024-09-09 06:37:36 +02:00
version = "5.0.1"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
2023-04-03 02:49:17 +02:00
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
2024-09-09 06:37:36 +02:00
version = "0.4.1"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
2023-04-03 02:49:17 +02:00
dependencies = [
"libc",
2024-09-09 06:37:36 +02:00
"option-ext",
2023-04-03 02:49:17 +02:00
"redox_users",
2024-09-09 06:37:36 +02:00
"windows-sys 0.48.0",
2023-04-03 02:49:17 +02:00
]
[[package]]
name = "dotenv"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
[[package]]
name = "either"
version = "1.9.0"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
2023-04-03 02:49:17 +02:00
[[package]]
name = "encoding_rs"
version = "0.8.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
dependencies = [
"cfg-if",
]
[[package]]
name = "errno"
2024-09-09 06:37:36 +02:00
version = "0.3.9"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
2023-04-03 02:49:17 +02:00
dependencies = [
"libc",
2024-09-09 06:37:36 +02:00
"windows-sys 0.52.0",
2023-04-03 02:49:17 +02:00
]
[[package]]
name = "eyre"
2024-09-09 06:37:36 +02:00
version = "0.6.12"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
2023-04-03 02:49:17 +02:00
dependencies = [
"indenter",
"once_cell",
]
[[package]]
name = "fastrand"
2024-09-09 06:37:36 +02:00
version = "2.1.1"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
2023-04-03 02:49:17 +02:00
[[package]]
name = "filetime"
version = "0.2.21"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
2023-04-03 02:49:17 +02:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall 0.2.16",
2024-09-09 06:37:36 +02:00
"windows-sys 0.48.0",
2023-04-03 02:49:17 +02:00
]
[[package]]
name = "flate2"
2024-09-09 06:37:36 +02:00
version = "1.0.33"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253"
2023-04-03 02:49:17 +02:00
dependencies = [
"crc32fast",
2024-09-09 06:37:36 +02:00
"miniz_oxide 0.8.0",
2023-04-03 02:49:17 +02:00
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "form_urlencoded"
version = "1.2.0"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
2023-04-03 02:49:17 +02:00
dependencies = [
"percent-encoding",
]
[[package]]
name = "futures"
2024-09-09 06:37:36 +02:00
version = "0.3.30"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
2023-04-03 02:49:17 +02:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2024-09-09 06:37:36 +02:00
version = "0.3.30"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
2023-04-03 02:49:17 +02:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2024-09-09 06:37:36 +02:00
version = "0.3.30"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
2023-04-03 02:49:17 +02:00
[[package]]
name = "futures-executor"
2024-09-09 06:37:36 +02:00
version = "0.3.30"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
2023-04-03 02:49:17 +02:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2024-09-09 06:37:36 +02:00
version = "0.3.30"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
2023-04-03 02:49:17 +02:00
[[package]]
name = "futures-macro"
2024-09-09 06:37:36 +02:00
version = "0.3.30"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
2023-04-03 02:49:17 +02:00
dependencies = [
"proc-macro2",
"quote",
2024-09-09 06:37:36 +02:00
"syn 2.0.77",
2023-04-03 02:49:17 +02:00
]
[[package]]
name = "futures-sink"
2024-09-09 06:37:36 +02:00
version = "0.3.30"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
2023-04-03 02:49:17 +02:00
[[package]]
name = "futures-task"
2024-09-09 06:37:36 +02:00
version = "0.3.30"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
2023-04-03 02:49:17 +02:00
[[package]]
name = "futures-util"
2024-09-09 06:37:36 +02:00
version = "0.3.30"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
2023-04-03 02:49:17 +02:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "generic-array"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
version = "0.2.10"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
2023-04-03 02:49:17 +02:00
dependencies = [
"cfg-if",
"libc",
2024-09-09 06:37:36 +02:00
"wasi",
2023-04-03 02:49:17 +02:00
]
[[package]]
name = "gimli"
version = "0.27.3"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
2023-04-03 02:49:17 +02:00
[[package]]
name = "graphql-introspection-query"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f2a4732cf5140bd6c082434494f785a19cfb566ab07d1382c3671f5812fed6d"
dependencies = [
"serde",
]
[[package]]
name = "graphql-parser"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2ebc8013b4426d5b81a4364c419a95ed0b404af2b82e2457de52d9348f0e474"
dependencies = [
"combine",
"thiserror",
]
[[package]]
name = "graphql_client"
2024-09-09 06:37:36 +02:00
version = "0.13.0"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "09cdf7b487d864c2939b23902291a5041bc4a84418268f25fda1c8d4e15ad8fa"
2023-04-03 02:49:17 +02:00
dependencies = [
"graphql_query_derive",
"reqwest",
"serde",
"serde_json",
]
[[package]]
name = "graphql_client_codegen"
2024-09-09 06:37:36 +02:00
version = "0.13.0"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "a40f793251171991c4eb75bd84bc640afa8b68ff6907bc89d3b712a22f700506"
2023-04-03 02:49:17 +02:00
dependencies = [
"graphql-introspection-query",
"graphql-parser",
"heck",
"lazy_static",
"proc-macro2",
"quote",
"serde",
"serde_json",
"syn 1.0.109",
]
[[package]]
name = "graphql_query_derive"
2024-09-09 06:37:36 +02:00
version = "0.13.0"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "00bda454f3d313f909298f626115092d348bc231025699f557b27e248475f48c"
2023-04-03 02:49:17 +02:00
dependencies = [
"graphql_client_codegen",
"proc-macro2",
"syn 1.0.109",
]
[[package]]
name = "h2"
version = "0.3.20"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97ec8491ebaf99c8eaa73058b045fe58073cd6be7f596ac993ced0b0a0c01049"
2023-04-03 02:49:17 +02:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
[[package]]
name = "hermit-abi"
2024-09-09 06:37:36 +02:00
version = "0.3.9"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2023-04-03 02:49:17 +02:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hex-literal"
2024-09-09 06:37:36 +02:00
version = "0.4.1"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"
2023-04-03 02:49:17 +02:00
[[package]]
name = "http"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
dependencies = [
"bytes",
"http",
"pin-project-lite",
]
[[package]]
name = "httparse"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
[[package]]
name = "httpdate"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
[[package]]
name = "hyper"
version = "0.14.27"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
2023-04-03 02:49:17 +02:00
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
"socket2 0.4.9",
2023-04-03 02:49:17 +02:00
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
2023-04-05 00:44:51 +02:00
name = "hyper-rustls"
version = "0.24.1"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97"
2023-04-03 02:49:17 +02:00
dependencies = [
"futures-util",
2023-04-05 00:44:51 +02:00
"http",
2023-04-03 02:49:17 +02:00
"hyper",
2023-04-05 00:44:51 +02:00
"rustls",
2023-04-03 02:49:17 +02:00
"tokio",
2023-04-05 00:44:51 +02:00
"tokio-rustls",
2023-04-03 02:49:17 +02:00
]
[[package]]
name = "iana-time-zone"
version = "0.1.57"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
2023-04-03 02:49:17 +02:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"windows",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2023-04-03 02:49:17 +02:00
dependencies = [
"cc",
2023-04-03 02:49:17 +02:00
]
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[package]]
name = "idna"
version = "0.4.0"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
2023-04-03 02:49:17 +02:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "indenter"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
[[package]]
name = "indexmap"
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
dependencies = [
"autocfg",
"hashbrown",
]
[[package]]
name = "ipnet"
version = "2.8.0"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
2023-04-03 02:49:17 +02:00
[[package]]
name = "itoa"
2024-09-09 06:37:36 +02:00
version = "1.0.11"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2023-04-03 02:49:17 +02:00
[[package]]
name = "js-sys"
version = "0.3.64"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
2023-04-03 02:49:17 +02:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
2024-09-09 06:37:36 +02:00
version = "0.2.158"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
2023-04-03 02:49:17 +02:00
[[package]]
name = "linux-raw-sys"
2024-09-09 06:37:36 +02:00
version = "0.4.14"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
2023-04-03 02:49:17 +02:00
[[package]]
name = "lock_api"
version = "0.4.10"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
2023-04-03 02:49:17 +02:00
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.19"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
2023-04-03 02:49:17 +02:00
[[package]]
name = "memchr"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[package]]
name = "mime"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "miniz_oxide"
version = "0.7.1"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
2023-04-03 02:49:17 +02:00
dependencies = [
"adler",
]
2024-09-09 06:37:36 +02:00
[[package]]
name = "miniz_oxide"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
dependencies = [
"adler2",
]
2023-04-03 02:49:17 +02:00
[[package]]
name = "mio"
2024-09-09 06:37:36 +02:00
version = "1.0.2"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
2023-04-03 02:49:17 +02:00
dependencies = [
2024-09-09 06:37:36 +02:00
"hermit-abi",
2023-04-03 02:49:17 +02:00
"libc",
2024-09-09 06:37:36 +02:00
"wasi",
"windows-sys 0.52.0",
2023-04-03 02:49:17 +02:00
]
[[package]]
2023-04-05 00:44:51 +02:00
name = "nu-ansi-term"
version = "0.46.0"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-05 00:44:51 +02:00
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
2023-04-03 02:49:17 +02:00
dependencies = [
2023-04-05 00:44:51 +02:00
"overload",
"winapi",
2023-04-03 02:49:17 +02:00
]
[[package]]
name = "num-traits"
version = "0.2.16"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
2023-04-03 02:49:17 +02:00
dependencies = [
"autocfg",
]
[[package]]
name = "object"
version = "0.31.1"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
2023-04-03 02:49:17 +02:00
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
version = "1.18.0"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
2023-04-03 02:49:17 +02:00
2024-09-09 06:37:36 +02:00
[[package]]
name = "option-ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2023-04-03 02:49:17 +02:00
[[package]]
2023-04-05 00:44:51 +02:00
name = "overload"
2023-04-03 02:49:17 +02:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-05 00:44:51 +02:00
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2023-04-03 02:49:17 +02:00
[[package]]
name = "owo-colors"
version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
[[package]]
name = "parking_lot"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.9.8"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
2023-04-03 02:49:17 +02:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall 0.3.5",
2023-04-03 02:49:17 +02:00
"smallvec",
2024-09-09 06:37:36 +02:00
"windows-targets 0.48.1",
2023-04-03 02:49:17 +02:00
]
[[package]]
name = "percent-encoding"
version = "2.3.0"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
2023-04-03 02:49:17 +02:00
[[package]]
name = "pin-project-lite"
version = "0.2.12"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12cc1b0bf1727a77a54b6654e7b5f1af8604923edc8b81885f8ec92f9e3f0a05"
2023-04-03 02:49:17 +02:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "platform-info"
2024-09-09 06:37:36 +02:00
version = "2.0.3"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "d5ff316b9c4642feda973c18f0decd6c8b0919d4722566f6e4337cce0dd88217"
2023-04-03 02:49:17 +02:00
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "proc-macro2"
2024-09-09 06:37:36 +02:00
version = "1.0.86"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
2023-04-03 02:49:17 +02:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
2024-09-09 06:37:36 +02:00
version = "1.0.37"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
2023-04-03 02:49:17 +02:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "redox_syscall"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
dependencies = [
"bitflags 1.3.2",
2023-04-03 02:49:17 +02:00
]
[[package]]
name = "redox_syscall"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
"bitflags 1.3.2",
2023-04-03 02:49:17 +02:00
]
[[package]]
name = "redox_users"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
dependencies = [
"getrandom",
"redox_syscall 0.2.16",
"thiserror",
]
[[package]]
name = "reqwest"
2024-09-09 06:37:36 +02:00
version = "0.11.27"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
2023-04-03 02:49:17 +02:00
dependencies = [
"base64",
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"hyper",
2023-04-05 00:44:51 +02:00
"hyper-rustls",
2023-04-03 02:49:17 +02:00
"ipnet",
"js-sys",
"log",
"mime",
"once_cell",
"percent-encoding",
"pin-project-lite",
2023-04-05 00:44:51 +02:00
"rustls",
"rustls-pemfile",
2023-04-03 02:49:17 +02:00
"serde",
"serde_json",
"serde_urlencoded",
2024-09-09 06:37:36 +02:00
"sync_wrapper",
"system-configuration",
2023-04-03 02:49:17 +02:00
"tokio",
2023-04-05 00:44:51 +02:00
"tokio-rustls",
2023-04-03 02:49:17 +02:00
"tokio-util",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"wasm-streams",
"web-sys",
2023-04-05 00:44:51 +02:00
"webpki-roots",
2023-04-03 02:49:17 +02:00
"winreg",
]
2023-04-05 00:44:51 +02:00
[[package]]
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
2024-09-09 06:37:36 +02:00
"spin 0.5.2",
"untrusted 0.7.1",
2023-04-05 00:44:51 +02:00
"web-sys",
"winapi",
]
2024-09-09 06:37:36 +02:00
[[package]]
name = "ring"
version = "0.17.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
dependencies = [
"cc",
"cfg-if",
"getrandom",
"libc",
"spin 0.9.8",
"untrusted 0.9.0",
"windows-sys 0.52.0",
]
2023-04-03 02:49:17 +02:00
[[package]]
name = "rustc-demangle"
version = "0.1.23"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2023-04-03 02:49:17 +02:00
[[package]]
name = "rustix"
2024-09-09 06:37:36 +02:00
version = "0.38.36"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "3f55e80d50763938498dd5ebb18647174e0c76dc38c5505294bb224624f30f36"
2023-04-03 02:49:17 +02:00
dependencies = [
2024-09-09 06:37:36 +02:00
"bitflags 2.6.0",
2023-04-03 02:49:17 +02:00
"errno",
"libc",
"linux-raw-sys",
2024-09-09 06:37:36 +02:00
"windows-sys 0.52.0",
2023-04-03 02:49:17 +02:00
]
[[package]]
2023-04-05 00:44:51 +02:00
name = "rustls"
2024-09-09 06:37:36 +02:00
version = "0.21.12"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
2023-04-05 00:44:51 +02:00
dependencies = [
"log",
2024-09-09 06:37:36 +02:00
"ring 0.17.8",
"rustls-webpki",
2023-04-05 00:44:51 +02:00
"sct",
]
2023-04-03 02:49:17 +02:00
[[package]]
2023-04-05 00:44:51 +02:00
name = "rustls-pemfile"
version = "1.0.3"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
2023-04-03 02:49:17 +02:00
dependencies = [
2023-04-05 00:44:51 +02:00
"base64",
2023-04-03 02:49:17 +02:00
]
2023-04-05 00:44:51 +02:00
[[package]]
name = "rustls-webpki"
2024-09-09 06:37:36 +02:00
version = "0.101.7"
2023-04-05 00:44:51 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
dependencies = [
2024-09-09 06:37:36 +02:00
"ring 0.17.8",
"untrusted 0.9.0",
]
2023-04-05 00:44:51 +02:00
2023-04-03 02:49:17 +02:00
[[package]]
name = "ryu"
version = "1.0.15"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
2023-04-03 02:49:17 +02:00
[[package]]
name = "scopeguard"
version = "1.2.0"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2023-04-03 02:49:17 +02:00
[[package]]
2023-04-05 00:44:51 +02:00
name = "sct"
version = "0.7.0"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-05 00:44:51 +02:00
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
2023-04-03 02:49:17 +02:00
dependencies = [
2024-09-09 06:37:36 +02:00
"ring 0.16.20",
"untrusted 0.7.1",
2023-04-03 02:49:17 +02:00
]
[[package]]
name = "serde"
2024-09-09 06:37:36 +02:00
version = "1.0.210"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
2023-04-03 02:49:17 +02:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2024-09-09 06:37:36 +02:00
version = "1.0.210"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
2023-04-03 02:49:17 +02:00
dependencies = [
"proc-macro2",
"quote",
2024-09-09 06:37:36 +02:00
"syn 2.0.77",
]
[[package]]
name = "serde_graphql_input"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7b3ed302fb48549bd1b0df59d180655f0eb621d71a3924c68e1af9aed4f6a6a"
dependencies = [
"anyhow",
"itoa",
"serde",
"tokio",
"tracing",
2023-04-03 02:49:17 +02:00
]
[[package]]
name = "serde_json"
2024-09-09 06:37:36 +02:00
version = "1.0.128"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
2023-04-03 02:49:17 +02:00
dependencies = [
"itoa",
2024-09-09 06:37:36 +02:00
"memchr",
2023-04-03 02:49:17 +02:00
"ryu",
"serde",
]
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
"itoa",
"ryu",
"serde",
]
[[package]]
name = "sha2"
2024-09-09 06:37:36 +02:00
version = "0.10.8"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
2023-04-03 02:49:17 +02:00
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "sharded-slab"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
dependencies = [
"lazy_static",
]
2024-09-09 06:37:36 +02:00
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2023-04-03 02:49:17 +02:00
[[package]]
name = "signal-hook-registry"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
dependencies = [
"libc",
]
[[package]]
name = "slab"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
dependencies = [
"autocfg",
]
[[package]]
name = "smallvec"
version = "1.11.0"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
2023-04-03 02:49:17 +02:00
[[package]]
name = "socket2"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "socket2"
2024-09-09 06:37:36 +02:00
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
dependencies = [
"libc",
2024-09-09 06:37:36 +02:00
"windows-sys 0.52.0",
]
2023-04-05 00:44:51 +02:00
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2024-09-09 06:37:36 +02:00
[[package]]
name = "spin"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2023-04-03 02:49:17 +02:00
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
2024-09-09 06:37:36 +02:00
version = "2.0.77"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed"
2023-04-03 02:49:17 +02:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2024-09-09 06:37:36 +02:00
[[package]]
name = "sync_wrapper"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
[[package]]
name = "system-configuration"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
dependencies = [
"bitflags 1.3.2",
"core-foundation",
"system-configuration-sys",
]
[[package]]
name = "system-configuration-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
dependencies = [
"core-foundation-sys",
"libc",
]
2023-04-03 02:49:17 +02:00
[[package]]
name = "tar"
2024-09-09 06:37:36 +02:00
version = "0.4.41"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909"
2023-04-03 02:49:17 +02:00
dependencies = [
"filetime",
"libc",
"xattr",
]
[[package]]
name = "tempfile"
2024-09-09 06:37:36 +02:00
version = "3.10.1"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
2023-04-03 02:49:17 +02:00
dependencies = [
"cfg-if",
"fastrand",
"rustix",
2024-09-09 06:37:36 +02:00
"windows-sys 0.52.0",
2023-04-03 02:49:17 +02:00
]
[[package]]
name = "thiserror"
2024-09-09 06:37:36 +02:00
version = "1.0.63"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
2023-04-03 02:49:17 +02:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-09-09 06:37:36 +02:00
version = "1.0.63"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
2023-04-03 02:49:17 +02:00
dependencies = [
"proc-macro2",
"quote",
2024-09-09 06:37:36 +02:00
"syn 2.0.77",
2023-04-03 02:49:17 +02:00
]
[[package]]
name = "thread_local"
version = "1.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
dependencies = [
"cfg-if",
"once_cell",
]
[[package]]
name = "tinyvec"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
2024-09-09 06:37:36 +02:00
version = "1.40.0"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
2023-04-03 02:49:17 +02:00
dependencies = [
"backtrace",
2023-04-03 02:49:17 +02:00
"bytes",
"libc",
"mio",
"parking_lot",
"pin-project-lite",
"signal-hook-registry",
2024-09-09 06:37:36 +02:00
"socket2 0.5.7",
2023-04-03 02:49:17 +02:00
"tokio-macros",
2024-09-09 06:37:36 +02:00
"windows-sys 0.52.0",
2023-04-03 02:49:17 +02:00
]
[[package]]
name = "tokio-macros"
2024-09-09 06:37:36 +02:00
version = "2.4.0"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
2023-04-03 02:49:17 +02:00
dependencies = [
"proc-macro2",
"quote",
2024-09-09 06:37:36 +02:00
"syn 2.0.77",
2023-04-03 02:49:17 +02:00
]
[[package]]
2023-04-05 00:44:51 +02:00
name = "tokio-rustls"
version = "0.24.1"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
2023-04-03 02:49:17 +02:00
dependencies = [
2023-04-05 00:44:51 +02:00
"rustls",
2023-04-03 02:49:17 +02:00
"tokio",
]
[[package]]
name = "tokio-scoped"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4beb8ba13bc53ac53ce1d52b42f02e5d8060f0f42138862869beb769722b256"
dependencies = [
"tokio",
"tokio-stream",
]
[[package]]
name = "tokio-stream"
version = "0.1.14"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
2023-04-03 02:49:17 +02:00
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-util"
version = "0.7.8"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
2023-04-03 02:49:17 +02:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
"tracing",
]
[[package]]
name = "tower-service"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
[[package]]
name = "tracing"
2024-09-09 06:37:36 +02:00
version = "0.1.40"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2023-04-03 02:49:17 +02:00
dependencies = [
2023-04-05 00:44:51 +02:00
"log",
2023-04-03 02:49:17 +02:00
"pin-project-lite",
2023-04-05 00:44:51 +02:00
"tracing-attributes",
2023-04-03 02:49:17 +02:00
"tracing-core",
]
2023-04-05 00:44:51 +02:00
[[package]]
name = "tracing-attributes"
2024-09-09 06:37:36 +02:00
version = "0.1.27"
2023-04-05 00:44:51 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
2023-04-05 00:44:51 +02:00
dependencies = [
"proc-macro2",
"quote",
2024-09-09 06:37:36 +02:00
"syn 2.0.77",
2023-04-05 00:44:51 +02:00
]
2023-04-03 02:49:17 +02:00
[[package]]
name = "tracing-core"
2024-09-09 06:37:36 +02:00
version = "0.1.32"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2023-04-03 02:49:17 +02:00
dependencies = [
"once_cell",
"valuable",
]
[[package]]
name = "tracing-error"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
dependencies = [
"tracing",
"tracing-subscriber",
]
2023-04-05 00:44:51 +02:00
[[package]]
name = "tracing-log"
2024-09-09 06:37:36 +02:00
version = "0.2.0"
2023-04-05 00:44:51 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2023-04-05 00:44:51 +02:00
dependencies = [
"log",
2024-09-09 06:37:36 +02:00
"once_cell",
2023-04-05 00:44:51 +02:00
"tracing-core",
]
2023-04-03 02:49:17 +02:00
[[package]]
name = "tracing-subscriber"
2024-09-09 06:37:36 +02:00
version = "0.3.18"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
2023-04-03 02:49:17 +02:00
dependencies = [
2023-04-05 00:44:51 +02:00
"nu-ansi-term",
2023-04-03 02:49:17 +02:00
"sharded-slab",
2023-04-05 00:44:51 +02:00
"smallvec",
2023-04-03 02:49:17 +02:00
"thread_local",
2023-04-05 00:44:51 +02:00
"tracing",
2023-04-03 02:49:17 +02:00
"tracing-core",
2023-04-05 00:44:51 +02:00
"tracing-log",
2023-04-03 02:49:17 +02:00
]
[[package]]
name = "try-lock"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
[[package]]
name = "typenum"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
[[package]]
name = "unicode-bidi"
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
[[package]]
name = "unicode-ident"
version = "1.0.11"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
2023-04-03 02:49:17 +02:00
[[package]]
name = "unicode-normalization"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
dependencies = [
"tinyvec",
]
[[package]]
name = "unreachable"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
dependencies = [
"void",
]
2023-04-05 00:44:51 +02:00
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2024-09-09 06:37:36 +02:00
[[package]]
name = "untrusted"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2023-04-03 02:49:17 +02:00
[[package]]
name = "url"
version = "2.4.0"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
2023-04-03 02:49:17 +02:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
[[package]]
name = "want"
version = "0.3.1"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2023-04-03 02:49:17 +02:00
dependencies = [
"try-lock",
]
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
version = "0.2.87"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
2023-04-03 02:49:17 +02:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.87"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
2023-04-03 02:49:17 +02:00
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
2024-09-09 06:37:36 +02:00
"syn 2.0.77",
2023-04-03 02:49:17 +02:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.37"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
2023-04-03 02:49:17 +02:00
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.87"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
2023-04-03 02:49:17 +02:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.87"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
2023-04-03 02:49:17 +02:00
dependencies = [
"proc-macro2",
"quote",
2024-09-09 06:37:36 +02:00
"syn 2.0.77",
2023-04-03 02:49:17 +02:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.87"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
2023-04-03 02:49:17 +02:00
[[package]]
name = "wasm-streams"
2024-09-09 06:37:36 +02:00
version = "0.4.0"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129"
2023-04-03 02:49:17 +02:00
dependencies = [
"futures-util",
"js-sys",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
[[package]]
name = "web-sys"
version = "0.3.64"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
2023-04-03 02:49:17 +02:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
2023-04-05 00:44:51 +02:00
[[package]]
name = "webpki-roots"
2024-09-09 06:37:36 +02:00
version = "0.25.4"
2023-04-05 00:44:51 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
2023-04-05 00:44:51 +02:00
2023-04-03 02:49:17 +02:00
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows"
2023-04-05 00:44:51 +02:00
version = "0.48.0"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-05 00:44:51 +02:00
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
2023-04-03 02:49:17 +02:00
dependencies = [
2024-09-09 06:37:36 +02:00
"windows-targets 0.48.1",
2023-04-03 02:49:17 +02:00
]
[[package]]
name = "windows-sys"
version = "0.48.0"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2023-04-03 02:49:17 +02:00
dependencies = [
2024-09-09 06:37:36 +02:00
"windows-targets 0.48.1",
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
"windows-targets 0.52.6",
2023-04-03 02:49:17 +02:00
]
[[package]]
name = "windows-targets"
version = "0.48.1"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
2023-04-03 02:49:17 +02:00
dependencies = [
2024-09-09 06:37:36 +02:00
"windows_aarch64_gnullvm 0.48.0",
"windows_aarch64_msvc 0.48.0",
"windows_i686_gnu 0.48.0",
"windows_i686_msvc 0.48.0",
"windows_x86_64_gnu 0.48.0",
"windows_x86_64_gnullvm 0.48.0",
"windows_x86_64_msvc 0.48.0",
]
[[package]]
name = "windows-targets"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
dependencies = [
"windows_aarch64_gnullvm 0.52.6",
"windows_aarch64_msvc 0.52.6",
"windows_i686_gnu 0.52.6",
"windows_i686_gnullvm",
"windows_i686_msvc 0.52.6",
"windows_x86_64_gnu 0.52.6",
"windows_x86_64_gnullvm 0.52.6",
"windows_x86_64_msvc 0.52.6",
2023-04-03 02:49:17 +02:00
]
2023-04-05 00:44:51 +02:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
2024-09-09 06:37:36 +02:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2023-04-05 00:44:51 +02:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
2024-09-09 06:37:36 +02:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2023-04-05 00:44:51 +02:00
[[package]]
name = "windows_i686_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
2024-09-09 06:37:36 +02:00
[[package]]
name = "windows_i686_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2023-04-05 00:44:51 +02:00
[[package]]
name = "windows_i686_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
2024-09-09 06:37:36 +02:00
[[package]]
name = "windows_i686_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2023-04-05 00:44:51 +02:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
2024-09-09 06:37:36 +02:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2023-04-05 00:44:51 +02:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
2024-09-09 06:37:36 +02:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2023-04-05 00:44:51 +02:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
2024-09-09 06:37:36 +02:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2023-04-03 02:49:17 +02:00
[[package]]
name = "winreg"
2024-09-09 06:37:36 +02:00
version = "0.50.0"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
2023-04-03 02:49:17 +02:00
dependencies = [
2024-09-09 06:37:36 +02:00
"cfg-if",
"windows-sys 0.48.0",
2023-04-03 02:49:17 +02:00
]
[[package]]
name = "xattr"
2024-09-09 06:37:36 +02:00
version = "1.3.1"
2023-04-03 02:49:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-09 06:37:36 +02:00
checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f"
2023-04-03 02:49:17 +02:00
dependencies = [
"libc",
2024-09-09 06:37:36 +02:00
"linux-raw-sys",
"rustix",
2023-04-03 02:49:17 +02:00
]