2023-08-16 10:43:40 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2023-08-25 06:32:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2024-08-12 05:07:43 +00:00
|
|
|
version = "0.22.0"
|
2023-08-25 06:32:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 05:07:43 +00:00
|
|
|
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
|
2023-08-25 06:32:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2023-12-26 23:09:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aead"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-common",
|
2024-08-12 05:07:43 +00:00
|
|
|
"generic-array 0.14.7",
|
2023-12-26 23:09:11 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes"
|
2024-08-12 05:07:43 +00:00
|
|
|
version = "0.8.4"
|
2023-12-26 23:09:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 05:07:43 +00:00
|
|
|
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
|
2023-12-26 23:09:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cipher",
|
|
|
|
"cpufeatures",
|
2024-01-14 20:33:10 +00:00
|
|
|
"zeroize",
|
2023-12-26 23:09:11 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes-gcm"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1"
|
|
|
|
dependencies = [
|
|
|
|
"aead",
|
|
|
|
"aes",
|
|
|
|
"cipher",
|
|
|
|
"ctr",
|
|
|
|
"ghash",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2023-10-18 09:28:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2024-01-08 04:57:50 +00:00
|
|
|
version = "0.4.8"
|
2023-10-18 09:28:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-08 04:57:50 +00:00
|
|
|
checksum = "0453232ace82dee0dd0b4c87a59bd90f7b53b314f3e0f61fe2ee7c8a16482289"
|
2023-10-18 09:28:12 +00:00
|
|
|
|
2024-01-12 00:49:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2024-08-12 05:07:43 +00:00
|
|
|
version = "0.8.11"
|
2024-01-12 00:49:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 05:07:43 +00:00
|
|
|
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
2024-01-12 00:49:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
"zerocopy",
|
|
|
|
]
|
|
|
|
|
2023-08-25 06:32:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-08-12 05:07:43 +00:00
|
|
|
version = "1.1.3"
|
2023-08-25 06:32:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 05:07:43 +00:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2023-08-25 06:32:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-08-12 04:31:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "allocator-api2"
|
|
|
|
version = "0.2.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
|
|
|
|
|
2023-11-02 06:01:34 +00:00
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2023-09-12 05:58:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2024-08-12 05:07:43 +00:00
|
|
|
version = "0.6.15"
|
2023-09-12 05:58:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 05:07:43 +00:00
|
|
|
checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
|
2023-09-12 05:58:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
2024-08-12 05:07:43 +00:00
|
|
|
"is_terminal_polyfill",
|
2023-09-12 05:58:30 +00:00
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
2023-09-12 02:31:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2024-08-12 05:07:43 +00:00
|
|
|
version = "1.0.8"
|
2023-09-12 02:31:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 05:07:43 +00:00
|
|
|
checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
|
2023-09-12 02:31:52 +00:00
|
|
|
|
2023-09-12 05:58:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2024-08-12 05:07:43 +00:00
|
|
|
version = "0.2.5"
|
2023-09-12 05:58:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 05:07:43 +00:00
|
|
|
checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
|
2023-09-12 05:58:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2024-08-12 05:07:43 +00:00
|
|
|
version = "1.1.1"
|
2023-09-12 05:58:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 05:07:43 +00:00
|
|
|
checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
|
2023-09-12 05:58:30 +00:00
|
|
|
dependencies = [
|
2024-01-08 04:57:50 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-09-12 05:58:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2024-08-12 05:07:43 +00:00
|
|
|
version = "3.0.4"
|
2023-09-12 05:58:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 05:07:43 +00:00
|
|
|
checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
|
2023-09-12 05:58:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2024-01-08 04:57:50 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-09-12 05:58:30 +00:00
|
|
|
]
|
|
|
|
|
2023-09-30 07:19:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-08-12 05:07:43 +00:00
|
|
|
version = "1.0.86"
|
2023-09-30 07:19:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 05:07:43 +00:00
|
|
|
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
|
2023-09-30 07:19:37 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ascii-canvas"
|
|
|
|
version = "3.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6"
|
|
|
|
dependencies = [
|
|
|
|
"term",
|
|
|
|
]
|
|
|
|
|
2024-01-11 02:21:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
|
|
|
version = "1.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
|
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"event-listener 2.5.3",
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
2024-08-12 05:07:43 +00:00
|
|
|
version = "2.3.1"
|
2024-01-11 02:21:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 05:07:43 +00:00
|
|
|
checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
|
2024-01-11 02:21:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"event-listener-strategy",
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-executor"
|
2024-08-12 05:07:43 +00:00
|
|
|
version = "1.13.0"
|
2024-01-11 02:21:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 05:07:43 +00:00
|
|
|
checksum = "d7ebdfa2ebdab6b1760375fa7d6f382b9f486eac35fc994625a00e89280bdbb7"
|
2024-01-11 02:21:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-task",
|
|
|
|
"concurrent-queue",
|
2024-08-12 05:07:43 +00:00
|
|
|
"fastrand 2.1.0",
|
|
|
|
"futures-lite 2.3.0",
|
2024-01-11 02:21:34 +00:00
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-global-executor"
|
|
|
|
version = "2.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
|
|
|
|
dependencies = [
|
2024-08-12 05:07:43 +00:00
|
|
|
"async-channel 2.3.1",
|
2024-01-11 02:21:34 +00:00
|
|
|
"async-executor",
|
2024-08-12 05:07:43 +00:00
|
|
|
"async-io 2.3.4",
|
|
|
|
"async-lock 3.4.0",
|
2024-01-11 02:21:34 +00:00
|
|
|
"blocking",
|
2024-08-12 05:07:43 +00:00
|
|
|
"futures-lite 2.3.0",
|
2024-01-11 02:21:34 +00:00
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-io"
|
|
|
|
version = "1.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
|
|
|
|
dependencies = [
|
|
|
|
"async-lock 2.8.0",
|
|
|
|
"autocfg",
|
|
|
|
"cfg-if",
|
|
|
|
"concurrent-queue",
|
|
|
|
"futures-lite 1.13.0",
|
|
|
|
"log",
|
|
|
|
"parking",
|
|
|
|
"polling 2.8.0",
|
|
|
|
"rustix 0.37.27",
|
|
|
|
"slab",
|
|
|
|
"socket2 0.4.10",
|
|
|
|
"waker-fn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-io"
|
2024-08-12 05:07:43 +00:00
|
|
|
version = "2.3.4"
|
2024-01-11 02:21:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 05:07:43 +00:00
|
|
|
checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8"
|
2024-01-11 02:21:34 +00:00
|
|
|
dependencies = [
|
2024-08-12 05:07:43 +00:00
|
|
|
"async-lock 3.4.0",
|
2024-01-11 02:21:34 +00:00
|
|
|
"cfg-if",
|
|
|
|
"concurrent-queue",
|
|
|
|
"futures-io",
|
2024-08-12 05:07:43 +00:00
|
|
|
"futures-lite 2.3.0",
|
2024-01-11 02:21:34 +00:00
|
|
|
"parking",
|
2024-08-12 05:07:43 +00:00
|
|
|
"polling 3.7.3",
|
|
|
|
"rustix 0.38.34",
|
2024-01-11 02:21:34 +00:00
|
|
|
"slab",
|
|
|
|
"tracing",
|
2024-08-12 05:07:43 +00:00
|
|
|
"windows-sys 0.59.0",
|
2024-01-11 02:21:34 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2024-08-12 05:07:43 +00:00
|
|
|
version = "3.4.0"
|
2024-01-11 02:21:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 05:07:43 +00:00
|
|
|
checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
|
2024-01-11 02:21:34 +00:00
|
|
|
dependencies = [
|
2024-08-12 05:07:43 +00:00
|
|
|
"event-listener 5.3.1",
|
2024-01-11 02:21:34 +00:00
|
|
|
"event-listener-strategy",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-std"
|
|
|
|
version = "1.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
|
|
|
|
dependencies = [
|
|
|
|
"async-channel 1.9.0",
|
|
|
|
"async-global-executor",
|
|
|
|
"async-io 1.13.0",
|
|
|
|
"async-lock 2.8.0",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-lite 1.13.0",
|
|
|
|
"gloo-timers",
|
|
|
|
"kv-log-macro",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-task"
|
2024-08-12 05:07:43 +00:00
|
|
|
version = "4.7.1"
|
2024-01-11 02:21:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 05:07:43 +00:00
|
|
|
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
|
2024-01-11 02:21:34 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
|
|
|
2023-09-30 07:19:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-08-12 05:07:43 +00:00
|
|
|
version = "1.3.0"
|
2023-09-30 07:19:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 05:07:43 +00:00
|
|
|
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
2023-09-30 07:19:37 +00:00
|
|
|
|
2023-08-25 06:32:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2024-08-12 05:07:43 +00:00
|
|
|
version = "0.3.73"
|
2023-08-25 06:32:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 05:07:43 +00:00
|
|
|
checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
|
2023-08-25 06:32:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2023-09-01 04:11:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base16ct"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
|
|
|
|
|
2024-04-15 01:19:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-08-12 05:07:43 +00:00
|
|
|
version = "0.22.1"
|
2024-04-15 01:19:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 05:07:43 +00:00
|
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
2024-04-15 01:19:06 +00:00
|
|
|
|
2023-09-01 04:11:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
|
|
|
|
2023-08-25 07:47:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
|
|
|
version = "1.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-01-12 00:49:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
|
|
|
version = "0.65.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"log",
|
|
|
|
"peeking_take_while",
|
|
|
|
"prettyplease",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
2024-08-14 18:31:03 +00:00
|
|
|
"syn",
|
2024-01-12 00:49:56 +00:00
|
|
|
"which",
|
|
|
|
]
|
|
|
|
|
2023-09-30 07:19:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
2024-01-08 04:57:50 +00:00
|
|
|
version = "0.68.1"
|
2023-09-30 07:19:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-08 04:57:50 +00:00
|
|
|
checksum = "726e4313eb6ec35d2730258ad4e15b547ee75d6afaa1361a922e78e59b7d8078"
|
2023-09-30 07:19:37 +00:00
|
|
|
dependencies = [
|
2024-08-12 05:07:43 +00:00
|
|
|
"bitflags 2.6.0",
|
2023-09-30 07:19:37 +00:00
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"peeking_take_while",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
2024-08-14 18:31:03 +00:00
|
|
|
"syn",
|
2023-09-30 07:19:37 +00:00
|
|
|
]
|
|
|
|
|
2023-08-18 04:15:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bip39"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f"
|
|
|
|
dependencies = [
|
|
|
|
"bitcoin_hashes",
|
|
|
|
"serde",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2023-09-30 07:19:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bit-set"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
|
|
|
|
dependencies = [
|
|
|
|
"bit-vec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
|
|
|
|
2023-08-18 04:15:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitcoin_hashes"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90064b8dee6815a6470d60bad07bbbaee885c0e12d04177138fa3291a01b7bc4"
|
|
|
|
|
2023-09-30 07:19:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-08-12 05:07:43 +00:00
|
|
|
version = "2.6.0"
|
2023-09-30 07:19:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 05:07:43 +00:00
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
2024-01-11 02:21:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2023-09-30 07:19:37 +00:00
|
|
|
|
2023-08-16 10:43:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
|
|
dependencies = [
|
2024-08-12 05:07:43 +00:00
|
|
|
"generic-array 0.14.7",
|
2023-08-16 10:43:40 +00:00
|
|
|
]
|
|
|
|
|
2024-01-14 20:33:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-padding"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
|
|
|
|
dependencies = [
|
2024-08-12 05:07:43 +00:00
|
|
|
"generic-array 0.14.7",
|
2024-01-14 20:33:10 +00:00
|
|
|
]
|
|
|
|
|
2024-01-11 02:21:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "blocking"
|
2024-08-12 05:07:43 +00:00
|
|
|
version = "1.6.1"
|
2024-01-11 02:21:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 05:07:43 +00:00
|
|
|
checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
|
2024-01-11 02:21:34 +00:00
|
|
|
dependencies = [
|
2024-08-12 05:07:43 +00:00
|
|
|
"async-channel 2.3.1",
|
2024-01-11 02:21:34 +00:00
|
|
|
"async-task",
|
|
|
|
"futures-io",
|
2024-08-12 05:07:43 +00:00
|
|
|
"futures-lite 2.3.0",
|
2024-01-11 02:21:34 +00:00
|
|
|
"piper",
|
|
|
|
]
|
|
|
|
|
2024-01-14 20:33:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "blowfish"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e412e2cd0f2b2d93e02543ceae7917b3c70331573df19ee046bcbc35e45e87d7"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"cipher",
|
|
|
|
]
|
|
|
|
|
2023-09-30 07:19:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "buffered-reader"
|
2024-08-12 05:07:43 +00:00
|
|
|
version = "1.3.1"
|
2023-09-30 07:19:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 05:07:43 +00:00
|
|
|
checksum = "cd098763fdb64579407a8c83cf0d751e6d4a7e161d0114c89cc181a2ca760ec8"
|
2023-09-30 07:19:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"bzip2",
|
|
|
|
"flate2",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2024-08-12 05:07:43 +00:00
|
|
|
version = "3.16.0"
|
2023-09-30 07:19:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 05:07:43 +00:00
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
2023-09-30 07:19:37 +00:00
|
|
|
|
2024-01-12 00:49:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2024-08-05 21:48:19 +00:00
|
|
|
version = "1.16.3"
|
2024-01-12 00:49:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-05 21:48:19 +00:00
|
|
|
checksum = "102087e286b4677862ea56cf8fc58bb2cdfa8725c40ffb80fe3a008eb7f2fc83"
|
2024-01-12 00:49:56 +00:00
|
|
|
|
2023-11-02 06:01:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
|
|
2024-08-12 04:31:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder-lite"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
|
|
|
|
|
2023-08-25 06:32:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2024-08-12 05:07:43 +00:00
|
|
|
version = "1.7.1"
|
2023-08-25 06:32:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 05:07:43 +00:00
|
|
|
checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50"
|
2023-08-25 06:32:21 +00:00
|
|
|
|
2023-09-30 07:19:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bzip2"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2024-01-14 20:33:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "camellia"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3264e2574e9ef2b53ce6f536dea83a69ac0bc600b762d1523ff83fe07230ce30"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"cipher",
|
|
|
|
]
|
|
|
|
|
2023-11-02 06:01:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "card-backend"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bd3ee3a298842065dc489180c34a4fe4bbbb8643bb422009d79558a099fb42e5"
|
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "card-backend-pcsc"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68bb0b707b1b6b058ed93abd70ef65703ed6fd4150d32a0d735b78cfa61cbb35"
|
|
|
|
dependencies = [
|
|
|
|
"card-backend",
|
|
|
|
"iso7816-tlv",
|
|
|
|
"log",
|
|
|
|
"pcsc",
|
|
|
|
]
|
|
|
|
|
2024-01-14 20:33:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cast5"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26b07d673db1ccf000e90f54b819db9e75a8348d6eb056e9b8ab53231b7a9911"
|
|
|
|
dependencies = [
|
|
|
|
"cipher",
|
|
|
|
]
|
|
|
|
|
2023-08-25 06:32:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-08-12 05:07:43 +00:00
|
|
|
version = "1.1.10"
|
2023-08-25 06:32:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 05:07:43 +00:00
|
|
|
checksum = "e9e8aabfac534be767c909e0690571677d49f41bd8465ae876fe043d52ba5292"
|
2023-08-25 06:32:21 +00:00
|
|
|
|
2023-09-30 07:19:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
]
|
|
|
|
|
2024-01-14 20:33:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfb-mode"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "738b8d467867f80a71351933f70461f5b56f24d5c93e0cf216e59229c968d330"
|
|
|
|
dependencies = [
|
|
|
|
"cipher",
|
|
|
|
]
|
|
|
|
|
2023-08-16 10:43:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2023-09-30 07:19:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2024-08-12 05:07:43 +00:00
|
|
|
version = "0.4.38"
|
2023-09-30 07:19:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 05:07:43 +00:00
|
|
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
2023-09-30 07:19:37 +00:00
|
|
|
dependencies = [
|
2023-11-02 06:01:34 +00:00
|
|
|
"android-tzdata",
|
|
|
|
"iana-time-zone",
|
2023-09-30 07:19:37 +00:00
|
|
|
"js-sys",
|
|
|
|
"num-traits",
|
|
|
|
"wasm-bindgen",
|
2024-08-12 05:07:43 +00:00
|
|
|
"windows-targets 0.52.6",
|
2023-09-30 07:19:37 +00:00
|
|
|
]
|
|
|
|
|
2023-12-26 23:09:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cipher"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-common",
|
|
|
|
"inout",
|
2024-01-14 20:33:10 +00:00
|
|
|
"zeroize",
|
2023-12-26 23:09:11 +00:00
|
|
|
]
|
|
|
|
|
2023-09-30 07:19:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
2024-08-12 05:07:43 +00:00
|
|
|
version = "1.8.1"
|
2023-09-30 07:19:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 05:07:43 +00:00
|
|
|
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
2023-09-30 07:19:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"libc",
|
|
|
|
"libloading",
|
|
|
|
]
|
|
|
|
|
2023-09-12 02:31:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2024-08-12 05:07:43 +00:00
|
|
|
version = "4.5.15"
|
2023-09-12 02:31:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 05:07:43 +00:00
|
|
|
checksum = "11d8838454fda655dafd3accb2b6e2bea645b9e4078abe84a22ceb947235c5cc"
|
2023-09-12 02:31:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
2023-09-12 05:58:30 +00:00
|
|
|
"clap_derive",
|
2023-09-12 02:31:52 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2024-08-12 05:07:43 +00:00
|
|
|
version = "4.5.15"
|
2023-09-12 02:31:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 05:07:43 +00:00
|
|
|
checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6"
|
2023-09-12 02:31:52 +00:00
|
|
|
dependencies = [
|
2023-09-12 05:58:30 +00:00
|
|
|
"anstream",
|
2023-09-12 02:31:52 +00:00
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
2023-09-12 05:58:30 +00:00
|
|
|
"strsim",
|
2023-11-02 02:21:26 +00:00
|
|
|
"terminal_size",
|
2023-09-12 05:58:30 +00:00
|
|
|
]
|
|
|
|
|
2024-01-12 03:09:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_complete"
|
2024-08-12 05:07:43 +00:00
|
|
|
version = "4.5.14"
|
2024-01-12 03:09:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 05:07:43 +00:00
|
|
|
checksum = "1d11bff0290e9a266fc9b4ce6fa96c2bf2ca3f9724c41c10202ac1daf7a087f8"
|
2024-01-12 03:09:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
]
|
|
|
|
|
2023-09-12 05:58:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2024-08-12 05:07:43 +00:00
|
|
|
version = "4.5.13"
|
2023-09-12 05:58:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 05:07:43 +00:00
|
|
|
checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0"
|
2023-09-12 05:58:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-08-14 18:31:03 +00:00
|
|
|
"syn",
|
2023-09-12 02:31:52 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2024-08-12 05:07:43 +00:00
|
|
|
version = "0.7.2"
|
2023-09-12 02:31:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 05:07:43 +00:00
|
|
|
checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
|
2023-09-12 02:31:52 +00:00
|
|
|
|
2024-01-14 20:33:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cmac"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8543454e3c3f5126effff9cd44d562af4e31fb8ce1cc0d3dcd8f084515dbc1aa"
|
|
|
|
dependencies = [
|
|
|
|
"cipher",
|
|
|
|
"dbl",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2023-09-12 05:58:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
2024-08-12 05:07:43 +00:00
|
|
|
version = "1.0.2"
|
2023-09-12 05:58:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 05:07:43 +00:00
|
|
|
checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
|
2023-09-12 05:58:30 +00:00
|
|
|
|
2024-01-11 02:21:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
2024-08-12 05:07:43 +00:00
|
|
|
version = "2.5.0"
|
2024-01-11 02:21:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 05:07:43 +00:00
|
|
|
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
2024-01-11 02:21:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2023-08-25 01:25:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "console"
|
2024-01-11 05:00:58 +00:00
|
|
|
version = "0.15.8"
|
2023-08-25 01:25:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-11 05:00:58 +00:00
|
|
|
checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
|
2023-08-25 01:25:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"encode_unicode",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
2024-01-11 05:00:58 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-08-25 01:25:42 +00:00
|
|
|
]
|
|
|
|
|
2023-09-01 04:11:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "const-oid"
|
2024-01-08 04:57:50 +00:00
|
|
|
version = "0.9.6"
|
2023-09-01 04:11:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-08 04:57:50 +00:00
|
|
|
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
2023-09-01 04:11:42 +00:00
|
|
|
|
2023-11-02 06:01:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2024-08-12 05:07:43 +00:00
|
|
|
version = "0.8.7"
|
2023-11-02 06:01:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 05:07:43 +00:00
|
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
2023-11-02 06:01:34 +00:00
|
|
|
|
2023-08-16 10:43:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2024-01-08 04:57:50 +00:00
|
|
|
version = "0.2.12"
|
2023-08-16 10:43:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-08 04:57:50 +00:00
|
|
|
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
|
2023-08-16 10:43:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-09-30 07:19:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2024-08-12 05:07:43 +00:00
|
|
|
version = "1.4.2"
|
2023-09-30 07:19:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 05:07:43 +00:00
|
|
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
2023-09-30 07:19:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2024-01-11 02:21:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-08-12 05:07:43 +00:00
|
|
|
version = "0.8.20"
|
2024-01-11 02:21:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-12 05:07:43 +00:00
|
|
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
2024-01-11 02:21:34 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossterm_winapi"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-09-30 07:19:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crunchy"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
|
|
|
2023-09-01 04:11:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-bigint"
|
2024-01-08 04:57:50 +00:00
|
|
|
version = "0.5.5"
|
2023-09-01 04:11:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-08 04:57:50 +00:00
|
|
|
checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
|
2023-09-01 04:11:42 +00:00
|
|
|
dependencies = [
|
2024-08-12 05:07:43 +00:00
|
|
|
"generic-array 0.14.7",
|
2024-01-12 20:40:49 +00:00
|
|
|
"rand_core",
|
2023-09-01 04:11:42 +00:00
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2023-08-16 10:43:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
dependencies = [
|
2024-08-12 05:07:43 +00:00
|
|
|
"generic-array 0.14.7",
|
2024-01-12 20:40:49 +00:00
|
|
|
"rand_core",
|
2023-08-16 10:43:40 +00:00
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2023-12-26 23:09:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ctr"
|
|
|
|
version = "0.9.2"
|
|
|
|