2022-09-21 10:49:48 +01:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2022-09-23 11:59:39 -04:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-05-08 14:30:06 +01:00
|
|
|
version = "1.1.3"
|
2022-09-23 11:59:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-08 14:30:06 +01:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2022-09-23 11:59:39 -04:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-12-23 15:03:10 +00:00
|
|
|
version = "1.0.95"
|
2022-09-23 11:59:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-23 15:03:10 +00:00
|
|
|
checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
|
2022-09-23 11:59:39 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
2024-05-08 14:30:06 +01:00
|
|
|
version = "1.7.1"
|
2022-09-23 11:59:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-08 14:30:06 +01:00
|
|
|
checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
|
2022-09-23 11:59:39 -04:00
|
|
|
|
2022-09-21 10:49:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-05-08 14:30:06 +01:00
|
|
|
version = "1.3.0"
|
2022-09-21 10:49:48 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-08 14:30:06 +01:00
|
|
|
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
2022-09-21 10:49:48 +01:00
|
|
|
|
2024-04-18 12:20:30 +02:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.21.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
|
|
|
|
2025-02-12 13:33:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "2.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
|
|
|
|
|
2022-09-21 10:49:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "blake2"
|
2022-12-19 14:11:15 +00:00
|
|
|
version = "0.10.6"
|
2022-09-21 10:49:48 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-19 14:11:15 +00:00
|
|
|
checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
|
2022-09-21 10:49:48 +01:00
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2024-05-08 14:30:06 +01:00
|
|
|
version = "0.10.4"
|
2022-09-21 10:49:48 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-08 14:30:06 +01:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2022-09-21 10:49:48 +01:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2024-04-25 14:50:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
|
|
|
version = "3.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
|
|
|
|
2024-04-18 12:20:30 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2025-02-12 13:29:23 +00:00
|
|
|
version = "1.10.0"
|
2024-04-18 12:20:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-12 13:29:23 +00:00
|
|
|
checksum = "f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9"
|
2024-04-18 12:20:30 +02:00
|
|
|
|
2022-09-21 10:49:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2024-04-18 12:20:30 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
|
|
|
version = "0.2.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-09-21 10:49:48 +01:00
|
|
|
[[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 = "digest"
|
2024-04-25 14:50:12 +02:00
|
|
|
version = "0.10.7"
|
2022-09-21 10:49:48 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-25 14:50:12 +02:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2022-09-21 10:49:48 +01:00
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2024-04-18 12:20:30 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2022-09-21 10:49:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2024-05-08 14:30:06 +01:00
|
|
|
version = "0.14.7"
|
2022-09-21 10:49:48 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-08 14:30:06 +01:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2022-09-21 10:49:48 +01:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2024-04-25 14:50:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2025-02-12 13:33:14 +00:00
|
|
|
version = "0.3.1"
|
2024-04-25 14:50:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-12 13:33:14 +00:00
|
|
|
checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
|
2024-04-25 14:50:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
2025-02-12 13:33:14 +00:00
|
|
|
"windows-targets",
|
2024-04-25 14:50:12 +02:00
|
|
|
]
|
|
|
|
|
2024-04-18 12:20:30 +02:00
|
|
|
[[package]]
|
|
|
|
name = "headers"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "322106e6bd0cba2d5ead589ddb8150a13d7c4217cf80d7c4f682ca994ccc6aa9"
|
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"bytes",
|
|
|
|
"headers-core",
|
|
|
|
"http",
|
|
|
|
"httpdate",
|
|
|
|
"mime",
|
|
|
|
"sha1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "headers-core"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4"
|
|
|
|
dependencies = [
|
|
|
|
"http",
|
|
|
|
]
|
|
|
|
|
2023-11-22 15:55:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2024-11-27 11:46:00 +01:00
|
|
|
version = "0.5.0"
|
2023-11-22 15:55:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-27 11:46:00 +01:00
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
2023-11-22 15:55:43 +01:00
|
|
|
|
2022-09-21 10:49:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
2024-04-18 12:20:30 +02:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2024-12-16 13:23:11 +00:00
|
|
|
version = "1.2.0"
|
2024-04-18 12:20:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-16 13:23:11 +00:00
|
|
|
checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
|
2024-04-18 12:20:30 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
|
|
|
|
2022-09-21 10:49:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "indoc"
|
2024-05-08 14:30:06 +01:00
|
|
|
version = "2.0.5"
|
2022-09-21 10:49:48 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-08 14:30:06 +01:00
|
|
|
checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
|
2022-09-21 10:49:48 +01:00
|
|
|
|
2022-09-23 11:59:39 -04:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-05-08 14:30:06 +01:00
|
|
|
version = "1.0.11"
|
2022-09-23 11:59:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-08 14:30:06 +01:00
|
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
2022-09-23 11:59:39 -04:00
|
|
|
|
2024-04-25 14:50:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
|
|
|
version = "0.3.69"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
|
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-09-23 11:59:39 -04:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2024-06-24 13:34:56 +01:00
|
|
|
version = "1.5.0"
|
2022-09-23 11:59:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-24 13:34:56 +01:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2022-09-23 11:59:39 -04:00
|
|
|
|
2022-09-21 10:49:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-05-08 14:30:06 +01:00
|
|
|
version = "0.2.154"
|
2022-09-21 10:49:48 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-08 14:30:06 +01:00
|
|
|
checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346"
|
2022-09-21 10:49:48 +01:00
|
|
|
|
2022-09-23 11:59:39 -04:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2025-01-27 15:23:28 +00:00
|
|
|
version = "0.4.25"
|
2022-09-23 11:59:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-27 15:23:28 +00:00
|
|
|
checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
|
2022-09-23 11:59:39 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-05-08 14:30:06 +01:00
|
|
|
version = "2.7.2"
|
2022-09-23 11:59:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-08 14:30:06 +01:00
|
|
|
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
|
2022-09-23 11:59:39 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2024-05-08 14:30:06 +01:00
|
|
|
version = "0.9.1"
|
2022-09-23 11:59:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-08 14:30:06 +01:00
|
|
|
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
2022-09-23 11:59:39 -04:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2024-04-18 12:20:30 +02:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
|
|
|
2022-09-21 10:49:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-05-08 14:30:06 +01:00
|
|
|
version = "1.19.0"
|
2022-09-21 10:49:48 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-08 14:30:06 +01:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
2022-09-21 10:49:48 +01:00
|
|
|
|
2024-03-14 10:36:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "portable-atomic"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
|
|
|
|
|
2024-04-25 14:50:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
|
|
|
2022-09-21 10:49:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-10-30 11:54:48 +00:00
|
|
|
version = "1.0.89"
|
2022-09-21 10:49:48 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-30 11:54:48 +00:00
|
|
|
checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
|
2022-09-21 10:49:48 +01:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyo3"
|
2025-01-16 14:18:06 +00:00
|
|
|
version = "0.23.4"
|
2022-09-21 10:49:48 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-16 14:18:06 +00:00
|
|
|
checksum = "57fe09249128b3173d092de9523eaa75136bf7ba85e0d69eca241c7939c933cc"
|
2022-09-21 10:49:48 +01:00
|
|
|
dependencies = [
|
2022-09-23 11:59:39 -04:00
|
|
|
"anyhow",
|
2022-09-21 10:49:48 +01:00
|
|
|
"cfg-if",
|
|
|
|
"indoc",
|
|
|
|
"libc",
|
2022-09-23 11:59:39 -04:00
|
|
|
"memoffset",
|
2024-11-27 11:46:00 +01:00
|
|
|
"once_cell",
|
2024-03-14 10:36:13 +00:00
|
|
|
"portable-atomic",
|
2022-09-21 10:49:48 +01:00
|
|
|
"pyo3-build-config",
|
|
|
|
"pyo3-ffi",
|
|
|
|
"pyo3-macros",
|
|
|
|
"unindent",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyo3-build-config"
|
2025-01-16 14:18:06 +00:00
|
|
|
version = "0.23.4"
|
2022-09-21 10:49:48 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-16 14:18:06 +00:00
|
|
|
checksum = "1cd3927b5a78757a0d71aa9dff669f903b1eb64b54142a9bd9f757f8fde65fd7"
|
2022-09-21 10:49:48 +01:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"target-lexicon",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyo3-ffi"
|
2025-01-16 14:18:06 +00:00
|
|
|
version = "0.23.4"
|
2022-09-21 10:49:48 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-16 14:18:06 +00:00
|
|
|
checksum = "dab6bb2102bd8f991e7749f130a70d05dd557613e39ed2deeee8e9ca0c4d548d"
|
2022-09-21 10:49:48 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"pyo3-build-config",
|
|
|
|
]
|
|
|
|
|
2022-09-23 11:59:39 -04:00
|
|
|
[[package]]
|
|
|
|
name = "pyo3-log"
|
2024-11-27 11:46:00 +01:00
|
|
|
version = "0.12.0"
|
2022-09-23 11:59:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-27 11:46:00 +01:00
|
|
|
checksum = "3eb421dc86d38d08e04b927b02424db480be71b777fa3a56f32e2f2a3a1a3b08"
|
2022-09-23 11:59:39 -04:00
|
|
|
dependencies = [
|
|
|
|
"arc-swap",
|
|
|
|
"log",
|
|
|
|
"pyo3",
|
|
|
|
]
|
|
|
|
|
2022-09-21 10:49:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pyo3-macros"
|
2025-01-16 14:18:06 +00:00
|
|
|
version = "0.23.4"
|
2022-09-21 10:49:48 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-16 14:18:06 +00:00
|
|
|
checksum = "91871864b353fd5ffcb3f91f2f703a22a9797c91b9ab497b1acac7b07ae509c7"
|
2022-09-21 10:49:48 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"pyo3-macros-backend",
|
|
|
|
"quote",
|
2023-11-22 15:55:43 +01:00
|
|
|
"syn",
|
2022-09-21 10:49:48 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyo3-macros-backend"
|
2025-01-16 14:18:06 +00:00
|
|
|
version = "0.23.4"
|
2022-09-21 10:49:48 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-16 14:18:06 +00:00
|
|
|
checksum = "43abc3b80bc20f3facd86cd3c60beed58c3e2aa26213f3cda368de39c60a27e4"
|
2022-09-21 10:49:48 +01:00
|
|
|
dependencies = [
|
2023-11-22 15:55:43 +01:00
|
|
|
"heck",
|
2022-09-21 10:49:48 +01:00
|
|
|
"proc-macro2",
|
2024-03-14 10:36:13 +00:00
|
|
|
"pyo3-build-config",
|
2022-09-21 10:49:48 +01:00
|
|
|
"quote",
|
2023-11-22 15:55:43 +01:00
|
|
|
"syn",
|
2022-09-21 10:49:48 +01:00
|
|
|
]
|
|
|
|
|
2022-09-23 11:59:39 -04:00
|
|
|
[[package]]
|
|
|
|
name = "pythonize"
|
2024-11-27 11:46:00 +01:00
|
|
|
version = "0.23.0"
|
2022-09-23 11:59:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-27 11:46:00 +01:00
|
|
|
checksum = "91a6ee7a084f913f98d70cdc3ebec07e852b735ae3059a1500db2661265da9ff"
|
2022-09-23 11:59:39 -04:00
|
|
|
dependencies = [
|
|
|
|
"pyo3",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-09-21 10:49:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-05-08 14:30:06 +01:00
|
|
|
version = "1.0.36"
|
2022-09-21 10:49:48 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-08 14:30:06 +01:00
|
|
|
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
2022-09-21 10:49:48 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2024-04-25 14:50:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2025-02-12 13:33:14 +00:00
|
|
|
version = "0.9.0"
|
2024-04-25 14:50:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-12 13:33:14 +00:00
|
|
|
checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
|
2024-04-25 14:50:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
2025-02-12 13:33:14 +00:00
|
|
|
"zerocopy",
|
2024-04-25 14:50:12 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2025-02-12 13:33:14 +00:00
|
|
|
version = "0.9.0"
|
2024-04-25 14:50:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-12 13:33:14 +00:00
|
|
|
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
2024-04-25 14:50:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2025-02-12 13:33:14 +00:00
|
|
|
version = "0.9.0"
|
2024-04-25 14:50:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-12 13:33:14 +00:00
|
|
|
checksum = "b08f3c9802962f7e1b25113931d94f43ed9725bebc59db9d0c3e9a23b67e15ff"
|
2024-04-25 14:50:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
2025-02-12 13:33:14 +00:00
|
|
|
"zerocopy",
|
2024-04-25 14:50:12 +02:00
|
|
|
]
|
|
|
|
|
2022-09-23 11:59:39 -04:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-10-30 11:54:38 +00:00
|
|
|
version = "1.11.1"
|
2022-09-23 11:59:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-30 11:54:38 +00:00
|
|
|
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
2023-07-10 15:55:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-09-30 13:06:43 +01:00
|
|
|
version = "0.4.8"
|
2023-07-10 15:55:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-30 13:06:43 +01:00
|
|
|
checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3"
|
2022-09-23 11:59:39 -04:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-09-30 13:06:43 +01:00
|
|
|
version = "0.8.5"
|
2022-09-23 11:59:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-30 13:06:43 +01:00
|
|
|
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
2022-09-23 11:59:39 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2024-05-08 14:30:06 +01:00
|
|
|
version = "1.0.18"
|
2022-09-23 11:59:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-08 14:30:06 +01:00
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
2022-09-23 11:59:39 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2025-01-06 18:23:12 +00:00
|
|
|
version = "1.0.217"
|
2022-09-23 11:59:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-06 18:23:12 +00:00
|
|
|
checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
|
2022-09-23 11:59:39 -04:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2025-01-06 18:23:12 +00:00
|
|
|
version = "1.0.217"
|
2022-09-23 11:59:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-06 18:23:12 +00:00
|
|
|
checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
|
2022-09-23 11:59:39 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-11-22 15:55:43 +01:00
|
|
|
"syn",
|
2022-09-23 11:59:39 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2025-02-12 13:24:38 +00:00
|
|
|
version = "1.0.138"
|
2022-09-23 11:59:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-12 13:24:38 +00:00
|
|
|
checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949"
|
2022-09-23 11:59:39 -04:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
2024-07-30 17:32:16 +01:00
|
|
|
"memchr",
|
2022-09-23 11:59:39 -04:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-04-18 12:20:30 +02:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
2024-05-08 14:30:06 +01:00
|
|
|
version = "0.10.6"
|
2024-04-18 12:20:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-08 14:30:06 +01:00
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
2024-04-18 12:20:30 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2024-04-25 14:50:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
|
|
|
version = "0.10.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2022-09-21 10:49:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2024-05-08 14:30:06 +01:00
|
|
|
version = "2.5.0"
|
2022-09-21 10:49:48 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-08 14:30:06 +01:00
|
|
|
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
|
2022-09-21 10:49:48 +01:00
|
|
|
|
2023-03-20 07:38:14 -04:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-10-30 11:54:48 +00:00
|
|
|
version = "2.0.85"
|
2023-03-20 07:38:14 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-30 11:54:48 +00:00
|
|
|
checksum = "5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56"
|
2023-03-20 07:38:14 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2022-09-21 10:49:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "synapse"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-09-23 11:59:39 -04:00
|
|
|
"anyhow",
|
2024-04-25 14:50:12 +02:00
|
|
|
"base64",
|
2022-09-21 10:49:48 +01:00
|
|
|
"blake2",
|
2024-04-18 12:20:30 +02:00
|
|
|
"bytes",
|
|
|
|
"headers",
|
2022-09-21 10:49:48 +01:00
|
|
|
"hex",
|
2024-04-18 12:20:30 +02:00
|
|
|
"http",
|
2022-09-23 11:59:39 -04:00
|
|
|
"lazy_static",
|
|
|
|
"log",
|
2024-04-25 14:50:12 +02:00
|
|
|
"mime",
|
2022-09-21 10:49:48 +01:00
|
|
|
"pyo3",
|
2022-09-23 11:59:39 -04:00
|
|
|
"pyo3-log",
|
|
|
|
"pythonize",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2024-04-25 14:50:12 +02:00
|
|
|
"sha2",
|
|
|
|
"ulid",
|
2022-09-21 10:49:48 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
2024-05-08 14:30:06 +01:00
|
|
|
version = "0.12.14"
|
2022-09-21 10:49:48 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-08 14:30:06 +01:00
|
|
|
checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
|
2022-09-21 10:49:48 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2024-05-08 14:30:06 +01:00
|
|
|
version = "1.17.0"
|
2022-09-21 10:49:48 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-08 14:30:06 +01:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2022-09-21 10:49:48 +01:00
|
|
|
|
2024-04-25 14:50:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ulid"
|
2025-02-12 13:33:14 +00:00
|
|
|
version = "1.2.0"
|
2024-04-25 14:50:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-12 13:33:14 +00:00
|
|
|
checksum = "ab82fc73182c29b02e2926a6df32f2241dbadb5cfc111fd595515b3598f46bb3"
|
2024-04-25 14:50:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"rand",
|
|
|
|
"web-time",
|
|
|
|
]
|
|
|
|
|
2022-09-21 10:49:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2024-05-08 14:30:06 +01:00
|
|
|
version = "1.0.12"
|
2022-09-21 10:49:48 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-08 14:30:06 +01:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2022-09-21 10:49:48 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unindent"
|
2023-11-22 15:55:43 +01:00
|
|
|
version = "0.2.3"
|
2022-09-21 10:49:48 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 15:55:43 +01:00
|
|
|
checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
|
2022-09-21 10:49:48 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
2024-04-25 14:50:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2025-02-12 13:33:14 +00:00
|
|
|
version = "0.13.3+wasi-0.2.2"
|
2024-04-25 14:50:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-02-12 13:33:14 +00:00
|
|
|
checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
|
|
|
|
dependencies = [
|
|
|
|
"wit-bindgen-rt",
|
|
|
|
]
|
2024-04-25 14:50:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
|
|
|
version = "0.2.92"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
|
|
|
version = "0.2.92"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
|
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
|
|
|
version = "0.2.92"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
|
|
|
version = "0.2.92"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
|
|
|
version = "0.2.92"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-time"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
|
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
2025-02-12 13:33:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_gnullvm",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wit-bindgen-rt"
|
|
|
|
version = "0.33.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
|
|
|
version = "0.8.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa91407dacce3a68c56de03abe2760159582b846c6a4acd2f456618087f12713"
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
|
|
|
version = "0.8.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "06718a168365cad3d5ff0bb133aad346959a2074bd4a85c121255a11304a8626"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|