gupaxx/Cargo.lock

6825 lines
160 KiB
Text
Raw Normal View History

2022-10-01 16:58:22 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "ab_glyph"
version = "0.2.23"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80179d7dd5d7e8c285d67c4a1e652972a92de7475beddfb92028c76463b13225"
2022-10-01 16:58:22 +00:00
dependencies = [
"ab_glyph_rasterizer",
"owned_ttf_parser",
]
[[package]]
name = "ab_glyph_rasterizer"
2023-01-17 18:52:20 +00:00
version = "0.1.8"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-17 18:52:20 +00:00
checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046"
2022-10-01 16:58:22 +00:00
2023-12-26 16:26:40 +00:00
[[package]]
name = "accesskit"
version = "0.12.2"
2023-12-26 16:26:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6cb10ed32c63247e4e39a8f42e8e30fb9442fbf7878c8e4a9849e7e381619bea"
2023-12-26 16:26:40 +00:00
dependencies = [
"enumn",
"serde",
]
[[package]]
name = "addr2line"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
dependencies = [
"gimli",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "aes"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
dependencies = [
"cfg-if",
"cipher",
"cpufeatures",
"zeroize",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "ahash"
version = "0.8.9"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d713b3834d76b85304d4d525563c1276e2e30dc97cc67bfb4585a4a29fc2c89f"
2022-10-01 16:58:22 +00:00
dependencies = [
"cfg-if",
"once_cell",
2023-12-26 16:26:40 +00:00
"serde",
2022-10-01 16:58:22 +00:00
"version_check",
2023-12-26 16:26:40 +00:00
"zerocopy",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "aho-corasick"
version = "1.1.2"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
2022-10-01 16:58:22 +00:00
dependencies = [
"memchr",
]
2023-07-13 16:12:54 +00:00
[[package]]
name = "allocator-api2"
version = "0.2.16"
2023-07-13 16:12:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
2023-07-13 16:12:54 +00:00
[[package]]
name = "amplify"
version = "4.6.0"
2023-07-13 16:12:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e711289a6cb28171b4f0e6c8019c69ff9476050508dc082167575d458ff74d0"
2023-07-13 16:12:54 +00:00
dependencies = [
"amplify_derive",
"amplify_num",
"ascii",
"wasm-bindgen",
]
[[package]]
name = "amplify_derive"
version = "4.0.0"
2023-07-13 16:12:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "759dcbfaf94d838367a86d493ec34ccc8aa6fe365cb7880d6bf89006de24d9c1"
2023-07-13 16:12:54 +00:00
dependencies = [
"amplify_syn",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "amplify_num"
version = "0.5.2"
2023-07-13 16:12:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04c009c5c4de814911b177e2ea59e4930bb918978ed3cce4900d846a6ceb0838"
dependencies = [
"wasm-bindgen",
]
2023-07-13 16:12:54 +00:00
[[package]]
name = "amplify_syn"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7736fb8d473c0d83098b5bac44df6a561e20470375cd8bcae30516dc889fd62a"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
2023-12-26 16:26:40 +00:00
[[package]]
name = "android-activity"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64529721f27c2314ced0890ce45e469574a73e5e6fdd6e9da1860eb29285f5e0"
dependencies = [
"android-properties",
"bitflags 1.3.2",
"cc",
"jni-sys",
"libc",
"log",
"ndk",
"ndk-context",
"ndk-sys",
"num_enum 0.6.1",
]
[[package]]
name = "android-properties"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
[[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 = "anstream"
version = "0.6.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96b09b5178381e0874812a9b157f7fe84982617e48f71f4e3235482775e5b540"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"utf8parse",
]
[[package]]
name = "anstyle"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc"
[[package]]
name = "anstyle-parse"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "anstyle-wincon"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
dependencies = [
"anstyle",
"windows-sys 0.52.0",
]
[[package]]
name = "anyhow"
version = "1.0.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1"
2022-10-01 16:58:22 +00:00
[[package]]
name = "arboard"
version = "3.3.1"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1faa3c733d9a3dd6fbaf85da5d162a2e03b2e0033a90dceb0e2a90fdd1e5380a"
2022-10-01 16:58:22 +00:00
dependencies = [
"clipboard-win",
"log",
"objc",
"objc-foundation",
"objc_id",
"parking_lot",
"thiserror",
"x11rb",
]
[[package]]
name = "arrayvec"
2023-07-13 16:12:54 +00:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 16:12:54 +00:00
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
[[package]]
name = "arti-client"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ffd8cfa3b2bdbeefd4a8d8656a3763b53275fdd61e5aaf77821e3fec05f11b4"
dependencies = [
"cfg-if",
"derive_builder_fork_arti",
"derive_more",
"directories",
"educe",
"fs-mistrust",
"futures",
"hostname-validator",
"humantime-serde",
"libc",
"pin-project",
"postage",
"safelog",
"serde",
"thiserror",
"tor-async-utils",
"tor-basic-utils",
"tor-cell",
"tor-chanmgr",
"tor-checkable",
"tor-circmgr",
"tor-config",
"tor-dirmgr",
"tor-error",
"tor-guardmgr",
2023-07-13 16:12:54 +00:00
"tor-keymgr",
"tor-linkspec",
"tor-llcrypto",
"tor-netdir",
"tor-netdoc",
"tor-persist",
"tor-proto",
"tor-rtcompat",
"tracing",
"void",
]
[[package]]
name = "arti-hyper"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "041823a29b6f82d5c5e1dd45762d9764feb385ade2033ac28cbe2cc06edac5f6"
dependencies = [
"anyhow",
"arti-client",
"educe",
"hyper",
"pin-project",
"thiserror",
"tls-api",
"tls-api-native-tls",
"tokio",
"tor-error",
"tor-rtcompat",
]
2023-07-13 16:12:54 +00:00
[[package]]
name = "ascii"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
[[package]]
name = "ashpd"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b22517ee647547c01a687cf9b76074e1c91334032a4324f7243c6ee0f949390"
dependencies = [
"async-fs",
"async-net",
"enumflags2",
"futures-channel",
"futures-util",
"rand",
"serde",
"serde_repr",
"url",
"zbus",
]
[[package]]
name = "async-broadcast"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "258b52a1aa741b9f09783b2d86cf0aeeb617bbf847f6933340a39644227acbdb"
dependencies = [
"event-listener 5.1.0",
"event-listener-strategy 0.5.0",
"futures-core",
"pin-project-lite",
]
[[package]]
name = "async-channel"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f28243a43d821d11341ab73c80bed182dc015c514b951616cf79bd4af39af0c3"
dependencies = [
"concurrent-queue",
"event-listener 5.1.0",
"event-listener-strategy 0.5.0",
"futures-core",
"pin-project-lite",
]
[[package]]
name = "async-compression"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a116f46a969224200a0a97f29cfd4c50e7534e4b4826bd23ea2c3c533039c82c"
dependencies = [
"flate2",
"futures-core",
"futures-io",
"memchr",
"pin-project-lite",
"xz2",
"zstd 0.13.0",
"zstd-safe 7.0.0",
]
[[package]]
name = "async-executor"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17ae5ebefcc48e7452b4987947920dac9450be1110cadf34d1b8c116bdbaf97c"
dependencies = [
"async-lock 3.3.0",
"async-task",
"concurrent-queue",
"fastrand",
"futures-lite",
"slab",
]
[[package]]
name = "async-fs"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc19683171f287921f2405677dd2ed2549c3b3bda697a563ebc3a121ace2aba1"
dependencies = [
"async-lock 3.3.0",
"blocking",
"futures-lite",
]
[[package]]
name = "async-io"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f97ab0c5b00a7cdbe5a371b9a782ee7be1316095885c8a4ea1daf490eb0ef65"
dependencies = [
"async-lock 3.3.0",
"cfg-if",
"concurrent-queue",
"futures-io",
"futures-lite",
"parking",
"polling",
"rustix",
"slab",
"tracing",
"windows-sys 0.52.0",
]
[[package]]
name = "async-lock"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
dependencies = [
"event-listener 2.5.3",
]
[[package]]
name = "async-lock"
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b"
dependencies = [
"event-listener 4.0.3",
"event-listener-strategy 0.4.0",
"pin-project-lite",
]
[[package]]
name = "async-native-tls"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9343dc5acf07e79ff82d0c37899f079db3534d99f189a1837c8e549c99405bec"
dependencies = [
"futures-util",
"native-tls",
"thiserror",
"url",
]
[[package]]
name = "async-net"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
dependencies = [
"async-io",
"blocking",
"futures-lite",
]
[[package]]
name = "async-process"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "451e3cf68011bd56771c79db04a9e333095ab6349f7e47592b788e9b98720cc8"
dependencies = [
"async-channel",
"async-io",
"async-lock 3.3.0",
"async-signal",
"blocking",
"cfg-if",
"event-listener 5.1.0",
"futures-lite",
"rustix",
"windows-sys 0.52.0",
]
[[package]]
name = "async-recursion"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.51",
]
[[package]]
name = "async-signal"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5"
dependencies = [
"async-io",
"async-lock 2.8.0",
"atomic-waker",
"cfg-if",
"futures-core",
"futures-io",
"rustix",
"signal-hook-registry",
"slab",
"windows-sys 0.48.0",
]
[[package]]
name = "async-task"
version = "4.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799"
[[package]]
name = "async-trait"
version = "0.1.77"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.51",
]
[[package]]
name = "async_executors"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a982d2f86de6137cc05c9db9a915a19886c97911f9790d04f174cede74be01a5"
dependencies = [
"blanket",
"futures-core",
"futures-task",
"futures-util",
"pin-project",
"rustc_version",
"tokio",
]
[[package]]
name = "asynchronous-codec"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
dependencies = [
"bytes",
"futures-sink",
"futures-util",
"memchr",
"pin-project-lite",
]
[[package]]
name = "atomic"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
[[package]]
name = "atomic"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d818003e740b63afc82337e3160717f4f63078720a810b7b903e70a5d1d2994"
dependencies = [
"bytemuck",
]
2022-10-18 19:26:21 +00:00
[[package]]
name = "atomic-waker"
version = "1.1.2"
2022-10-18 19:26:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
2022-10-18 19:26:21 +00:00
2022-10-01 16:58:22 +00:00
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi 0.1.19",
2022-10-01 16:58:22 +00:00
"libc",
"winapi",
]
[[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.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
2022-12-15 02:09:37 +00:00
"miniz_oxide",
"object",
"rustc-demangle",
]
2023-07-13 16:12:54 +00:00
[[package]]
name = "base16ct"
version = "0.2.0"
2023-07-13 16:12:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
2023-07-13 16:12:54 +00:00
[[package]]
name = "base64"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2023-07-13 16:12:54 +00:00
[[package]]
name = "base64"
version = "0.21.7"
2023-07-13 16:12:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
2023-07-13 16:12:54 +00:00
[[package]]
name = "base64ct"
2023-03-30 13:46:12 +00:00
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 13:46:12 +00:00
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
2023-05-11 20:03:12 +00:00
[[package]]
name = "benri"
version = "0.1.12"
2023-05-11 20:03:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5a499936c3a7a02af7a468b9fa7ed198c6b6353c474561b0ce9cc2de4bc3865"
2023-05-11 20:03:12 +00:00
2022-10-01 16:58:22 +00:00
[[package]]
name = "bit_field"
2023-03-30 13:46:12 +00:00
version = "0.10.2"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 13:46:12 +00:00
checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
2022-10-01 16:58:22 +00:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
version = "2.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
[[package]]
name = "bitvec"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
dependencies = [
"funty",
"radium",
"tap",
"wyz",
]
[[package]]
name = "blanket"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0b121a9fe0df916e362fb3271088d071159cdf11db0e4182d02152850756eff"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.51",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
[[package]]
name = "block-buffer"
2023-03-30 13:46:12 +00:00
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 13:46:12 +00:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
2023-12-26 16:26:40 +00:00
[[package]]
name = "block-sys"
version = "0.1.0-beta.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa55741ee90902547802152aaf3f8e5248aab7e21468089560d4c8840561146"
dependencies = [
"objc-sys",
]
[[package]]
name = "block2"
version = "0.2.0-alpha.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8dd9e63c1744f755c2f60332b88de39d341e5e86239014ad839bd71c106dec42"
dependencies = [
"block-sys",
"objc2-encode",
]
[[package]]
name = "blocking"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118"
dependencies = [
"async-channel",
"async-lock 3.3.0",
"async-task",
"fastrand",
"futures-io",
"futures-lite",
"piper",
"tracing",
]
[[package]]
name = "bounded-vec-deque"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2225b558afc76c596898f5f1b3fc35cfce0eb1b13635cbd7d1b2a7177dc10ccd"
2022-10-01 16:58:22 +00:00
[[package]]
name = "bumpalo"
version = "3.14.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
2022-10-01 16:58:22 +00:00
[[package]]
name = "by_address"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf8dba2868114ed769a1f2590fc9ae5eb331175b44313b6c9b922f8f7ca813d0"
2022-10-01 16:58:22 +00:00
[[package]]
name = "bytemuck"
version = "1.14.3"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2ef034f05691a48569bd920a96c81b9d91bbad1ab5ac7c4616c1f6ef36cb79f"
2022-10-01 16:58:22 +00:00
dependencies = [
"bytemuck_derive",
]
[[package]]
name = "bytemuck_derive"
version = "1.5.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "965ab7eb5f8f97d2a083c799f3a1b994fc397b2fe2da5d1da1626ce15a39f2b1"
2022-10-01 16:58:22 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.51",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "byteorder"
version = "1.5.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2022-10-01 16:58:22 +00:00
[[package]]
name = "bytes"
version = "1.5.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
2022-10-01 16:58:22 +00:00
[[package]]
name = "bzip2"
2023-01-17 18:52:20 +00:00
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-17 18:52:20 +00:00
checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
dependencies = [
"bzip2-sys",
"libc",
]
[[package]]
name = "bzip2-sys"
version = "0.1.11+1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
dependencies = [
"cc",
"libc",
"pkg-config",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "calloop"
2023-07-13 16:12:54 +00:00
version = "0.10.6"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 16:12:54 +00:00
checksum = "52e0d00eb1ea24371a97d2da6201c6747a633dc6dc1988ef503403b4c59504a8"
2022-10-01 16:58:22 +00:00
dependencies = [
2023-07-13 16:12:54 +00:00
"bitflags 1.3.2",
2022-10-01 16:58:22 +00:00
"log",
"nix 0.25.1",
2022-10-01 16:58:22 +00:00
"slotmap",
"thiserror",
"vec_map",
]
[[package]]
name = "caret"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a472d18b7a8b73ecefb280476c3d2b832ac4920dfd0928f3fab94c46b659c4a"
2022-10-01 16:58:22 +00:00
[[package]]
name = "cc"
version = "1.0.88"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02f341c093d19155a6e41631ce5971aac4e9a868262212153124c15fa22d1cdc"
dependencies = [
"libc",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "cesu8"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2023-12-26 16:26:40 +00:00
[[package]]
name = "cfg_aliases"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2022-10-01 16:58:22 +00:00
[[package]]
name = "cgl"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
dependencies = [
"libc",
]
[[package]]
name = "chrono"
version = "0.4.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b"
dependencies = [
"android-tzdata",
"iana-time-zone",
"num-traits",
"serde",
"windows-targets 0.52.0",
]
[[package]]
name = "cipher"
2023-03-30 13:46:12 +00:00
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 13:46:12 +00:00
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
dependencies = [
"crypto-common",
"inout",
"zeroize",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "clipboard-win"
version = "5.2.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12f9a0700e0127ba15d1d52dd742097f821cd9c65939303a44d970465040a297"
2022-10-01 16:58:22 +00:00
dependencies = [
"error-code",
]
[[package]]
name = "coarsetime"
version = "0.1.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13b3839cf01bb7960114be3ccf2340f541b6d0c81f8690b007b2b39f750f7e5d"
dependencies = [
"libc",
"wasix",
"wasm-bindgen",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "cocoa"
version = "0.24.1"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a"
2022-10-01 16:58:22 +00:00
dependencies = [
"bitflags 1.3.2",
2022-10-01 16:58:22 +00:00
"block",
"cocoa-foundation",
"core-foundation",
"core-graphics",
2023-12-26 16:26:40 +00:00
"foreign-types",
2022-10-01 16:58:22 +00:00
"libc",
"objc",
]
[[package]]
name = "cocoa-foundation"
2023-03-30 13:46:12 +00:00
version = "0.1.1"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 13:46:12 +00:00
checksum = "931d3837c286f56e3c58423ce4eba12d08db2374461a785c86f672b08b5650d6"
2022-10-01 16:58:22 +00:00
dependencies = [
"bitflags 1.3.2",
2022-10-01 16:58:22 +00:00
"block",
"core-foundation",
"core-graphics-types",
2023-12-26 16:26:40 +00:00
"foreign-types",
2022-10-01 16:58:22 +00:00
"libc",
"objc",
]
[[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"
2022-10-01 16:58:22 +00:00
[[package]]
name = "combine"
version = "4.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
dependencies = [
"bytes",
"memchr",
]
[[package]]
name = "concurrent-queue"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363"
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "config"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23738e11972c7643e4ec947840fc463b6a571afcd3e735bdfce7d03c7a784aca"
dependencies = [
"async-trait",
"lazy_static",
"nom",
"pathdiff",
"serde",
2023-03-30 13:46:12 +00:00
"toml 0.5.11",
]
[[package]]
name = "const-oid"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
[[package]]
name = "constant_time_eq"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
[[package]]
name = "convert_case"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2022-10-01 16:58:22 +00:00
[[package]]
name = "core-foundation"
version = "0.9.4"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2022-10-01 16:58:22 +00:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.6"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
2022-10-01 16:58:22 +00:00
[[package]]
name = "core-graphics"
version = "0.22.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
dependencies = [
"bitflags 1.3.2",
2022-10-01 16:58:22 +00:00
"core-foundation",
"core-graphics-types",
2023-12-26 16:26:40 +00:00
"foreign-types",
2022-10-01 16:58:22 +00:00
"libc",
]
[[package]]
name = "core-graphics-types"
2023-07-13 16:12:54 +00:00
version = "0.1.2"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 16:12:54 +00:00
checksum = "2bb142d41022986c1d8ff29103a1411c8a3dfad3552f87a4f8dc50d61d4f4e33"
2022-10-01 16:58:22 +00:00
dependencies = [
"bitflags 1.3.2",
2022-10-01 16:58:22 +00:00
"core-foundation",
"libc",
]
[[package]]
name = "cpufeatures"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
dependencies = [
"libc",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "crc32fast"
version = "1.4.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
2022-10-01 16:58:22 +00:00
dependencies = [
"cfg-if",
]
[[package]]
name = "crossbeam-deque"
version = "0.8.5"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
2022-10-01 16:58:22 +00:00
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
version = "0.9.18"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
2022-10-01 16:58:22 +00:00
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-queue"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
dependencies = [
"crossbeam-utils",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "crossbeam-utils"
version = "0.8.19"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
2022-10-01 16:58:22 +00:00
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
2023-07-13 16:12:54 +00:00
[[package]]
name = "crypto-bigint"
version = "0.5.5"
2023-07-13 16:12:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
2023-07-13 16:12:54 +00:00
dependencies = [
"generic-array",
"rand_core",
2023-07-13 16:12:54 +00:00
"subtle",
"zeroize",
]
[[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]]
name = "ctr"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
dependencies = [
"cipher",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "curve25519-dalek"
version = "4.1.2"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a677b8922c94e01bdbb12126b0bc852f00447528dee1782229af9c720c3f348"
2022-10-01 16:58:22 +00:00
dependencies = [
"cfg-if",
"cpufeatures",
"curve25519-dalek-derive",
"digest",
"fiat-crypto",
"platforms",
"rustc_version",
2022-10-01 16:58:22 +00:00
"subtle",
"zeroize",
]
[[package]]
name = "curve25519-dalek-derive"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.51",
]
[[package]]
name = "darling"
2023-03-30 13:46:12 +00:00
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 13:46:12 +00:00
checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
dependencies = [
2023-03-30 13:46:12 +00:00
"darling_core 0.14.4",
"darling_macro 0.14.4",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "darling"
version = "0.20.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54e36fcd13ed84ffdfda6f5be89b31287cbb80c439841fe69e04841435464391"
dependencies = [
"darling_core 0.20.8",
"darling_macro 0.20.8",
]
[[package]]
name = "darling_core"
2023-03-30 13:46:12 +00:00
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 13:46:12 +00:00
checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim 0.10.0",
2023-03-30 13:46:12 +00:00
"syn 1.0.109",
]
[[package]]
name = "darling_core"
version = "0.20.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c2cf1c23a687a1feeb728783b993c4e1ad83d99f351801977dd809b48d0a70f"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim 0.10.0",
"syn 2.0.51",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "darling_macro"
2023-03-30 13:46:12 +00:00
version = "0.14.4"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 13:46:12 +00:00
checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
2022-10-01 16:58:22 +00:00
dependencies = [
2023-03-30 13:46:12 +00:00
"darling_core 0.14.4",
"quote",
2023-03-30 13:46:12 +00:00
"syn 1.0.109",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "darling_macro"
version = "0.20.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a668eda54683121533a393014d8692171709ff57a7d61f187b6e782719f8933f"
dependencies = [
"darling_core 0.20.8",
"quote",
"syn 2.0.51",
]
[[package]]
name = "data-encoding"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5"
[[package]]
name = "der"
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c"
dependencies = [
"const-oid",
"pem-rfc7468",
"zeroize",
]
[[package]]
name = "deranged"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
dependencies = [
"powerfmt",
"serde",
]
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "derive-adhoc"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5283ac2881753c76c0892406705553f0d9ab30649f81e18964d3408f4501edb8"
dependencies = [
"derive-adhoc-macros 0.7.3",
"heck",
]
2023-07-13 16:12:54 +00:00
[[package]]
name = "derive-adhoc"
version = "0.8.1"
2023-07-13 16:12:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acd539187faa4741d0b5cee4bfe866b655cbe3cf497ecbe60db60883108e19fb"
dependencies = [
"derive-adhoc-macros 0.8.1",
"heck",
]
2023-07-13 16:12:54 +00:00
[[package]]
name = "derive-adhoc-macros"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c21b673a9b8c78c34908e6fcb42b922e11c4df2de5237f1c3f58d3285904a84b"
dependencies = [
"heck",
"itertools 0.11.0",
"proc-macro-crate 1.3.1",
"proc-macro2",
"quote",
"sha3",
"strum 0.25.0",
"syn 1.0.109",
"void",
2023-07-13 16:12:54 +00:00
]
[[package]]
name = "derive-adhoc-macros"
version = "0.8.1"
2023-07-13 16:12:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0f27b6d3c8bc4e69b0e1091cfc38e3bb9e7b6d3dfc3703a1dd5c75d0a281e2a"
2023-07-13 16:12:54 +00:00
dependencies = [
"heck",
"itertools 0.12.1",
"proc-macro-crate 1.3.1",
"proc-macro2",
"quote",
"sha3",
"strum 0.25.0",
"syn 2.0.51",
"void",
]
[[package]]
name = "derive_builder_core_fork_arti"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24c1b715c79be6328caa9a5e1a387a196ea503740f0722ec3dd8f67a9e72314d"
dependencies = [
2023-03-30 13:46:12 +00:00
"darling 0.14.4",
"proc-macro2",
"quote",
2023-03-30 13:46:12 +00:00
"syn 1.0.109",
]
[[package]]
name = "derive_builder_fork_arti"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3eae24d595f4d0ecc90a9a5a6d11c2bd8dafe2375ec4a1ec63250e5ade7d228"
dependencies = [
"derive_builder_macro_fork_arti",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "derive_builder_macro_fork_arti"
version = "0.11.2"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69887769a2489cd946bf782eb2b1bb2cb7bc88551440c94a765d4f040c08ebf3"
dependencies = [
"derive_builder_core_fork_arti",
2023-03-30 13:46:12 +00:00
"syn 1.0.109",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "derive_more"
version = "0.99.17"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
2022-10-01 16:58:22 +00:00
dependencies = [
"convert_case",
"proc-macro2",
"quote",
"rustc_version",
2023-03-30 13:46:12 +00:00
"syn 1.0.109",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "digest"
2023-07-13 16:12:54 +00:00
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 16:12:54 +00:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer",
"const-oid",
"crypto-common",
"subtle",
]
[[package]]
name = "directories"
version = "5.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35"
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs"
version = "5.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
dependencies = [
"libc",
"option-ext",
"redox_users",
"windows-sys 0.48.0",
]
[[package]]
name = "dispatch"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
[[package]]
name = "displaydoc"
2023-07-13 16:12:54 +00:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 16:12:54 +00:00
checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.51",
]
[[package]]
name = "dlib"
2023-07-13 16:12:54 +00:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 16:12:54 +00:00
checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
dependencies = [
"libloading 0.8.1",
]
[[package]]
name = "downcast-rs"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
2022-10-01 16:58:22 +00:00
[[package]]
name = "dyn-clone"
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
2023-07-13 16:12:54 +00:00
[[package]]
name = "ecdsa"
version = "0.16.9"
2023-07-13 16:12:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
2023-07-13 16:12:54 +00:00
dependencies = [
"der",
"digest",
2023-07-13 16:12:54 +00:00
"elliptic-curve",
"rfc6979",
"signature 2.2.0",
"spki",
2023-07-13 16:12:54 +00:00
]
2023-12-26 16:26:40 +00:00
[[package]]
name = "ecolor"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b7637fc2e74d17e52931bac90ff4fc061ac776ada9c7fa272f24cdca5991972"
dependencies = [
"bytemuck",
"serde",
]
[[package]]
name = "ed25519"
version = "2.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
dependencies = [
"pkcs8",
"signature 2.2.0",
]
[[package]]
name = "ed25519-dalek"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871"
dependencies = [
"curve25519-dalek",
"ed25519",
"merlin",
"rand_core",
"serde",
"sha2",
"subtle",
"zeroize",
]
[[package]]
name = "educe"
version = "0.4.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f0042ff8246a363dbe77d2ceedb073339e85a804b9a47636c6e016a9a32c05f"
dependencies = [
"enum-ordinalize",
"proc-macro2",
"quote",
2023-03-30 13:46:12 +00:00
"syn 1.0.109",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "eframe"
2023-12-26 16:26:40 +00:00
version = "0.24.1"
2022-11-02 22:18:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 16:26:40 +00:00
checksum = "cdd73918a828c35a7efb4d7188ea973df4bffc589178ed95f521c917b03ddcfa"
2022-10-01 16:58:22 +00:00
dependencies = [
"bytemuck",
2023-12-26 16:26:40 +00:00
"cocoa",
2022-10-01 16:58:22 +00:00
"egui",
"egui-winit",
2023-07-05 13:25:39 +00:00
"egui_glow",
"glow",
2022-10-01 16:58:22 +00:00
"glutin",
2023-12-26 16:26:40 +00:00
"glutin-winit",
"image",
2022-10-01 16:58:22 +00:00
"js-sys",
2023-12-26 16:26:40 +00:00
"log",
"objc",
"parking_lot",
2022-10-01 16:58:22 +00:00
"percent-encoding",
"raw-window-handle 0.5.2",
2023-12-26 16:26:40 +00:00
"static_assertions",
"thiserror",
2022-10-01 16:58:22 +00:00
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2023-12-26 16:26:40 +00:00
"winapi",
2022-10-01 16:58:22 +00:00
"winit",
]
[[package]]
name = "egui"
2023-12-26 16:26:40 +00:00
version = "0.24.1"
2022-11-02 22:18:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 16:26:40 +00:00
checksum = "c55bcb864b764eb889515a38b8924757657a250738ad15126637ee2df291ee6b"
2022-10-01 16:58:22 +00:00
dependencies = [
2023-12-26 16:26:40 +00:00
"accesskit",
2023-12-25 14:28:07 +00:00
"ahash",
2022-10-01 16:58:22 +00:00
"epaint",
2023-12-26 16:26:40 +00:00
"log",
2022-10-01 16:58:22 +00:00
"nohash-hasher",
2023-12-26 16:26:40 +00:00
"serde",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "egui-winit"
2023-12-26 16:26:40 +00:00
version = "0.24.1"
2022-11-02 22:18:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 16:26:40 +00:00
checksum = "3b673606b6606b12b95e3a3194d7882bf5cff302db36a520b8144c7c342e4e84"
2022-10-01 16:58:22 +00:00
dependencies = [
"arboard",
"egui",
2023-12-26 16:26:40 +00:00
"log",
"raw-window-handle 0.5.2",
2022-10-01 16:58:22 +00:00
"smithay-clipboard",
2023-12-26 16:26:40 +00:00
"web-time",
2022-10-01 16:58:22 +00:00
"webbrowser",
"winit",
]
[[package]]
name = "egui_extras"
2023-12-26 16:26:40 +00:00
version = "0.24.2"
2022-11-02 22:18:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 16:26:40 +00:00
checksum = "97624eaf17a16058265d3a3e712e167798655baf7c8f693de25be75cdd6c57b5"
2022-10-01 16:58:22 +00:00
dependencies = [
"egui",
2023-12-26 16:26:40 +00:00
"enum-map",
2022-10-01 16:58:22 +00:00
"image",
2023-12-26 16:26:40 +00:00
"log",
"mime_guess2",
"serde",
2022-10-01 16:58:22 +00:00
]
2023-07-05 13:25:39 +00:00
[[package]]
name = "egui_glow"
2023-12-26 16:26:40 +00:00
version = "0.24.1"
2023-07-05 13:25:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 16:26:40 +00:00
checksum = "262151f9d57c557c02a40a46f27b9e050a6eb0b006b94dced9c6f4519a04d489"
2023-07-05 13:25:39 +00:00
dependencies = [
"bytemuck",
"egui",
"glow",
2023-12-26 16:26:40 +00:00
"log",
"memoffset 0.7.1",
2023-07-05 13:25:39 +00:00
"wasm-bindgen",
"web-sys",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "either"
version = "1.10.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
2022-10-01 16:58:22 +00:00
2023-07-13 16:12:54 +00:00
[[package]]
name = "elliptic-curve"
version = "0.13.8"
2023-07-13 16:12:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
2023-07-13 16:12:54 +00:00
dependencies = [
"base16ct",
"crypto-bigint",
"digest",
2023-07-13 16:12:54 +00:00
"ff",
"generic-array",
"group",
"pkcs8",
"rand_core",
2023-07-13 16:12:54 +00:00
"sec1",
"subtle",
"zeroize",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "emath"
2023-12-26 16:26:40 +00:00
version = "0.24.1"
2022-11-02 22:18:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 16:26:40 +00:00
checksum = "a045c6c0b44b35e98513fc1e9d183ab42881ac27caccb9fa345465601f56cce4"
2022-10-01 16:58:22 +00:00
dependencies = [
"bytemuck",
2023-12-26 16:26:40 +00:00
"serde",
]
[[package]]
name = "endi"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
2023-12-26 16:26:40 +00:00
[[package]]
name = "enum-map"
version = "2.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6866f3bfdf8207509a033af1a75a7b08abda06bbaaeae6669323fd5a097df2e9"
dependencies = [
"enum-map-derive",
"serde",
]
[[package]]
name = "enum-map-derive"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f282cfdfe92516eb26c2af8589c274c7c17681f5ecc03c18255fe741c6aa64eb"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.51",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "enum-ordinalize"
version = "3.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bf1fa3f06bbff1ea5b1a9c7b14aa992a39657db60a2759457328d7e058f49ee"
dependencies = [
"num-bigint",
"num-traits",
"proc-macro2",
"quote",
"syn 2.0.51",
]
[[package]]
name = "enumflags2"
version = "0.7.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3278c9d5fb675e0a51dabcf4c0d355f692b064171535ba72361be1528a9d8e8d"
dependencies = [
"enumflags2_derive",
"serde",
]
[[package]]
name = "enumflags2_derive"
version = "0.7.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c785274071b1b420972453b306eeca06acf4633829db4223b58a2a8c5953bc4"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.51",
2023-12-26 16:26:40 +00:00
]
[[package]]
name = "enumn"
version = "0.1.13"
2023-12-26 16:26:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fd000fd6988e73bbe993ea3db9b1aa64906ab88766d654973924340c8cddb42"
2023-12-26 16:26:40 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.51",
]
[[package]]
name = "env_filter"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea"
dependencies = [
"log",
"regex",
]
[[package]]
name = "env_logger"
version = "0.5.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15b0a4d2e39f8420210be8b27eeda28029729e2fd4291019455016c348240c38"
dependencies = [
"atty",
"humantime 1.3.0",
"log",
"regex",
"termcolor",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "env_logger"
version = "0.11.2"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c012a26a7f605efc424dd53697843a72be7dc86ad2d01f7814337794a12231d"
2022-10-01 16:58:22 +00:00
dependencies = [
"anstream",
"anstyle",
"env_filter",
"humantime 2.1.0",
2022-10-01 16:58:22 +00:00
"log",
]
[[package]]
name = "epaint"
2023-12-26 16:26:40 +00:00
version = "0.24.1"
2022-11-02 22:18:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 16:26:40 +00:00
checksum = "7d1b9e000d21bab9b535ce78f9f7745be28b3f777f6c7223936561c5c7fefab8"
2022-10-01 16:58:22 +00:00
dependencies = [
"ab_glyph",
2023-12-25 14:28:07 +00:00
"ahash",
2022-10-01 16:58:22 +00:00
"bytemuck",
2023-12-26 16:26:40 +00:00
"ecolor",
2022-10-01 16:58:22 +00:00
"emath",
2023-12-26 16:26:40 +00:00
"log",
2022-10-01 16:58:22 +00:00
"nohash-hasher",
"parking_lot",
2023-12-26 16:26:40 +00:00
"serde",
2022-10-01 16:58:22 +00:00
]
2023-07-13 16:12:54 +00:00
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-03-30 13:46:12 +00:00
[[package]]
name = "errno"
version = "0.3.8"
2023-03-30 13:46:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
2023-03-30 13:46:12 +00:00
dependencies = [
"libc",
"windows-sys 0.52.0",
2023-03-30 13:46:12 +00:00
]
[[package]]
name = "error-code"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26a147e1a6641a55d994b3e4e9fa4d9b180c8d652c09b363af8c9bf1b8e04139"
[[package]]
name = "event-listener"
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
[[package]]
name = "event-listener"
version = "4.0.3"
2023-03-30 13:46:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e"
2023-03-30 13:46:12 +00:00
dependencies = [
"concurrent-queue",
"parking",
"pin-project-lite",
2023-03-30 13:46:12 +00:00
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "event-listener"
version = "5.1.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7ad6fd685ce13acd6d9541a30f6db6567a7a24c9ffd4ba2955d29e3f22c8b27"
2022-10-01 16:58:22 +00:00
dependencies = [
"concurrent-queue",
"parking",
"pin-project-lite",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "event-listener-strategy"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3"
dependencies = [
"event-listener 4.0.3",
"pin-project-lite",
]
[[package]]
name = "event-listener-strategy"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "feedafcaa9b749175d5ac357452a9d41ea2911da598fde46ce1fe02c37751291"
dependencies = [
"event-listener 5.1.0",
"pin-project-lite",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "exr"
version = "1.72.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4"
2022-10-01 16:58:22 +00:00
dependencies = [
"bit_field",
"flume",
"half",
"lebe",
2022-12-15 02:09:37 +00:00
"miniz_oxide",
2023-03-30 13:46:12 +00:00
"rayon-core",
2022-10-01 16:58:22 +00:00
"smallvec",
"zune-inflate",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "fallible-iterator"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
[[package]]
name = "fallible-streaming-iterator"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
[[package]]
name = "fastrand"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
2023-07-13 16:12:54 +00:00
[[package]]
name = "fdeflate"
version = "0.3.4"
2023-07-13 16:12:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
2023-07-13 16:12:54 +00:00
dependencies = [
"simd-adler32",
]
[[package]]
name = "ff"
version = "0.13.0"
2023-07-13 16:12:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"
2023-07-13 16:12:54 +00:00
dependencies = [
"rand_core",
2023-07-13 16:12:54 +00:00
"subtle",
]
[[package]]
name = "fiat-crypto"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1676f435fc1dadde4d03e43f5d62b259e1ce5f40bd4ffb21db2b42ebe59c1382"
2022-10-18 19:26:21 +00:00
[[package]]
name = "figment"
version = "0.10.14"
2022-10-18 19:26:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b6e5bc7bd59d60d0d45a6ccab6cf0f4ce28698fb4e81e750ddf229c9b824026"
2022-10-18 19:26:21 +00:00
dependencies = [
"atomic 0.6.0",
2022-10-18 19:26:21 +00:00
"serde",
"toml 0.8.10",
2022-10-18 19:26:21 +00:00
"uncased",
"version_check",
]
[[package]]
name = "filedescriptor"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
dependencies = [
"libc",
"thiserror",
"winapi",
]
[[package]]
name = "filetime"
version = "0.2.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
dependencies = [
"cfg-if",
"libc",
"redox_syscall 0.4.1",
"windows-sys 0.52.0",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "flate2"
version = "1.0.28"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
2022-10-01 16:58:22 +00:00
dependencies = [
"crc32fast",
2022-12-15 02:09:37 +00:00
"miniz_oxide",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "fluid-let"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "749cff877dc1af878a0b31a41dd221a753634401ea0ef2f87b62d3171522485a"
2022-10-01 16:58:22 +00:00
[[package]]
name = "flume"
version = "0.11.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
2022-10-01 16:58:22 +00:00
dependencies = [
2023-07-13 16:12:54 +00:00
"spin 0.9.8",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
2023-12-26 16:26:40 +00:00
"foreign-types-shared",
2022-10-01 16:58:22 +00:00
]
[[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"
version = "1.2.1"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
2022-10-01 16:58:22 +00:00
dependencies = [
"percent-encoding",
]
[[package]]
name = "fs-mistrust"
version = "0.7.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "476c90fd2e83786920602f28c4c00ef739106329cc0b5efdf0a87837524bcf13"
dependencies = [
"derive_builder_fork_arti",
"dirs",
"educe",
"libc",
"once_cell",
"pwd-grp",
"serde",
"thiserror",
"walkdir",
]
[[package]]
name = "fslock"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04412b8935272e3a9bae6f48c7bfff74c2911f60525404edfdd28e49884c3bfb"
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "funty"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
[[package]]
name = "futures"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
dependencies = [
"futures-core",
"futures-sink",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "futures-core"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
[[package]]
name = "futures-executor"
version = "0.3.30"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "futures-io"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
[[package]]
name = "futures-lite"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "445ba825b27408685aaecefd65178908c36c6e96aaf6d8599419d46e624192ba"
dependencies = [
"fastrand",
"futures-core",
"futures-io",
"parking",
"pin-project-lite",
]
[[package]]
name = "futures-macro"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.51",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "futures-sink"
version = "0.3.30"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
2022-10-01 16:58:22 +00:00
[[package]]
name = "futures-task"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
[[package]]
name = "futures-util"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "generic-array"
2023-03-30 13:46:12 +00:00
version = "0.14.7"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 13:46:12 +00:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2022-10-01 16:58:22 +00:00
dependencies = [
"typenum",
"version_check",
"zeroize",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "gethostname"
version = "0.4.3"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
2022-10-01 16:58:22 +00:00
dependencies = [
"libc",
"windows-targets 0.48.5",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "getrandom"
version = "0.2.12"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
2022-10-01 16:58:22 +00:00
dependencies = [
"cfg-if",
"js-sys",
"libc",
"wasi",
2022-10-01 16:58:22 +00:00
"wasm-bindgen",
]
[[package]]
name = "gif"
version = "0.13.1"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
2022-10-01 16:58:22 +00:00
dependencies = [
"color_quant",
"weezl",
]
[[package]]
name = "gimli"
version = "0.28.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
2022-10-01 16:58:22 +00:00
[[package]]
name = "gl_generator"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
dependencies = [
"khronos_api",
"log",
"xml-rs",
]
[[package]]
name = "glob-match"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9985c9503b412198aa4197559e9a318524ebc4519c229bfa05a535828c950b9d"
2022-10-01 16:58:22 +00:00
[[package]]
name = "glow"
2023-12-26 16:26:40 +00:00
version = "0.12.3"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 16:26:40 +00:00
checksum = "ca0fe580e4b60a8ab24a868bc08e2f03cbcb20d3d676601fa909386713333728"
2022-10-01 16:58:22 +00:00
dependencies = [
"js-sys",
"slotmap",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "glutin"
2023-12-26 16:26:40 +00:00
version = "0.30.10"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 16:26:40 +00:00
checksum = "8fc93b03242719b8ad39fb26ed2b01737144ce7bd4bfc7adadcef806596760fe"
2022-10-01 16:58:22 +00:00
dependencies = [
2023-12-26 16:26:40 +00:00
"bitflags 1.3.2",
"cfg_aliases",
2022-10-01 16:58:22 +00:00
"cgl",
"core-foundation",
2023-12-26 16:26:40 +00:00
"dispatch",
2022-10-01 16:58:22 +00:00
"glutin_egl_sys",
"glutin_glx_sys",
"glutin_wgl_sys",
2023-07-13 16:12:54 +00:00
"libloading 0.7.4",
2023-12-26 16:26:40 +00:00
"objc2",
2022-10-01 16:58:22 +00:00
"once_cell",
"raw-window-handle 0.5.2",
2023-12-26 16:26:40 +00:00
"wayland-sys 0.30.1",
"windows-sys 0.45.0",
"x11-dl",
2022-10-01 16:58:22 +00:00
]
[[package]]
2023-12-26 16:26:40 +00:00
name = "glutin-winit"
version = "0.3.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 16:26:40 +00:00
checksum = "629a873fc04062830bfe8f97c03773bcd7b371e23bcc465d0a61448cd1588fa4"
2022-10-01 16:58:22 +00:00
dependencies = [
2023-12-26 16:26:40 +00:00
"cfg_aliases",
"glutin",
"raw-window-handle 0.5.2",
2023-12-26 16:26:40 +00:00
"winit",
2022-10-01 16:58:22 +00:00
]
[[package]]
2023-12-26 16:26:40 +00:00
name = "glutin_egl_sys"
version = "0.5.1"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 16:26:40 +00:00
checksum = "af784eb26c5a68ec85391268e074f0aa618c096eadb5d6330b0911cf34fe57c5"
2022-10-01 16:58:22 +00:00
dependencies = [
"gl_generator",
2023-12-26 16:26:40 +00:00
"windows-sys 0.45.0",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "glutin_glx_sys"
2023-12-26 16:26:40 +00:00
version = "0.4.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 16:26:40 +00:00
checksum = "1b53cb5fe568964aa066a3ba91eac5ecbac869fb0842cd0dc9e412434f1a1494"
2022-10-01 16:58:22 +00:00
dependencies = [
"gl_generator",
"x11-dl",
]
[[package]]
name = "glutin_wgl_sys"
2023-12-26 16:26:40 +00:00
version = "0.4.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 16:26:40 +00:00
checksum = "ef89398e90033fc6bc65e9bd42fd29bbbfd483bda5b56dc5562f455550618165"
2022-10-01 16:58:22 +00:00
dependencies = [
"gl_generator",
]
2023-07-13 16:12:54 +00:00
[[package]]
name = "group"
version = "0.13.0"
2023-07-13 16:12:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
2023-07-13 16:12:54 +00:00
dependencies = [
"ff",
"rand_core",
2023-07-13 16:12:54 +00:00
"subtle",
]
[[package]]
name = "gupax"
2024-02-01 14:06:10 +00:00
version = "1.3.5"
dependencies = [
"anyhow",
"arti-client",
"arti-hyper",
2023-05-11 20:03:12 +00:00
"benri",
"bytes",
"dirs",
"eframe",
"egui",
"egui_extras",
"env_logger 0.11.2",
"figment",
"flate2",
"hyper",
"hyper-tls",
"image",
"is_elevated",
"log",
"lzma-sys",
"num-format",
2023-05-11 20:01:17 +00:00
"once_cell",
"openssl",
"portable-pty",
"rand",
"regex",
"rfd",
"serde",
"serde_json",
"static_vcruntime",
2023-12-25 14:52:24 +00:00
"strip-ansi-escapes",
"strsim 0.11.0",
"sudo",
"sysinfo",
"tar",
"tls-api",
"tls-api-native-tls",
"tls-api-openssl",
"tokio",
"toml 0.8.10",
"tor-rtcompat",
"walkdir",
"winres",
"zeroize",
"zip",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "half"
version = "2.4.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5eceaaeec696539ddaf7b333340f1af35a5aa87ae3e4f3ead0532f72affab2e"
2022-10-01 16:58:22 +00:00
dependencies = [
"cfg-if",
2022-10-01 16:58:22 +00:00
"crunchy",
]
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2023-07-13 16:12:54 +00:00
[[package]]
name = "hashbrown"
version = "0.14.3"
2023-07-13 16:12:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
2023-07-13 16:12:54 +00:00
dependencies = [
2023-12-25 14:28:07 +00:00
"ahash",
2023-07-13 16:12:54 +00:00
"allocator-api2",
]
[[package]]
name = "hashlink"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
dependencies = [
"hashbrown 0.14.3",
]
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2022-10-01 16:58:22 +00:00
[[package]]
name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
[[package]]
name = "hermit-abi"
version = "0.3.3"
2023-03-30 13:46:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
2023-03-30 13:46:12 +00:00
2022-10-01 16:58:22 +00:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hkdf"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
dependencies = [
"hmac",
]
[[package]]
name = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
"digest",
]
2023-12-26 16:26:40 +00:00
[[package]]
name = "home"
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "hostname-validator"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f558a64ac9af88b5ba400d99b579451af0d39c6d360980045b91aac966d705e2"
[[package]]
name = "http"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb"
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea"
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
dependencies = [
"bytes",
"http 0.2.11",
"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.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
[[package]]
name = "humantime"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
dependencies = [
"quick-error",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "humantime-serde"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c"
dependencies = [
"humantime 2.1.0",
"serde",
]
[[package]]
name = "hyper"
version = "0.14.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"http 0.2.11",
"http-body",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper-tls"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
dependencies = [
"bytes",
"hyper",
"native-tls",
"tokio",
"tokio-native-tls",
]
[[package]]
name = "iana-time-zone"
version = "0.1.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"windows-core",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
2022-10-01 16:58:22 +00: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.5.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
2022-10-01 16:58:22 +00:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "image"
version = "0.24.9"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d"
2022-10-01 16:58:22 +00:00
dependencies = [
"bytemuck",
"byteorder",
"color_quant",
"exr",
"gif",
"jpeg-decoder",
"num-traits",
"png",
2023-03-30 13:46:12 +00:00
"qoi",
2022-10-01 16:58:22 +00:00
"tiff",
]
[[package]]
name = "indexmap"
2023-03-30 13:46:12 +00:00
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 13:46:12 +00:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
dependencies = [
"autocfg",
2023-07-13 16:12:54 +00:00
"hashbrown 0.12.3",
"serde",
]
2023-07-13 16:12:54 +00:00
[[package]]
name = "indexmap"
version = "2.2.3"
2023-07-13 16:12:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "233cf39063f058ea2caae4091bf4a3ef70a653afbc026f5c4a4135d114e3c177"
2023-07-13 16:12:54 +00:00
dependencies = [
"equivalent",
"hashbrown 0.14.3",
"serde",
2023-07-13 16:12:54 +00:00
]
[[package]]
name = "inout"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
dependencies = [
"generic-array",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
2023-03-30 13:46:12 +00:00
[[package]]
name = "inventory"
version = "0.3.15"
2023-03-30 13:46:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f958d3d68f4167080a18141e10381e7634563984a537f2a49a30fd8e53ac5767"
2023-03-30 13:46:12 +00:00
[[package]]
name = "ioctl-rs"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7970510895cee30b3e9128319f2cefd4bde883a39f38baa279567ba3a7eb97d"
dependencies = [
"libc",
]
[[package]]
name = "is_elevated"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5299060ff5db63e788015dcb9525ad9b84f4fd9717ed2cbdeba5018cbf42f9b5"
dependencies = [
"winapi",
]
[[package]]
name = "itertools"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
dependencies = [
"either",
]
2023-07-13 16:12:54 +00:00
[[package]]
name = "itertools"
version = "0.12.1"
2023-07-13 16:12:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
2023-07-13 16:12:54 +00:00
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
2022-10-01 16:58:22 +00:00
[[package]]
name = "jni"
2023-12-26 16:26:40 +00:00
version = "0.21.1"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 16:26:40 +00:00
checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
2022-10-01 16:58:22 +00:00
dependencies = [
"cesu8",
2023-12-26 16:26:40 +00:00
"cfg-if",
2022-10-01 16:58:22 +00:00
"combine",
"jni-sys",
"log",
"thiserror",
"walkdir",
2023-12-26 16:26:40 +00:00
"windows-sys 0.45.0",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "jni-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
[[package]]
name = "jpeg-decoder"
version = "0.3.1"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
2022-10-01 16:58:22 +00:00
dependencies = [
"rayon",
]
[[package]]
name = "js-sys"
version = "0.3.66"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cee9c64da59eae3b50095c18d3e74f8b73c0b86d2792824ff01bbce68ba229ca"
2022-10-01 16:58:22 +00:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "keccak"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654"
dependencies = [
"cpufeatures",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "khronos_api"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
dependencies = [
"spin 0.5.2",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "lebe"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
[[package]]
name = "libc"
version = "0.2.153"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
2022-10-01 16:58:22 +00:00
[[package]]
name = "libloading"
version = "0.7.4"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
2022-10-01 16:58:22 +00:00
dependencies = [
"cfg-if",
"winapi",
]
2023-07-13 16:12:54 +00:00
[[package]]
name = "libloading"
version = "0.8.1"
2023-07-13 16:12:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161"
2023-07-13 16:12:54 +00:00
dependencies = [
"cfg-if",
"windows-sys 0.48.0",
]
[[package]]
name = "libm"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
2023-12-26 16:26:40 +00:00
[[package]]
name = "libredox"
version = "0.0.1"
2023-12-26 16:26:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8"
2023-12-26 16:26:40 +00:00
dependencies = [
"bitflags 2.4.2",
2023-12-26 16:26:40 +00:00
"libc",
"redox_syscall 0.4.1",
]
[[package]]
name = "libredox"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3af92c55d7d839293953fcd0fda5ecfe93297cfde6ffbdec13b41d99c0ba6607"
dependencies = [
"bitflags 2.4.2",
"libc",
"redox_syscall 0.4.1",
]
2023-03-30 13:46:12 +00:00
[[package]]
name = "libsqlite3-sys"
version = "0.27.0"
2023-07-13 16:12:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf4e226dcd58b4be396f7bd3c20da8fdee2911400705297ba7d2d7cc2c30f716"
dependencies = [
"cc",
"pkg-config",
"vcpkg",
]
2023-07-13 16:12:54 +00:00
[[package]]
name = "linux-raw-sys"
version = "0.4.13"
2023-03-30 13:46:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
2023-03-30 13:46:12 +00:00
2022-10-01 16:58:22 +00:00
[[package]]
name = "lock_api"
version = "0.4.11"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
2022-10-01 16:58:22 +00:00
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.20"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
2022-10-01 16:58:22 +00:00
[[package]]
name = "lzma-sys"
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27"
dependencies = [
"cc",
"libc",
"pkg-config",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
dependencies = [
"libc",
]
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
"regex-automata 0.1.10",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "memchr"
version = "2.7.1"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
2022-10-01 16:58:22 +00:00
[[package]]
name = "memmap2"
2023-02-26 16:44:25 +00:00
version = "0.5.10"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-26 16:44:25 +00:00
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
2022-10-01 16:58:22 +00:00
dependencies = [
"libc",
]
2023-07-13 16:12:54 +00:00
[[package]]
name = "memmap2"
version = "0.9.4"
2023-07-13 16:12:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
2023-07-13 16:12:54 +00:00
dependencies = [
"libc",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "memoffset"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 16:26:40 +00:00
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
dependencies = [
"autocfg",
]
[[package]]
name = "memoffset"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
2022-10-01 16:58:22 +00:00
dependencies = [
"autocfg",
]
[[package]]
name = "memoffset"
2023-07-13 16:12:54 +00:00
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 16:12:54 +00:00
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
dependencies = [
"autocfg",
]
[[package]]
name = "merlin"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d"
dependencies = [
"byteorder",
"keccak",
"rand_core",
"zeroize",
]
2023-12-26 16:26:40 +00:00
[[package]]
name = "mime"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mime_guess2"
version = "2.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25a3333bb1609500601edc766a39b4c1772874a4ce26022f4d866854dc020c41"
dependencies = [
"mime",
"unicase",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "miniz_oxide"
version = "0.7.2"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
2022-10-01 16:58:22 +00:00
dependencies = [
"adler",
2023-07-13 16:12:54 +00:00
"simd-adler32",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "mio"
version = "0.8.10"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09"
2022-10-01 16:58:22 +00:00
dependencies = [
"libc",
"log",
"wasi",
"windows-sys 0.48.0",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "native-tls"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
dependencies = [
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "ndk"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0"
dependencies = [
"bitflags 1.3.2",
2022-10-01 16:58:22 +00:00
"jni-sys",
2023-12-26 16:26:40 +00:00
"ndk-sys",
"num_enum 0.5.11",
"raw-window-handle 0.5.2",
2022-10-01 16:58:22 +00:00
"thiserror",
]
[[package]]
name = "ndk-context"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
[[package]]
name = "ndk-sys"
2022-11-24 04:03:56 +00:00
version = "0.4.1+23.1.7779620"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-24 04:03:56 +00:00
checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3"
2022-10-01 16:58:22 +00:00
dependencies = [
"jni-sys",
]
[[package]]
name = "nix"
2023-12-26 16:26:40 +00:00
version = "0.24.3"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 16:26:40 +00:00
checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
2022-10-01 16:58:22 +00:00
dependencies = [
"bitflags 1.3.2",
2022-10-01 16:58:22 +00:00
"cfg-if",
"libc",
"memoffset 0.6.5",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "nix"
2023-12-26 16:26:40 +00:00
version = "0.25.1"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 16:26:40 +00:00
checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
2022-10-01 16:58:22 +00:00
dependencies = [
2023-12-26 16:26:40 +00:00
"autocfg",
"bitflags 1.3.2",
2022-10-01 16:58:22 +00:00
"cfg-if",
"libc",
"memoffset 0.6.5",
2023-12-26 16:26:40 +00:00
"pin-utils",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "nix"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
dependencies = [
"bitflags 2.4.2",
"cfg-if",
"cfg_aliases",
"libc",
"memoffset 0.9.0",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "nohash-hasher"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
[[package]]
name = "nom"
2023-01-17 18:52:20 +00:00
version = "7.1.3"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-17 18:52:20 +00:00
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2022-10-01 16:58:22 +00:00
dependencies = [
"memchr",
"minimal-lexical",
]
[[package]]
name = "ntapi"
2023-07-13 16:12:54 +00:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 16:12:54 +00:00
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
dependencies = [
"winapi",
]
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
[[package]]
name = "num-bigint"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-bigint-dig"
2023-07-13 16:12:54 +00:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 16:12:54 +00:00
checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
dependencies = [
"byteorder",
"lazy_static",
"libm",
"num-integer",
"num-iter",
"num-traits",
"rand",
"smallvec",
"zeroize",
]
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
[[package]]
name = "num-format"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
dependencies = [
2023-12-26 16:26:40 +00:00
"arrayvec",
"itoa",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "num-integer"
version = "0.1.46"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2022-10-01 16:58:22 +00:00
dependencies = [
"num-traits",
]
[[package]]
name = "num-iter"
version = "0.1.44"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d869c01cc0c455284163fd0092f1f93835385ccab5a98a0dcc497b2f8bf055a9"
2022-10-01 16:58:22 +00:00
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.18"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
2022-10-01 16:58:22 +00:00
dependencies = [
"autocfg",
"libm",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "num_cpus"
2023-07-13 16:12:54 +00:00
version = "1.16.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 16:12:54 +00:00
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2022-10-01 16:58:22 +00:00
dependencies = [
"hermit-abi 0.3.3",
2022-10-01 16:58:22 +00:00
"libc",
]
[[package]]
name = "num_enum"
2023-03-30 13:46:12 +00:00
version = "0.5.11"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 13:46:12 +00:00
checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
2022-10-01 16:58:22 +00:00
dependencies = [
"num_enum_derive 0.5.11",
]
[[package]]
name = "num_enum"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a015b430d3c108a207fd776d2e2196aaf8b1cf8cf93253e3a097ff3085076a1"
dependencies = [
"num_enum_derive 0.6.1",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "num_enum"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845"
dependencies = [
"num_enum_derive 0.7.2",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "num_enum_derive"
2023-03-30 13:46:12 +00:00
version = "0.5.11"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 13:46:12 +00:00
checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
2022-10-01 16:58:22 +00:00
dependencies = [
"proc-macro-crate 1.3.1",
2022-10-01 16:58:22 +00:00
"proc-macro2",
"quote",
2023-03-30 13:46:12 +00:00
"syn 1.0.109",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "num_enum_derive"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6"
dependencies = [
"proc-macro-crate 1.3.1",
"proc-macro2",
"quote",
"syn 2.0.51",
]
[[package]]
name = "num_enum_derive"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b"
dependencies = [
"proc-macro-crate 3.1.0",
"proc-macro2",
"quote",
"syn 2.0.51",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "objc"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
dependencies = [
"malloc_buf",
]
[[package]]
name = "objc-foundation"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
dependencies = [
"block",
"objc",
"objc_id",
]
2023-12-26 16:26:40 +00:00
[[package]]
name = "objc-sys"
version = "0.2.0-beta.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df3b9834c1e95694a05a828b59f55fa2afec6288359cda67146126b3f90a55d7"
[[package]]
name = "objc2"
version = "0.3.0-beta.3.patch-leaks.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e01640f9f2cb1220bbe80325e179e532cb3379ebcd1bf2279d703c19fe3a468"
dependencies = [
"block2",
"objc-sys",
"objc2-encode",
]
[[package]]
name = "objc2-encode"
version = "2.0.0-pre.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abfcac41015b00a120608fdaa6938c44cb983fee294351cc4bac7638b4e50512"
dependencies = [
"objc-sys",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "objc_id"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
dependencies = [
"objc",
]
[[package]]
name = "object"
version = "0.32.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
dependencies = [
"memchr",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "once_cell"
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
[[package]]
name = "openssl"
version = "0.10.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
dependencies = [
"bitflags 2.4.2",
"cfg-if",
2023-12-26 16:26:40 +00:00
"foreign-types",
"libc",
"once_cell",
"openssl-macros",
"openssl-sys",
]
[[package]]
name = "openssl-macros"
2023-07-13 16:12:54 +00:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 16:12:54 +00:00
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.51",
]
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-src"
version = "300.2.3+3.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cff92b6f71555b61bb9315f7c64da3ca43d87531622120fea0195fc761b4843"
dependencies = [
"cc",
]
[[package]]
name = "openssl-sys"
version = "0.9.101"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dda2b0f344e78efc2facf7d195d098df0dd72151b26ab98da807afc26c198dff"
dependencies = [
"cc",
"libc",
"openssl-src",
"pkg-config",
"vcpkg",
]
[[package]]
name = "option-ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2022-10-01 16:58:22 +00:00
[[package]]
2023-12-26 16:26:40 +00:00
name = "orbclient"
version = "0.3.47"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 16:26:40 +00:00
checksum = "52f0d54bde9774d3a51dcf281a5def240c71996bc6ca05d2c847ec8b2b216166"
2022-10-01 16:58:22 +00:00
dependencies = [
"libredox 0.0.2",
]
[[package]]
name = "ordered-float"
version = "2.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
dependencies = [
"num-traits",
]
[[package]]
name = "ordered-stream"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
dependencies = [
"futures-core",
"pin-project-lite",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2022-10-01 16:58:22 +00:00
[[package]]
name = "owned_ttf_parser"
version = "0.20.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4586edfe4c648c71797a74c84bacb32b52b212eff5dfe2bb9f2c599844023e7"
2022-10-01 16:58:22 +00:00
dependencies = [
"ttf-parser",
]
[[package]]
2023-07-13 16:12:54 +00:00
name = "p256"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
dependencies = [
2023-07-13 16:12:54 +00:00
"ecdsa",
"elliptic-curve",
"primeorder",
"sha2",
2023-07-13 16:12:54 +00:00
]
[[package]]
name = "p384"
version = "0.13.0"
2023-07-13 16:12:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70786f51bcc69f6a4c0360e063a4cac5419ef7c5cd5b3c99ad70f3be5ba79209"
2023-07-13 16:12:54 +00:00
dependencies = [
"ecdsa",
"elliptic-curve",
"primeorder",
"sha2",
2023-07-13 16:12:54 +00:00
]
[[package]]
name = "p521"
version = "0.13.3"
2023-07-13 16:12:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fc9e2161f1f215afdfce23677034ae137bbd45016a880c2eb3ba8eb95f085b2"
2023-07-13 16:12:54 +00:00
dependencies = [
"base16ct",
"ecdsa",
"elliptic-curve",
"primeorder",
"rand_core",
"sha2",
]
[[package]]
name = "parking"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
2022-10-01 16:58:22 +00:00
[[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.9"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
2022-10-01 16:58:22 +00:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall 0.4.1",
2022-10-01 16:58:22 +00:00
"smallvec",
"windows-targets 0.48.5",
]
[[package]]
name = "password-hash"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
dependencies = [
"base64ct",
"rand_core",
"subtle",
]
[[package]]
name = "paste"
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
[[package]]
name = "pathdiff"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
[[package]]
name = "pbkdf2"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
dependencies = [
"digest",
"hmac",
"password-hash",
"sha2",
]
[[package]]
name = "pem"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd56cbd21fea48d0c440b41cd69c589faacade08c992d9a54e471b79d0fd13eb"
dependencies = [
2023-07-13 16:12:54 +00:00
"base64 0.13.1",
"once_cell",
"regex",
]
2023-07-13 16:12:54 +00:00
[[package]]
name = "pem-rfc7468"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
dependencies = [
"base64ct",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "percent-encoding"
version = "2.3.1"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2022-10-01 16:58:22 +00:00
[[package]]
name = "phf"
2023-07-13 16:12:54 +00:00
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 16:12:54 +00:00
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
dependencies = [
"phf_macros",
"phf_shared",
]
[[package]]
name = "phf_generator"
2023-07-13 16:12:54 +00:00
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 16:12:54 +00:00
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
dependencies = [
"phf_shared",
"rand",
]
[[package]]
name = "phf_macros"
2023-07-13 16:12:54 +00:00
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 16:12:54 +00:00
checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
dependencies = [
"phf_generator",
"phf_shared",
"proc-macro2",
"quote",
"syn 2.0.51",
]
[[package]]
name = "phf_shared"
2023-07-13 16:12:54 +00:00
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 16:12:54 +00:00
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
dependencies = [
"siphasher",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "pin-project"
version = "1.1.4"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0302c4a0442c456bd56f841aee5c3bfd17967563f6fadc9ceb9f9c23cf3807e0"
2022-10-01 16:58:22 +00:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
version = "1.1.4"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "266c042b60c9c76b8d53061e52b2e0d1116abc57cefc8c5cd671619a56ac3690"
2022-10-01 16:58:22 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.51",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "pin-project-lite"
version = "0.2.13"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
2022-10-01 16:58:22 +00:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "piper"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"
dependencies = [
"atomic-waker",
"fastrand",
"futures-io",
]
2023-07-13 16:12:54 +00:00
[[package]]
name = "pkcs1"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
dependencies = [
"der",
"pkcs8",
"spki",
2023-07-13 16:12:54 +00:00
]
[[package]]
name = "pkcs8"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
dependencies = [
"der",
"spki",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "pkg-config"
version = "0.3.30"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
[[package]]
name = "platforms"
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "626dec3cac7cc0e1577a2ec3fc496277ec2baa084bebad95bb6fdbfae235f84c"
2022-10-01 16:58:22 +00:00
[[package]]
name = "png"
version = "0.17.13"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
2022-10-01 16:58:22 +00:00
dependencies = [
"bitflags 1.3.2",
2022-10-01 16:58:22 +00:00
"crc32fast",
2023-07-13 16:12:54 +00:00
"fdeflate",
2022-10-01 16:58:22 +00:00
"flate2",
2022-12-15 02:09:37 +00:00
"miniz_oxide",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "polling"
version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24f040dee2588b4963afb4e420540439d126f73fdacf4a9c486a96d840bac3c9"
dependencies = [
"cfg-if",
"concurrent-queue",
"pin-project-lite",
"rustix",
"tracing",
"windows-sys 0.52.0",
]
[[package]]
name = "pollster"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2"
[[package]]
name = "portable-pty"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "806ee80c2a03dbe1a9fb9534f8d19e4c0546b790cde8fd1fea9d6390644cb0be"
dependencies = [
"anyhow",
"bitflags 1.3.2",
"downcast-rs",
"filedescriptor",
"lazy_static",
"libc",
"log",
"nix 0.25.1",
"serial",
"shared_library",
"shell-words",
"winapi",
"winreg",
]
[[package]]
name = "postage"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
dependencies = [
"atomic 0.5.3",
"crossbeam-queue",
"futures",
"parking_lot",
"pin-project",
"static_assertions",
"thiserror",
]
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2022-10-01 16:58:22 +00:00
[[package]]
name = "ppv-lite86"
version = "0.2.17"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2022-10-01 16:58:22 +00:00
[[package]]
name = "primeorder"
version = "0.13.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
dependencies = [
"elliptic-curve",
]
[[package]]
name = "priority-queue"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0bda9164fe05bc9225752d54aae413343c36f684380005398a6a8fde95fe785"
dependencies = [
"autocfg",
"indexmap 1.9.3",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "proc-macro-crate"
2023-03-30 13:46:12 +00:00
version = "1.3.1"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 13:46:12 +00:00
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
2022-10-01 16:58:22 +00:00
dependencies = [
"once_cell",
"toml_edit 0.19.15",
]
[[package]]
name = "proc-macro-crate"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
dependencies = [
"toml_edit 0.21.1",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "proc-macro2"
version = "1.0.78"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
2022-10-01 16:58:22 +00:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "pwd-grp"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6955c41fd7e4283bdf6ff3e7218b7e3f8ef24c4236b31d22be050f4cfd5e2a2c"
dependencies = [
"derive-adhoc 0.7.3",
"libc",
"paste",
"thiserror",
]
2023-03-30 13:46:12 +00:00
[[package]]
name = "qoi"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
dependencies = [
"bytemuck",
]
[[package]]
name = "quick-error"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2022-10-01 16:58:22 +00:00
[[package]]
name = "quote"
version = "1.0.35"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
2022-10-01 16:58:22 +00:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "radium"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
2022-10-01 16:58:22 +00:00
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "raw-window-handle"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
2022-10-01 16:58:22 +00:00
[[package]]
name = "raw-window-handle"
version = "0.6.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42a9830a0e1b9fb145ebb365b8bc4ccd75f290f98c0247deafbbe2c75cefb544"
2022-10-01 16:58:22 +00:00
[[package]]
name = "rayon"
version = "1.8.1"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa7237101a77a10773db45d62004a272517633fbcc3df19d96455ede1122e051"
2022-10-01 16:58:22 +00:00
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.12.1"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
2022-10-01 16:58:22 +00:00
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
]
2023-03-30 13:46:12 +00: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-03-30 13:46:12 +00:00
]
2023-12-26 16:26:40 +00:00
[[package]]
name = "redox_syscall"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
dependencies = [
"bitflags 1.3.2",
]
[[package]]
name = "redox_users"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4"
dependencies = [
"getrandom",
"libredox 0.0.1",
"thiserror",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "regex"
version = "1.10.3"
2023-07-13 16:12:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
2023-07-13 16:12:54 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-automata 0.4.5",
"regex-syntax 0.8.2",
2023-07-13 16:12:54 +00:00
]
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
"regex-syntax 0.6.29",
]
[[package]]
name = "regex-automata"
version = "0.4.5"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd"
2022-10-01 16:58:22 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax 0.8.2",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "regex-syntax"
version = "0.6.29"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2022-10-01 16:58:22 +00:00
[[package]]
name = "regex-syntax"
version = "0.8.2"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
2022-10-01 16:58:22 +00:00
[[package]]
name = "retry-error"
version = "0.5.1"
2023-07-13 16:12:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5e700775c6b1ef3b76bda447c1d88921334a6127600cc041140b29dc8582f19"
2023-07-13 16:12:54 +00:00
[[package]]
name = "rfc6979"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
2023-07-13 16:12:54 +00:00
dependencies = [
"hmac",
"subtle",
2023-07-13 16:12:54 +00:00
]
[[package]]
name = "rfd"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "373d2fc6310e2d14943d4e66ebed5b774a2b6b3b1610e7377edf124fb2760d6b"
dependencies = [
"ashpd",
"block",
"dispatch",
"js-sys",
"log",
"objc",
"objc-foundation",
"objc_id",
"pollster",
"raw-window-handle 0.6.0",
"urlencoding",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"windows-sys 0.48.0",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "ring"
version = "0.17.8"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
2022-10-01 16:58:22 +00:00
dependencies = [
"cc",
"cfg-if",
"getrandom",
"libc",
"spin 0.9.8",
"untrusted 0.9.0",
"windows-sys 0.52.0",
2023-07-13 16:12:54 +00:00
]
[[package]]
name = "rsa"
version = "0.9.6"
2023-07-13 16:12:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
2023-07-13 16:12:54 +00:00
dependencies = [
"const-oid",
"digest",
2023-07-13 16:12:54 +00:00
"num-bigint-dig",
"num-integer",
"num-traits",
"pkcs1",
"pkcs8",
"rand_core",
"sha2",
"signature 2.2.0",
"spki",
"subtle",
"zeroize",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "rusqlite"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a78046161564f5e7cd9008aff3b2990b3850dc8e0349119b98e8f251e099f24d"
dependencies = [
"bitflags 2.4.2",
"fallible-iterator",
"fallible-streaming-iterator",
"hashlink",
"libsqlite3-sys",
"smallvec",
"time",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "rustc-demangle"
2023-07-13 16:12:54 +00:00
version = "0.1.23"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 16:12:54 +00:00
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2022-10-01 16:58:22 +00:00
[[package]]
name = "rustc_version"
version = "0.4.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver",
]
2022-10-01 16:58:22 +00:00
2023-03-30 13:46:12 +00:00
[[package]]
name = "rustix"
version = "0.38.31"
2023-07-13 16:12:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949"
2023-07-13 16:12:54 +00:00
dependencies = [
"bitflags 2.4.2",
2023-07-13 16:12:54 +00:00
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.52.0",
2023-03-30 13:46:12 +00:00
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "rustversion"
version = "1.0.14"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
[[package]]
name = "ryu"
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
[[package]]
name = "safelog"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4dd088c4f8f20154e72ef45c78b31b1225b19b448dd3b0f37d605de1b8b8ef5"
dependencies = [
"derive_more",
"educe",
"either",
"fluid-let",
"thiserror",
]
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
name = "sanitize-filename"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ed72fbaf78e6f2d41744923916966c4fbe3d7c74e3037a8ee482f1115572603"
dependencies = [
"lazy_static",
"regex",
]
[[package]]
name = "schannel"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "scoped-tls"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
[[package]]
name = "scopeguard"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2023-07-13 16:12:54 +00:00
[[package]]
name = "sec1"
version = "0.7.3"
2023-07-13 16:12:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
2023-07-13 16:12:54 +00:00
dependencies = [
"base16ct",
"der",
2023-07-13 16:12:54 +00:00
"generic-array",
"pkcs8",
2023-07-13 16:12:54 +00:00
"subtle",
"zeroize",
]
[[package]]
name = "security-framework"
version = "2.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
dependencies = [
"bitflags 1.3.2",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
version = "2.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "semver"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca"
2022-10-01 16:58:22 +00:00
[[package]]
name = "serde"
version = "1.0.197"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
dependencies = [
"serde_derive",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "serde-value"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
dependencies = [
"ordered-float",
"serde",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "serde_derive"
version = "1.0.197"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
2022-10-01 16:58:22 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.51",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "serde_ignored"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8e319a36d1b52126a0d608f24e93b2d81297091818cd70625fcf50a15d84ddf"
dependencies = [
"serde",
]
[[package]]
name = "serde_json"
version = "1.0.114"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0"
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_repr"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b2e6b945e9d3df726b65d6ee24060aff8e3533d431f677a9695db04eff9dfdb"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.51",
]
2023-03-30 13:46:12 +00:00
[[package]]
name = "serde_spanned"
version = "0.6.5"
2023-03-30 13:46:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
2023-03-30 13:46:12 +00:00
dependencies = [
"serde",
]
[[package]]
name = "serde_with"
version = "3.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15d167997bd841ec232f5b2b8e0e26606df2e7caa4c31b95ea9ca52b200bd270"
dependencies = [
"base64 0.21.7",
"chrono",
"hex",
2023-07-13 16:12:54 +00:00
"indexmap 1.9.3",
"indexmap 2.2.3",
"serde",
"serde_derive",
"serde_json",
"serde_with_macros",
"time",
]
[[package]]
name = "serde_with_macros"
version = "3.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "865f9743393e638991566a8b7a479043c2c8da94a33e0a31f18214c9cae0a64d"
dependencies = [
"darling 0.20.8",
"proc-macro2",
"quote",
"syn 2.0.51",
]
[[package]]
name = "serial"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1237a96570fc377c13baa1b88c7589ab66edced652e43ffb17088f003db3e86"
dependencies = [
"serial-core",
"serial-unix",
"serial-windows",
]
[[package]]
name = "serial-core"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f46209b345401737ae2125fe5b19a77acce90cd53e1658cda928e4fe9a64581"
dependencies = [
"libc",
]
[[package]]
name = "serial-unix"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f03fbca4c9d866e24a459cbca71283f545a37f8e3e002ad8c70593871453cab7"
dependencies = [
"ioctl-rs",
"libc",
"serial-core",
"termios",
]
[[package]]
name = "serial-windows"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15c6d3b776267a75d31bbdfd5d36c0ca051251caafc285827052bc53bcdc8162"
dependencies = [
"libc",
"serial-core",
]
[[package]]
name = "sha1"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "sha2"
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "sha3"
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
dependencies = [
"digest",
"keccak",
]
[[package]]
name = "sharded-slab"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
dependencies = [
"lazy_static",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "shared_library"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
dependencies = [
"lazy_static",
"libc",
]
[[package]]
name = "shell-words"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
[[package]]
name = "shellexpand"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
dependencies = [
"dirs",
]
[[package]]
name = "signal-hook-registry"
2023-02-12 16:32:16 +00:00
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-12 16:32:16 +00:00
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
dependencies = [
"libc",
]
[[package]]
name = "signature"
version = "1.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
[[package]]
name = "signature"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
dependencies = [
"digest",
"rand_core",
]
[[package]]
name = "simd-adler32"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
[[package]]
name = "simple_asn1"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
dependencies = [
"num-bigint",
"num-traits",
"thiserror",
"time",
]
[[package]]
name = "siphasher"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
[[package]]
name = "slab"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
dependencies = [
"autocfg",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "slotmap"
version = "1.0.7"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
2022-10-01 16:58:22 +00:00
dependencies = [
"version_check",
]
[[package]]
name = "smallvec"
version = "1.13.1"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
2022-10-01 16:58:22 +00:00
[[package]]
name = "smithay-client-toolkit"
version = "0.16.1"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "870427e30b8f2cbe64bf43ec4b86e88fe39b0a84b3f15efd9c9c2d020bc86eb9"
2022-10-01 16:58:22 +00:00
dependencies = [
"bitflags 1.3.2",
2022-10-01 16:58:22 +00:00
"calloop",
"dlib",
"lazy_static",
"log",
2023-07-13 16:12:54 +00:00
"memmap2 0.5.10",
"nix 0.24.3",
2022-10-01 16:58:22 +00:00
"pkg-config",
"wayland-client",
"wayland-cursor",
"wayland-protocols",
]
[[package]]
name = "smithay-clipboard"
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a345c870a1fae0b1b779085e81b51e614767c239e93503588e54c5b17f4b0e8"
dependencies = [
"smithay-client-toolkit",
"wayland-client",
]
[[package]]
name = "socket2"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871"
dependencies = [
"libc",
"windows-sys 0.52.0",
]
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2022-10-01 16:58:22 +00:00
[[package]]
name = "spin"
2023-07-13 16:12:54 +00:00
version = "0.9.8"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 16:12:54 +00:00
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2022-10-01 16:58:22 +00:00
dependencies = [
"lock_api",
]
[[package]]
name = "spki"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
dependencies = [
"base64ct",
"der",
2023-07-13 16:12:54 +00:00
]
[[package]]
name = "ssh-cipher"
version = "0.2.0"
2023-07-13 16:12:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "caac132742f0d33c3af65bfcde7f6aa8f62f0e991d80db99149eb9d44708784f"
2023-07-13 16:12:54 +00:00
dependencies = [
"cipher",
"ssh-encoding",
2023-07-13 16:12:54 +00:00
]
[[package]]
name = "ssh-encoding"
version = "0.2.0"
2023-07-13 16:12:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb9242b9ef4108a78e8cd1a2c98e193ef372437f8c22be363075233321dd4a15"
2023-07-13 16:12:54 +00:00
dependencies = [
"base64ct",
"pem-rfc7468",
"sha2",
2023-07-13 16:12:54 +00:00
]
[[package]]
name = "ssh-key"
version = "0.6.4"
2023-07-13 16:12:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01f8f4ea73476c0aa5d5e6a75ce1e8634e2c3f82005ef3bbed21547ac57f2bf7"
2023-07-13 16:12:54 +00:00
dependencies = [
"p256",
"p384",
"p521",
"rand_core",
"rsa",
2023-07-13 16:12:54 +00:00
"sec1",
"sha2",
"signature 2.2.0",
"ssh-cipher",
2023-07-13 16:12:54 +00:00
"ssh-encoding",
"subtle",
2023-07-13 16:12:54 +00:00
"zeroize",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "static_vcruntime"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "954e3e877803def9dc46075bf4060147c55cd70db97873077232eae0269dc89b"
2023-12-25 14:52:24 +00:00
[[package]]
name = "strip-ansi-escapes"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55ff8ef943b384c414f54aefa961dd2bd853add74ec75e7ac74cf91dba62bcfa"
dependencies = [
"vte",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "strsim"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01"
[[package]]
name = "strum"
2023-07-13 16:12:54 +00:00
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 16:12:54 +00:00
checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
dependencies = [
"strum_macros 0.25.3",
]
[[package]]
name = "strum"
version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "723b93e8addf9aa965ebe2d11da6d7540fa2283fcea14b3371ff055f7ba13f5f"
dependencies = [
"strum_macros 0.26.1",
]
[[package]]
name = "strum_macros"
version = "0.25.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
dependencies = [
"heck",
"proc-macro2",
"quote",
"rustversion",
"syn 2.0.51",
]
[[package]]
name = "strum_macros"
version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a3417fc93d76740d974a01654a09777cb500428cc874ca9f45edfe0c4d4cd18"
dependencies = [
"heck",
"proc-macro2",
"quote",
"rustversion",
"syn 2.0.51",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "subtle"
2023-07-13 16:12:54 +00:00
version = "2.5.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 16:12:54 +00:00
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
2022-10-01 16:58:22 +00:00
[[package]]
name = "sudo"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88bd84d4c082e18e37fef52c0088e4407dabcef19d23a607fb4b5ee03b7d5b83"
dependencies = [
"libc",
"log",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "syn"
2023-03-30 13:46:12 +00:00
version = "1.0.109"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 13:46:12 +00:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2022-10-01 16:58:22 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
2023-03-30 13:46:12 +00:00
name = "syn"
version = "2.0.51"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ab617d94515e94ae53b8406c628598680aa0c9587474ecbe58188f7b345d66c"
dependencies = [
"proc-macro2",
"quote",
2023-03-30 13:46:12 +00:00
"unicode-ident",
]
[[package]]
name = "sysinfo"
version = "0.30.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fb4f3438c8f6389c864e61221cbc97e9bca98b4daf39a5beb7bea660f528bb2"
dependencies = [
"cfg-if",
"core-foundation-sys",
"libc",
"ntapi",
"once_cell",
"windows",
]
[[package]]
name = "tap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
[[package]]
name = "tar"
version = "0.4.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb"
dependencies = [
"filetime",
"libc",
"xattr",
]
[[package]]
name = "tempfile"
version = "3.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67"
dependencies = [
"cfg-if",
"fastrand",
"rustix",
"windows-sys 0.52.0",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "termcolor"
version = "1.4.1"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
2022-10-01 16:58:22 +00:00
dependencies = [
"winapi-util",
]
[[package]]
name = "termios"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5d9cf598a6d7ce700a4e6a9199da127e6819a61e64b68609683cc9a01b5683a"
dependencies = [
"libc",
]
[[package]]
name = "test-cert-gen"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "345f92b7cac59507cdaba298c5493f7c40e2063d31f6fc621105183344d5d50a"
dependencies = [
"once_cell",
"pem",
"tempfile",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "thiserror"
version = "1.0.57"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b"
2022-10-01 16:58:22 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.57"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81"
2022-10-01 16:58:22 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.51",
]
[[package]]
name = "thread_local"
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
dependencies = [
"cfg-if",
"once_cell",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "tiff"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
dependencies = [
"flate2",
"jpeg-decoder",
"weezl",
]
[[package]]
name = "time"
version = "0.3.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749"
dependencies = [
"deranged",
"itoa",
"num-conv",
"powerfmt",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
[[package]]
name = "time-macros"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774"
dependencies = [
"num-conv",
"time-core",
]
[[package]]
name = "tinystr"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83c02bf3c538ab32ba913408224323915f4ef9a6d61c0e85d493f355921c0ece"
dependencies = [
"displaydoc",
]
[[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 = "tls-api"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66d1b3dfb0a60da3e8a130c9f2432063d9979928a05c2b2cdcfc9fd05e4f53a3"
dependencies = [
"anyhow",
"log",
"pem",
"tempfile",
"thiserror",
"tokio",
"void",
"webpki",
]
[[package]]
name = "tls-api-native-tls"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b935bda2458120a5d2cea542013796fcf13937566580027f6a08f42a52206f7"
dependencies = [
"anyhow",
"native-tls",
"thiserror",
"tls-api",
"tls-api-test",
"tokio",
]
[[package]]
name = "tls-api-openssl"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82155f245c99a3b652627f32abeacd4eae9e0fec996c1090df121e01379d28f3"
dependencies = [
"anyhow",
"openssl",
"openssl-sys",
"thiserror",
"tls-api",
"tls-api-test",
"tokio",
]
[[package]]
name = "tls-api-test"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9df107843d725428d76bb159040fbae6d1524dcf25d5b24c56daa6b37ce9dbb5"
dependencies = [
"anyhow",
"env_logger 0.5.13",
"log",
"pem",
"test-cert-gen",
"tls-api",
"tokio",
"untrusted 0.6.2",
"webpki",
]
[[package]]
name = "tokio"
version = "1.36.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931"
dependencies = [
2023-07-13 16:12:54 +00:00
"backtrace",
"bytes",
"libc",
"mio",
"num_cpus",
"pin-project-lite",
"signal-hook-registry",
"socket2",
"tokio-macros",
"windows-sys 0.48.0",
]
[[package]]
name = "tokio-macros"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.51",
]
[[package]]
name = "tokio-native-tls"
2023-02-12 16:32:16 +00:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-12 16:32:16 +00:00
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
dependencies = [
"native-tls",
"tokio",
]
[[package]]
name = "tokio-util"
version = "0.7.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
dependencies = [
"bytes",
"futures-core",
"futures-io",
"futures-sink",
"pin-project-lite",
"tokio",
]
[[package]]
name = "toml"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
dependencies = [
"serde",
]
2023-03-30 13:46:12 +00:00
[[package]]
name = "toml"
version = "0.8.10"
2023-03-30 13:46:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290"
2023-03-30 13:46:12 +00:00
dependencies = [
"indexmap 2.2.3",
2023-03-30 13:46:12 +00:00
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit 0.22.6",
2023-03-30 13:46:12 +00:00
]
[[package]]
name = "toml_datetime"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
2023-03-30 13:46:12 +00:00
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
version = "0.19.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
dependencies = [
"indexmap 2.2.3",
"toml_datetime",
"winnow 0.5.40",
]
[[package]]
name = "toml_edit"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
dependencies = [
"indexmap 2.2.3",
"toml_datetime",
"winnow 0.5.40",
]
[[package]]
name = "toml_edit"
version = "0.22.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6"
dependencies = [
"indexmap 2.2.3",
2023-03-30 13:46:12 +00:00
"serde",
"serde_spanned",
"toml_datetime",
"winnow 0.6.2",
]
[[package]]
name = "tor-async-utils"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "154dff0d035ea51ee67b491aca0d90875fae090cfea430527fcc343a0c59c0a3"
dependencies = [
"futures",
"pin-project",
"postage",
"thiserror",
"void",
]
[[package]]
name = "tor-basic-utils"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11e82b6e151be1ba47f9aad40e02bb1dc8b2b174bc493b4a1d942ba8e405e3d3"
dependencies = [
"hex",
"libc",
"paste",
"rand",
"rand_chacha",
"slab",
"thiserror",
]
[[package]]
name = "tor-bytes"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ade285e052d37dd606d0f5179d73e2db3cc03b88ef35d82f3f136f1f310e3ba6"
dependencies = [
"bytes",
"digest",
"educe",
"getrandom",
"signature 2.2.0",
"thiserror",
"tor-error",
"tor-llcrypto",
"zeroize",
]
[[package]]
name = "tor-cell"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73626b412faf75c304486db20498e8085a40b9561f09e1bf919b5a176c858daa"
dependencies = [
"bitflags 2.4.2",
"bytes",
"caret",
"derive_more",
"educe",
"paste",
"rand",
"thiserror",
"tor-basic-utils",
"tor-bytes",
"tor-cert",
"tor-error",
"tor-linkspec",
"tor-llcrypto",
"tor-units",
]
[[package]]
name = "tor-cert"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ff2f1019c15bfadb8ad0f0b30f870b072b2cbecd8bf89be4bedca45543a6922"
dependencies = [
"caret",
"derive_more",
"digest",
"thiserror",
"tor-bytes",
"tor-checkable",
"tor-llcrypto",
]
[[package]]
name = "tor-chanmgr"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "365c79109b1fe28c6491aa15117111501a8661892b16d8eced2d981db47e3b14"
dependencies = [
"async-trait",
"derive_builder_fork_arti",
"derive_more",
"educe",
"futures",
"postage",
"rand",
"safelog",
"serde",
"thiserror",
"tor-async-utils",
"tor-basic-utils",
"tor-cell",
"tor-config",
"tor-error",
"tor-linkspec",
"tor-llcrypto",
"tor-netdir",
"tor-proto",
"tor-rtcompat",
"tor-socksproto",
"tor-units",
"tracing",
"void",
]
[[package]]
name = "tor-checkable"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6d1a0fb1e4b9a863c114164ed1250f4ac48ec02bbdf0bae2c2c598d04c762f4"
dependencies = [
"humantime 2.1.0",
"signature 1.6.4",
"thiserror",
"tor-llcrypto",
]
[[package]]
name = "tor-circmgr"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6e95044caa70e9fdbe8713498d223dd13e7f18b51de6bba18360ec8516f2b07"
dependencies = [
2023-07-13 16:12:54 +00:00
"amplify",
"async-trait",
"bounded-vec-deque",
"derive_builder_fork_arti",
"derive_more",
"downcast-rs",
"dyn-clone",
"educe",
"futures",
"humantime-serde",
"itertools 0.12.1",
"once_cell",
"pin-project",
"rand",
"retry-error",
"safelog",
"serde",
"static_assertions",
"thiserror",
"tor-async-utils",
"tor-basic-utils",
"tor-chanmgr",
"tor-config",
"tor-error",
"tor-guardmgr",
"tor-linkspec",
"tor-netdir",
"tor-netdoc",
"tor-persist",
"tor-proto",
"tor-protover",
"tor-rtcompat",
"tracing",
"void",
"weak-table",
]
[[package]]
name = "tor-config"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d7ff2b7ae4a21a5bfa219f37cf31b462628600db406b985c19eedc1611476f8"
dependencies = [
"config",
"derive-adhoc 0.8.1",
"derive_builder_fork_arti",
"directories",
"educe",
"either",
"fs-mistrust",
"itertools 0.12.1",
"once_cell",
"paste",
"regex",
"serde",
"serde-value",
"serde_ignored",
"shellexpand",
"strum 0.26.1",
"thiserror",
"toml 0.8.10",
"tor-basic-utils",
"tor-error",
"tracing",
"void",
]
[[package]]
name = "tor-consdiff"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d75a7789f2911d164ae3c80640fb1c687cc91846647417183a49deaeada94d5"
dependencies = [
"digest",
"hex",
"thiserror",
"tor-llcrypto",
]
[[package]]
name = "tor-dirclient"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3f34a5b4450d0069ff71a741d0c27b6797d167b928a3b092acd46fb5540d4ef"
dependencies = [
"async-compression",
"base64ct",
"derive_more",
"futures",
"hex",
"http 1.0.0",
"httparse",
"httpdate",
"itertools 0.12.1",
"memchr",
"thiserror",
"tor-circmgr",
"tor-error",
"tor-linkspec",
"tor-llcrypto",
"tor-netdoc",
"tor-proto",
"tor-rtcompat",
"tracing",
]
[[package]]
name = "tor-dirmgr"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b721cae86dacab3594da27020bb50a937f7f635a224412e04f831f7999c24b8"
dependencies = [
"async-trait",
"base64ct",
"derive_builder_fork_arti",
"derive_more",
"digest",
"educe",
"event-listener 4.0.3",
"fs-mistrust",
"fslock",
"futures",
"hex",
"humantime 2.1.0",
"humantime-serde",
"itertools 0.12.1",
"memmap2 0.9.4",
"once_cell",
"paste",
"postage",
"rand",
"retry-error",
"rusqlite",
"safelog",
"scopeguard",
"serde",
"signature 1.6.4",
"strum 0.26.1",
"thiserror",
"time",
"tor-async-utils",
"tor-basic-utils",
"tor-checkable",
"tor-circmgr",
"tor-config",
"tor-consdiff",
"tor-dirclient",
"tor-error",
"tor-guardmgr",
"tor-llcrypto",
"tor-netdir",
"tor-netdoc",
"tor-persist",
"tor-proto",
"tor-rtcompat",
"tracing",
]
[[package]]
name = "tor-error"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2195a255af92eddc6422f83e176094394ec856501536e3d3246d1c6c3879dd3"
dependencies = [
"backtrace",
"derive_more",
"futures",
"once_cell",
"paste",
"retry-error",
"static_assertions",
"strum 0.26.1",
"thiserror",
"tracing",
]
[[package]]
name = "tor-guardmgr"
version = "0.14.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "264599ff5335136b66f3c95bf44223b27f96bf966cbf0e1946d925e3582ffe40"
2022-10-01 16:58:22 +00:00
dependencies = [
"base64ct",
"derive_builder_fork_arti",
"derive_more",
"dyn-clone",
"educe",
"futures",
"humantime 2.1.0",
"humantime-serde",
"itertools 0.12.1",
"num_enum 0.7.2",
"pin-project",
"postage",
"rand",
"safelog",
"serde",
"strum 0.26.1",
"thiserror",
"tor-async-utils",
"tor-basic-utils",
"tor-config",
"tor-error",
"tor-linkspec",
"tor-llcrypto",
"tor-netdir",
"tor-netdoc",
"tor-persist",
"tor-proto",
"tor-rtcompat",
"tor-units",
"tracing",
2022-10-01 16:58:22 +00:00
]
2023-07-13 16:12:54 +00:00
[[package]]
name = "tor-hscrypto"
version = "0.6.0"
2023-07-13 16:12:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50a59e868d7e5a610c7b380c82498933b6756d39ab95c9a0a4a262a5535d9a54"
2023-07-13 16:12:54 +00:00
dependencies = [
"data-encoding",
"derive_more",
"digest",
"itertools 0.12.1",
2023-07-13 16:12:54 +00:00
"paste",
"rand",
"rand_core",
2023-07-13 16:12:54 +00:00
"safelog",
"serde",
"signature 2.2.0",
"subtle",
2023-07-13 16:12:54 +00:00
"thiserror",
"tor-basic-utils",
"tor-bytes",
"tor-error",
"tor-llcrypto",
"tor-units",
]
[[package]]
name = "tor-keymgr"
version = "0.7.0"
2023-07-13 16:12:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fc4091cbfafa3720b726d76b57c89397769c8ecaa197c516c466f02d30414f2"
2023-07-13 16:12:54 +00:00
dependencies = [
"arrayvec",
"derive-adhoc 0.8.1",
"derive_builder_fork_arti",
2023-07-13 16:12:54 +00:00
"derive_more",
"downcast-rs",
2023-07-13 16:12:54 +00:00
"dyn-clone",
"fs-mistrust",
"glob-match",
"humantime 2.1.0",
"inventory",
"itertools 0.12.1",
"paste",
"rand",
"serde",
2023-07-13 16:12:54 +00:00
"ssh-key",
"thiserror",
"tor-config",
2023-07-13 16:12:54 +00:00
"tor-error",
"tor-hscrypto",
"tor-llcrypto",
"tor-persist",
"walkdir",
2023-07-13 16:12:54 +00:00
"zeroize",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "tor-linkspec"
version = "0.11.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e022ab4840306f51a20c850c8db864ccca4148b8796422d63d9d3fd78594b33b"
2022-10-01 16:58:22 +00:00
dependencies = [
"base64ct",
"by_address",
2023-07-13 16:12:54 +00:00
"caret",
"cfg-if",
"derive_builder_fork_arti",
"derive_more",
"educe",
"hex",
"itertools 0.12.1",
"safelog",
"serde",
"serde_with",
"strum 0.26.1",
"thiserror",
"tor-basic-utils",
"tor-bytes",
"tor-config",
"tor-llcrypto",
"tor-protover",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "tor-llcrypto"
version = "0.7.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "982feadd8fc89aa703dda1d3aeda626f13bde731d61eefbf0844e4771e98d496"
2022-10-01 16:58:22 +00:00
dependencies = [
"aes",
"base64ct",
"ctr",
"curve25519-dalek",
"derive_more",
"digest",
"ed25519-dalek",
"educe",
"getrandom",
"hex",
"rand_core",
"rsa",
"safelog",
"serde",
"sha1",
"sha2",
"sha3",
"signature 2.2.0",
"simple_asn1",
"subtle",
"thiserror",
"x25519-dalek",
"zeroize",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "tor-log-ratelim"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7a8e134f97890c980120b6ec4de2c43383357e84685e2ef2ae833b086d2fcdc"
dependencies = [
"futures",
"humantime 2.1.0",
"once_cell",
"thiserror",
"tor-error",
"tor-rtcompat",
"tracing",
"weak-table",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "tor-netdir"
version = "0.12.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcaf8d3f55cf5cbc612208f865cb4496d18d81ddc88831f818e0c4696bdc90ff"
2022-10-01 16:58:22 +00:00
dependencies = [
"bitflags 2.4.2",
"derive_builder_fork_arti",
"derive_more",
"futures",
"humantime 2.1.0",
"itertools 0.12.1",
"num_enum 0.7.2",
"rand",
"serde",
"signature 1.6.4",
"static_assertions",
"strum 0.26.1",
"thiserror",
"tor-basic-utils",
"tor-checkable",
"tor-config",
"tor-error",
"tor-linkspec",
"tor-llcrypto",
"tor-netdoc",
"tor-protover",
"tor-units",
"tracing",
"typed-index-collections",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "tor-netdoc"
version = "0.12.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "475d08276779da7ef03ccc46aebdf1e97055005abc3e466e478b67dcf608150b"
2022-10-01 16:58:22 +00:00
dependencies = [
2023-07-13 16:12:54 +00:00
"amplify",
"base64ct",
"bitflags 2.4.2",
"cipher",
"derive_builder_fork_arti",
"derive_more",
"digest",
"educe",
"hex",
"humantime 2.1.0",
"itertools 0.12.1",
"once_cell",
"phf",
"serde",
"serde_with",
"signature 1.6.4",
"smallvec",
2023-07-13 16:12:54 +00:00
"subtle",
"thiserror",
"time",
"tinystr",
2023-07-13 16:12:54 +00:00
"tor-basic-utils",
"tor-bytes",
"tor-cell",
"tor-cert",
"tor-checkable",
"tor-error",
"tor-llcrypto",
"tor-protover",
"weak-table",
"zeroize",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "tor-persist"
version = "0.10.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc9f09541bd38f71fd7cdec6476ef079aa216910c2170b5b6fe55dbc0aec6720"
2022-10-01 16:58:22 +00:00
dependencies = [
"derive-adhoc 0.8.1",
"derive_more",
"fs-mistrust",
"fslock",
"paste",
"sanitize-filename",
"serde",
"serde_json",
"thiserror",
"tor-error",
"tracing",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "tor-proto"
version = "0.16.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa251ae0dcfb233a14a140c71837579afeb9228825bb098d69415d3c3d081bd5"
dependencies = [
"asynchronous-codec",
"bitvec",
"bytes",
"cipher",
"coarsetime",
"derive_builder_fork_arti",
"derive_more",
"digest",
"educe",
"futures",
"hkdf",
"hmac",
"pin-project",
"rand",
"rand_core",
"safelog",
"subtle",
"thiserror",
"tokio",
"tokio-util",
"tor-async-utils",
"tor-basic-utils",
"tor-bytes",
"tor-cell",
"tor-cert",
"tor-checkable",
"tor-config",
"tor-error",
"tor-linkspec",
"tor-llcrypto",
"tor-log-ratelim",
"tor-protover",
"tor-rtcompat",
"tor-rtmock",
"tor-units",
"tracing",
"typenum",
"void",
"zeroize",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "tor-protover"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7ae613656401ef25efbb8d60767e399e719422d3408975190e4a9fc9faab0eb"
dependencies = [
"caret",
"thiserror",
]
[[package]]
name = "tor-rtcompat"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa56047926b8da823720654bbdccd7afaa68d635e4341193701d29005818c348"
dependencies = [
"async-native-tls",
"async-trait",
"async_executors",
"educe",
"futures",
"native-tls",
"pin-project",
"thiserror",
"tokio",
"tokio-util",
]
[[package]]
name = "tor-rtmock"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9c687cac55bab83de1ed7b57c578c9974be2df024ac06707c0032f6b5203a19"
dependencies = [
"amplify",
"async-trait",
"backtrace",
"derive-adhoc 0.8.1",
"derive_more",
"educe",
"futures",
"humantime 2.1.0",
"itertools 0.12.1",
"pin-project",
"priority-queue",
"slotmap",
"strum 0.26.1",
"thiserror",
"tor-async-utils",
"tor-error",
"tor-rtcompat",
"tracing",
"tracing-test",
"void",
]
[[package]]
name = "tor-socksproto"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "065f34c2e292c495afc73cede5d801f38606a3d21528ec5679152edd8c83fa5e"
dependencies = [
"caret",
"subtle",
"thiserror",
"tor-bytes",
"tor-error",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "tor-units"
version = "0.6.4"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a924669b39fa305ccb42190abcc4ea623b596b48948429bc4d62f03c5ecf0dbe"
2022-10-01 16:58:22 +00:00
dependencies = [
"derive_more",
"thiserror",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "tower-service"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2022-10-01 16:58:22 +00:00
[[package]]
name = "tracing"
version = "0.1.40"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2022-10-01 16:58:22 +00:00
dependencies = [
"pin-project-lite",
"tracing-attributes",
2022-10-01 16:58:22 +00:00
"tracing-core",
]
[[package]]
name = "tracing-attributes"
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.51",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "tracing-core"
version = "0.1.32"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2022-10-01 16:58:22 +00:00
dependencies = [
"once_cell",
"valuable",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "tracing-log"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
dependencies = [
"log",
"once_cell",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
version = "0.3.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
dependencies = [
"matchers",
"nu-ansi-term",
"once_cell",
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
]
[[package]]
name = "tracing-test"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a2c0ff408fe918a94c428a3f2ad04e4afd5c95bbc08fcf868eff750c15728a4"
dependencies = [
"lazy_static",
"tracing-core",
"tracing-subscriber",
"tracing-test-macro",
]
[[package]]
name = "tracing-test-macro"
2023-01-17 18:52:20 +00:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "258bc1c4f8e2e73a977812ab339d503e6feeb92700f6d07a6de4d321522d5c08"
dependencies = [
"lazy_static",
"quote",
"syn 1.0.109",
]
[[package]]
name = "try-lock"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2022-10-01 16:58:22 +00:00
[[package]]
name = "ttf-parser"
version = "0.20.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
2022-10-01 16:58:22 +00:00
[[package]]
name = "typed-index-collections"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "183496e014253d15abbe6235677b1392dba2d40524c88938991226baa38ac7c4"
2022-10-01 16:58:22 +00:00
[[package]]
name = "typenum"
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
[[package]]
name = "uds_windows"
version = "1.1.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
dependencies = [
"memoffset 0.9.0",
"tempfile",
"winapi",
]
2022-10-01 16:58:22 +00:00
2022-10-18 19:26:21 +00:00
[[package]]
name = "uncased"
version = "0.9.10"
2022-10-18 19:26:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697"
2022-10-18 19:26:21 +00:00
dependencies = [
"version_check",
]
2023-12-26 16:26:40 +00:00
[[package]]
name = "unicase"
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
dependencies = [
"version_check",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "unicode-bidi"
version = "0.3.15"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
2022-10-01 16:58:22 +00:00
[[package]]
name = "unicode-ident"
version = "1.0.12"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2022-10-01 16:58:22 +00:00
[[package]]
name = "unicode-normalization"
version = "0.1.23"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
2022-10-01 16:58:22 +00:00
dependencies = [
"tinyvec",
]
[[package]]
name = "untrusted"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55cd1f4b4e96b46aeb8d4855db4a7a9bd96eeeb5c6a1ab54593328761642ce2f"
[[package]]
name = "untrusted"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2022-10-01 16:58:22 +00:00
[[package]]
name = "url"
version = "2.5.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
2022-10-01 16:58:22 +00:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
"serde",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "urlencoding"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
2023-12-25 14:52:24 +00:00
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2022-10-01 16:58:22 +00:00
[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
[[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"
2023-12-25 14:52:24 +00:00
[[package]]
name = "vte"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5022b5fbf9407086c180e9557be968742d839e68346af7792b8592489732197"
dependencies = [
"utf8parse",
"vte_generate_state_changes",
]
[[package]]
name = "vte_generate_state_changes"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
dependencies = [
"proc-macro2",
"quote",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "walkdir"
version = "2.4.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
2022-10-01 16:58:22 +00:00
dependencies = [
"same-file",
"winapi-util",
]
[[package]]
name = "want"
2023-07-13 16:12:54 +00:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 16:12:54 +00:00
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
dependencies = [
"try-lock",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2022-10-01 16:58:22 +00:00
[[package]]
name = "wasix"
version = "0.12.21"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1fbb4ef9bbca0c1170e0b00dd28abc9e3b68669821600cad1caaed606583c6d"
dependencies = [
"wasi",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "wasm-bindgen"
version = "0.2.89"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ed0d4f68a3015cc185aff4db9506a015f4b96f95303897bfa23f846db54064e"
2022-10-01 16:58:22 +00:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.89"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b56f625e64f3a1084ded111c4d5f477df9f8c92df113852fa5a374dbda78826"
2022-10-01 16:58:22 +00:00
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
"syn 2.0.51",
2022-10-01 16:58:22 +00:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.39"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac36a15a220124ac510204aec1c3e5db8a22ab06fd6706d881dc6149f8ed9a12"
2022-10-01 16:58:22 +00:00
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.89"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0162dbf37223cd2afce98f3d0785506dcb8d266223983e4b5b525859e6e182b2"
2022-10-01 16:58:22 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.89"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283"
2022-10-01 16:58:22 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.51",
2022-10-01 16:58:22 +00:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.89"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f"
2022-10-01 16:58:22 +00:00
[[package]]
name = "wayland-client"
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715"
dependencies = [
"bitflags 1.3.2",
2022-10-01 16:58:22 +00:00
"downcast-rs",
"libc",
"nix 0.24.3",
2022-10-01 16:58:22 +00:00
"scoped-tls",
"wayland-commons",
"wayland-scanner",
2023-12-26 16:26:40 +00:00
"wayland-sys 0.29.5",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "wayland-commons"
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902"
dependencies = [
"nix 0.24.3",
2022-10-01 16:58:22 +00:00
"once_cell",
"smallvec",
2023-12-26 16:26:40 +00:00
"wayland-sys 0.29.5",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "wayland-cursor"
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661"
dependencies = [
"nix 0.24.3",
2022-10-01 16:58:22 +00:00
"wayland-client",
"xcursor",
]
[[package]]
name = "wayland-protocols"
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6"
dependencies = [
"bitflags 1.3.2",
2022-10-01 16:58:22 +00:00
"wayland-client",
"wayland-commons",
"wayland-scanner",
]
[[package]]
name = "wayland-scanner"
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53"
dependencies = [
"proc-macro2",
"quote",
"xml-rs",
]
[[package]]
name = "wayland-sys"
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4"
dependencies = [
"dlib",
"lazy_static",
"pkg-config",
]
2023-12-26 16:26:40 +00:00
[[package]]
name = "wayland-sys"
version = "0.30.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96b2a02ac608e07132978689a6f9bf4214949c85998c247abadd4f4129b1aa06"
dependencies = [
"dlib",
"lazy_static",
"log",
"pkg-config",
]
[[package]]
name = "weak-table"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "323f4da9523e9a669e1eaf9c6e763892769b1d38c623913647bfdc1532fe4549"
2022-10-01 16:58:22 +00:00
[[package]]
name = "web-sys"
version = "0.3.66"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50c24a44ec86bb68fbecd1b3efed7e85ea5621b39b35ef2766b66cd984f8010f"
2022-10-01 16:58:22 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
2023-12-26 16:26:40 +00:00
[[package]]
name = "web-time"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa30049b1c872b72c89866d458eae9f20380ab280ffd1b1e18df2d3e2d98cfe0"
dependencies = [
"js-sys",
"wasm-bindgen",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "webbrowser"
2023-12-26 16:26:40 +00:00
version = "0.8.12"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 16:26:40 +00:00
checksum = "82b2391658b02c27719fc5a0a73d6e696285138e8b12fba9d4baa70451023c71"
2022-10-01 16:58:22 +00:00
dependencies = [
2023-12-26 16:26:40 +00:00
"core-foundation",
"home",
2022-10-01 16:58:22 +00:00
"jni",
2023-12-26 16:26:40 +00:00
"log",
"ndk-context",
"objc",
"raw-window-handle 0.5.2",
2022-10-01 16:58:22 +00:00
"url",
"web-sys",
]
[[package]]
name = "webpki"
version = "0.22.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
dependencies = [
"ring",
"untrusted 0.9.0",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "weezl"
version = "0.1.8"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
2022-10-01 16:58:22 +00: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-util"
version = "0.1.6"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
2022-10-01 16:58:22 +00:00
dependencies = [
"winapi",
]
[[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"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
dependencies = [
"windows-core",
"windows-targets 0.52.0",
]
[[package]]
name = "windows-core"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
dependencies = [
"windows-targets 0.52.0",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "windows-sys"
2023-12-26 16:26:40 +00:00
version = "0.45.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 16:26:40 +00:00
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
2022-10-01 16:58:22 +00:00
dependencies = [
2023-12-26 16:26:40 +00:00
"windows-targets 0.42.2",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.5",
]
2023-12-26 16:26:40 +00:00
[[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.0",
]
[[package]]
name = "windows-targets"
2023-03-30 13:46:12 +00:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 13:46:12 +00:00
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
dependencies = [
"windows_aarch64_gnullvm 0.42.2",
2023-03-30 13:46:12 +00:00
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
2023-03-30 13:46:12 +00:00
"windows_x86_64_msvc 0.42.2",
]
[[package]]
name = "windows-targets"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
]
2023-12-26 16:26:40 +00:00
[[package]]
name = "windows-targets"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
dependencies = [
"windows_aarch64_gnullvm 0.52.0",
"windows_aarch64_msvc 0.52.0",
"windows_i686_gnu 0.52.0",
"windows_i686_msvc 0.52.0",
"windows_x86_64_gnu 0.52.0",
"windows_x86_64_gnullvm 0.52.0",
"windows_x86_64_msvc 0.52.0",
]
[[package]]
name = "windows_aarch64_gnullvm"
2023-03-30 13:46:12 +00:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 13:46:12 +00:00
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2022-10-01 16:58:22 +00:00
[[package]]
2023-12-26 16:26:40 +00:00
name = "windows_aarch64_gnullvm"
version = "0.52.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 16:26:40 +00:00
checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
2022-10-01 16:58:22 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2022-10-01 16:58:22 +00:00
[[package]]
2023-12-26 16:26:40 +00:00
name = "windows_aarch64_msvc"
version = "0.52.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 16:26:40 +00:00
checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
2022-10-01 16:58:22 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2022-10-01 16:58:22 +00:00
[[package]]
2023-12-26 16:26:40 +00:00
name = "windows_i686_gnu"
version = "0.52.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 16:26:40 +00:00
checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
2022-10-01 16:58:22 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2022-10-01 16:58:22 +00:00
[[package]]
2023-12-26 16:26:40 +00:00
name = "windows_i686_msvc"
version = "0.52.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 16:26:40 +00:00
checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
2022-10-01 16:58:22 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-12-26 16:26:40 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
[[package]]
name = "windows_x86_64_gnullvm"
2023-03-30 13:46:12 +00:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-30 13:46:12 +00:00
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2022-10-01 16:58:22 +00:00
[[package]]
2023-12-26 16:26:40 +00:00
name = "windows_x86_64_gnullvm"
version = "0.52.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 16:26:40 +00:00
checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
2022-10-01 16:58:22 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2023-12-26 16:26:40 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
2022-10-01 16:58:22 +00:00
[[package]]
name = "winit"
2023-12-26 16:26:40 +00:00
version = "0.28.7"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-26 16:26:40 +00:00
checksum = "9596d90b45384f5281384ab204224876e8e8bf7d58366d9b795ad99aa9894b94"
2022-10-01 16:58:22 +00:00
dependencies = [
2023-12-26 16:26:40 +00:00
"android-activity",
"bitflags 1.3.2",
2023-12-26 16:26:40 +00:00
"cfg_aliases",
2022-10-01 16:58:22 +00:00
"core-foundation",
"core-graphics",
"dispatch",
"instant",
"libc",
"log",
"mio",
2023-12-26 16:26:40 +00:00
"ndk",
"objc2",
2022-10-01 16:58:22 +00:00
"once_cell",
2023-12-26 16:26:40 +00:00
"orbclient",
2022-10-01 16:58:22 +00:00
"percent-encoding",
"raw-window-handle 0.5.2",
2023-12-26 16:26:40 +00:00
"redox_syscall 0.3.5",
2022-10-01 16:58:22 +00:00
"smithay-client-toolkit",
"wasm-bindgen",
"wayland-client",
2023-12-26 16:26:40 +00:00
"wayland-commons",
2022-10-01 16:58:22 +00:00
"wayland-protocols",
2023-12-26 16:26:40 +00:00
"wayland-scanner",
2022-10-01 16:58:22 +00:00
"web-sys",
2023-12-26 16:26:40 +00:00
"windows-sys 0.45.0",
2022-10-01 16:58:22 +00:00
"x11-dl",
]
2023-03-30 13:46:12 +00:00
[[package]]
name = "winnow"
version = "0.5.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
dependencies = [
"memchr",
]
[[package]]
name = "winnow"
version = "0.6.2"
2023-03-30 13:46:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a4191c47f15cc3ec71fcb4913cb83d58def65dd3787610213c649283b5ce178"
2023-03-30 13:46:12 +00:00
dependencies = [
"memchr",
]
[[package]]
name = "winreg"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
dependencies = [
"winapi",
]
[[package]]
name = "winres"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c"
dependencies = [
2023-03-30 13:46:12 +00:00
"toml 0.5.11",
]
[[package]]
name = "wyz"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
dependencies = [
"tap",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "x11-dl"
version = "2.21.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
2022-10-01 16:58:22 +00:00
dependencies = [
"libc",
"once_cell",
2022-10-01 16:58:22 +00:00
"pkg-config",
]
[[package]]
name = "x11rb"
version = "0.13.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8f25ead8c7e4cba123243a6367da5d3990e0d3affa708ea19dce96356bd9f1a"
2022-10-01 16:58:22 +00:00
dependencies = [
"gethostname",
"rustix",
2023-12-26 16:26:40 +00:00
"x11rb-protocol",
]
[[package]]
name = "x11rb-protocol"
version = "0.13.0"
2023-12-26 16:26:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e63e71c4b8bd9ffec2c963173a4dc4cbde9ee96961d4fcb4429db9929b606c34"
2022-10-01 16:58:22 +00:00
[[package]]
name = "x25519-dalek"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277"
dependencies = [
"curve25519-dalek",
"rand_core",
"serde",
"zeroize",
]
[[package]]
name = "xattr"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f"
dependencies = [
"libc",
"linux-raw-sys",
"rustix",
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "xcursor"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a0ccd7b4a5345edfcd0c3535718a4e9ff7798ffc536bb5b5a0e26ff84732911"
[[package]]
name = "xdg-home"
version = "1.1.0"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21e5a325c3cb8398ad6cf859c1135b25dd29e186679cf2da7581d9679f63b38e"
2022-10-01 16:58:22 +00:00
dependencies = [
"libc",
"winapi",
2022-10-01 16:58:22 +00:00
]
[[package]]
name = "xml-rs"
version = "0.8.19"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a"
2022-10-01 16:58:22 +00:00
[[package]]
name = "xz2"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2"
dependencies = [
"lzma-sys",
]
[[package]]
name = "zbus"
version = "4.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9ff46f2a25abd690ed072054733e0bc3157e3d4c45f41bd183dce09c2ff8ab9"
dependencies = [
"async-broadcast",
"async-executor",
"async-fs",
"async-io",
"async-lock 3.3.0",
"async-process",
"async-recursion",
"async-task",
"async-trait",
"blocking",
"derivative",
"enumflags2",
"event-listener 5.1.0",
"futures-core",
"futures-sink",
"futures-util",
"hex",
"nix 0.28.0",
"ordered-stream",
"rand",
"serde",
"serde_repr",
"sha1",
"static_assertions",
"tracing",
"uds_windows",
"windows-sys 0.52.0",
"xdg-home",
"zbus_macros",
"zbus_names",
"zvariant",
]
[[package]]
name = "zbus_macros"
version = "4.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e0e3852c93dcdb49c9462afe67a2a468f7bd464150d866e861eaf06208633e0"
dependencies = [
"proc-macro-crate 3.1.0",
"proc-macro2",
"quote",
"regex",
"syn 1.0.109",
"zvariant_utils",
]
[[package]]
name = "zbus_names"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
dependencies = [
"serde",
"static_assertions",
"zvariant",
]
2023-12-26 16:26:40 +00:00
[[package]]
name = "zerocopy"
version = "0.7.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.7.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.51",
2023-12-26 16:26:40 +00:00
]
2022-10-01 16:58:22 +00:00
[[package]]
name = "zeroize"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
dependencies = [
"zeroize_derive",
]
[[package]]
name = "zeroize_derive"
2023-07-13 16:12:54 +00:00
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 16:12:54 +00:00
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.51",
]
[[package]]
name = "zip"
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
dependencies = [
"aes",
"byteorder",
"bzip2",
"constant_time_eq",
"crc32fast",
"crossbeam-utils",
"flate2",
"hmac",
"pbkdf2",
"sha1",
"time",
2023-07-13 16:12:54 +00:00
"zstd 0.11.2+zstd.1.5.2",
]
[[package]]
name = "zstd"
version = "0.11.2+zstd.1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
dependencies = [
2023-07-13 16:12:54 +00:00
"zstd-safe 5.0.2+zstd.1.5.2",
]
[[package]]
name = "zstd"
version = "0.13.0"
2023-07-13 16:12:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bffb3309596d527cfcba7dfc6ed6052f1d39dfbd7c867aa2e865e4a449c10110"
2023-07-13 16:12:54 +00:00
dependencies = [
"zstd-safe 7.0.0",
]
[[package]]
name = "zstd-safe"
version = "5.0.2+zstd.1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
dependencies = [
"libc",
"zstd-sys",
]
2023-07-13 16:12:54 +00:00
[[package]]
name = "zstd-safe"
version = "7.0.0"
2023-07-13 16:12:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43747c7422e2924c11144d5229878b98180ef8b06cca4ab5af37afc8a8d8ea3e"
2023-07-13 16:12:54 +00:00
dependencies = [
"zstd-sys",
]
[[package]]
name = "zstd-sys"
version = "2.0.9+zstd.1.5.5"
2022-10-01 16:58:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656"
dependencies = [
"cc",
2023-01-17 18:52:20 +00:00
"pkg-config",
]
[[package]]
name = "zune-inflate"
2023-07-13 16:12:54 +00:00
version = "0.2.54"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-13 16:12:54 +00:00
checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
dependencies = [
"simd-adler32",
]
[[package]]
name = "zvariant"
version = "4.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c1b3ca6db667bfada0f1ebfc94b2b1759ba25472ee5373d4551bb892616389a"
dependencies = [
"endi",
"enumflags2",
"serde",
"static_assertions",
"url",
"zvariant_derive",
]
[[package]]
name = "zvariant_derive"
version = "4.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7a4b236063316163b69039f77ce3117accb41a09567fd24c168e43491e521bc"
dependencies = [
"proc-macro-crate 3.1.0",
"proc-macro2",
"quote",
"syn 1.0.109",
"zvariant_utils",
]
[[package]]
name = "zvariant_utils"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00bedb16a193cc12451873fee2a1bc6550225acece0e36f333e68326c73c8172"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]