2022-09-21 05:49:48 -04: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"
|
2023-06-13 05:05:29 -04:00
|
|
|
version = "1.0.2"
|
2022-09-23 11:59:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-13 05:05:29 -04:00
|
|
|
checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
|
2022-09-23 11:59:39 -04:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-04-19 04:40:55 -04:00
|
|
|
version = "1.0.82"
|
2022-09-23 11:59:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-19 04:40:55 -04:00
|
|
|
checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519"
|
2022-09-23 11:59:39 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
|
|
|
version = "1.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "983cd8b9d4b02a6dc6ffa557262eb5858a27a0038ffffe21a0f133eaa819a164"
|
|
|
|
|
2022-09-21 05:49:48 -04:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
2024-04-18 06:20:30 -04:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.21.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
|
|
|
|
2022-09-21 05:49:48 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "blake2"
|
2022-12-19 09:11:15 -05:00
|
|
|
version = "0.10.6"
|
2022-09-21 05:49:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-19 09:11:15 -05:00
|
|
|
checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
|
2022-09-21 05:49:48 -04:00
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2024-04-25 08:50:12 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
|
|
|
version = "3.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
|
|
|
|
2024-04-18 06:20:30 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
|
|
|
|
|
2022-09-21 05:49:48 -04:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2024-04-18 06:20:30 -04: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 05:49:48 -04: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 08:50:12 -04:00
|
|
|
version = "0.10.7"
|
2022-09-21 05:49:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-25 08:50:12 -04:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2022-09-21 05:49:48 -04:00
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2024-04-18 06:20:30 -04:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2022-09-21 05:49:48 -04:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2024-04-25 08:50:12 -04:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2024-04-18 06:20:30 -04: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 09:55:43 -05:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
|
|
|
|
2022-09-21 05:49:48 -04:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
2024-04-18 06:20:30 -04:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
|
|
|
|
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 05:49:48 -04:00
|
|
|
[[package]]
|
|
|
|
name = "indoc"
|
2023-11-22 09:55:43 -05:00
|
|
|
version = "2.0.4"
|
2022-09-21 05:49:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 09:55:43 -05:00
|
|
|
checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8"
|
2022-09-21 05:49:48 -04:00
|
|
|
|
2022-09-23 11:59:39 -04:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2022-10-11 07:26:40 -04:00
|
|
|
version = "1.0.4"
|
2022-09-23 11:59:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-11 07:26:40 -04:00
|
|
|
checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"
|
2022-09-23 11:59:39 -04:00
|
|
|
|
2024-04-25 08:50:12 -04: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"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
2022-09-21 05:49:48 -04:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-04-18 06:20:30 -04:00
|
|
|
version = "0.2.153"
|
2022-09-21 05:49:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-18 06:20:30 -04:00
|
|
|
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
|
2022-09-21 05:49:48 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2022-10-11 07:26:40 -04:00
|
|
|
version = "0.4.9"
|
2022-09-21 05:49:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-11 07:26:40 -04:00
|
|
|
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
|
2022-09-21 05:49:48 -04:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2022-09-23 11:59:39 -04:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-03-13 12:49:06 -04:00
|
|
|
version = "0.4.21"
|
2022-09-23 11:59:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-13 12:49:06 -04:00
|
|
|
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
2022-09-23 11:59:39 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2023-09-05 09:14:00 -04:00
|
|
|
version = "2.6.3"
|
2022-09-23 11:59:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-05 09:14:00 -04:00
|
|
|
checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c"
|
2022-09-23 11:59:39 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2023-10-06 06:27:59 -04:00
|
|
|
version = "0.9.0"
|
2022-09-23 11:59:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 06:27:59 -04:00
|
|
|
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
|
2022-09-23 11:59:39 -04:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2024-04-18 06:20:30 -04:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
|
|
|
2022-09-21 05:49:48 -04:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2022-10-11 07:26:40 -04:00
|
|
|
version = "1.15.0"
|
2022-09-21 05:49:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-11 07:26:40 -04:00
|
|
|
checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"
|
2022-09-21 05:49:48 -04: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.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2024-03-14 06:36:13 -04:00
|
|
|
[[package]]
|
|
|
|
name = "portable-atomic"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
|
|
|
|
|
2024-04-25 08:50:12 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
|
|
|
2022-09-21 05:49:48 -04:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-01-10 09:37:53 -05:00
|
|
|
version = "1.0.76"
|
2022-09-21 05:49:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 09:37:53 -05:00
|
|
|
checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c"
|
2022-09-21 05:49:48 -04:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyo3"
|
2024-03-14 06:36:13 -04:00
|
|
|
version = "0.20.3"
|
2022-09-21 05:49:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-14 06:36:13 -04:00
|
|
|
checksum = "53bdbb96d49157e65d45cc287af5f32ffadd5f4761438b527b055fb0d4bb8233"
|
2022-09-21 05:49:48 -04:00
|
|
|
dependencies = [
|
2022-09-23 11:59:39 -04:00
|
|
|
"anyhow",
|
2022-09-21 05:49:48 -04:00
|
|
|
"cfg-if",
|
|
|
|
"indoc",
|
|
|
|
"libc",
|
2022-09-23 11:59:39 -04:00
|
|
|
"memoffset",
|
2022-09-21 05:49:48 -04:00
|
|
|
"parking_lot",
|
2024-03-14 06:36:13 -04:00
|
|
|
"portable-atomic",
|
2022-09-21 05:49:48 -04:00
|
|
|
"pyo3-build-config",
|
|
|
|
"pyo3-ffi",
|
|
|
|
"pyo3-macros",
|
|
|
|
"unindent",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyo3-build-config"
|
2024-03-14 06:36:13 -04:00
|
|
|
version = "0.20.3"
|
2022-09-21 05:49:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-14 06:36:13 -04:00
|
|
|
checksum = "deaa5745de3f5231ce10517a1f5dd97d53e5a2fd77aa6b5842292085831d48d7"
|
2022-09-21 05:49:48 -04:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"target-lexicon",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyo3-ffi"
|
2024-03-14 06:36:13 -04:00
|
|
|
version = "0.20.3"
|
2022-09-21 05:49:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-14 06:36:13 -04:00
|
|
|
checksum = "62b42531d03e08d4ef1f6e85a2ed422eb678b8cd62b762e53891c05faf0d4afa"
|
2022-09-21 05:49:48 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"pyo3-build-config",
|
|
|
|
]
|
|
|
|
|
2022-09-23 11:59:39 -04:00
|
|
|
[[package]]
|
|
|
|
name = "pyo3-log"
|
2023-11-22 09:55:43 -05:00
|
|
|
version = "0.9.0"
|
2022-09-23 11:59:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 09:55:43 -05:00
|
|
|
checksum = "4c10808ee7250403bedb24bc30c32493e93875fef7ba3e4292226fe924f398bd"
|
2022-09-23 11:59:39 -04:00
|
|
|
dependencies = [
|
|
|
|
"arc-swap",
|
|
|
|
"log",
|
|
|
|
"pyo3",
|
|
|
|
]
|
|
|
|
|
2022-09-21 05:49:48 -04:00
|
|
|
[[package]]
|
|
|
|
name = "pyo3-macros"
|
2024-03-14 06:36:13 -04:00
|
|
|
version = "0.20.3"
|
2022-09-21 05:49:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-14 06:36:13 -04:00
|
|
|
checksum = "7305c720fa01b8055ec95e484a6eca7a83c841267f0dd5280f0c8b8551d2c158"
|
2022-09-21 05:49:48 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"pyo3-macros-backend",
|
|
|
|
"quote",
|
2023-11-22 09:55:43 -05:00
|
|
|
"syn",
|
2022-09-21 05:49:48 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyo3-macros-backend"
|
2024-03-14 06:36:13 -04:00
|
|
|
version = "0.20.3"
|
2022-09-21 05:49:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-14 06:36:13 -04:00
|
|
|
checksum = "7c7e9b68bb9c3149c5b0cade5d07f953d6d125eb4337723c4ccdb665f1f96185"
|
2022-09-21 05:49:48 -04:00
|
|
|
dependencies = [
|
2023-11-22 09:55:43 -05:00
|
|
|
"heck",
|
2022-09-21 05:49:48 -04:00
|
|
|
"proc-macro2",
|
2024-03-14 06:36:13 -04:00
|
|
|
"pyo3-build-config",
|
2022-09-21 05:49:48 -04:00
|
|
|
"quote",
|
2023-11-22 09:55:43 -05:00
|
|
|
"syn",
|
2022-09-21 05:49:48 -04:00
|
|
|
]
|
|
|
|
|
2022-09-23 11:59:39 -04:00
|
|
|
[[package]]
|
|
|
|
name = "pythonize"
|
2023-11-22 09:55:43 -05:00
|
|
|
version = "0.20.0"
|
2022-09-23 11:59:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 09:55:43 -05:00
|
|
|
checksum = "ffd1c3ef39c725d63db5f9bc455461bafd80540cb7824c61afb823501921a850"
|
2022-09-23 11:59:39 -04:00
|
|
|
dependencies = [
|
|
|
|
"pyo3",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-09-21 05:49:48 -04:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-01-10 09:37:53 -05:00
|
|
|
version = "1.0.35"
|
2022-09-21 05:49:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 09:37:53 -05:00
|
|
|
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
2022-09-21 05:49:48 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2024-04-25 08:50:12 -04: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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
2022-09-21 05:49:48 -04:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.2.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2022-09-23 11:59:39 -04:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-04-08 12:56:37 -04:00
|
|
|
version = "1.10.4"
|
2022-09-23 11:59:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-08 12:56:37 -04:00
|
|
|
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
|
2023-07-10 10:55:39 -04:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-01-22 07:26:19 -05:00
|
|
|
version = "0.4.4"
|
2023-07-10 10:55:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-22 07:26:19 -05:00
|
|
|
checksum = "3b7fa1134405e2ec9353fd416b17f8dacd46c473d7d3fd1cf202706a14eb792a"
|
2022-09-23 11:59:39 -04:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-01-22 07:26:19 -05:00
|
|
|
version = "0.8.2"
|
2022-09-23 11:59:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-22 07:26:19 -05:00
|
|
|
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
2022-09-23 11:59:39 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
|
|
|
version = "1.0.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
|
|
|
|
|
2022-09-21 05:49:48 -04:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2022-09-23 11:59:39 -04:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-03-13 12:49:19 -04:00
|
|
|
version = "1.0.197"
|
2022-09-23 11:59:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-13 12:49:19 -04:00
|
|
|
checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
|
2022-09-23 11:59:39 -04:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-03-13 12:49:19 -04:00
|
|
|
version = "1.0.197"
|
2022-09-23 11:59:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-13 12:49:19 -04:00
|
|
|
checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
|
2022-09-23 11:59:39 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-11-22 09:55:43 -05:00
|
|
|
"syn",
|
2022-09-23 11:59:39 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-04-09 06:25:23 -04:00
|
|
|
version = "1.0.115"
|
2022-09-23 11:59:39 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-09 06:25:23 -04:00
|
|
|
checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd"
|
2022-09-23 11:59:39 -04:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-04-18 06:20:30 -04:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
|
|
|
version = "0.10.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2024-04-25 08:50:12 -04: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 05:49:48 -04:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-10-11 07:26:40 -04:00
|
|
|
version = "1.10.0"
|
2022-09-21 05:49:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-11 07:26:40 -04:00
|
|
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
2022-09-21 05:49:48 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
|
|
|
version = "2.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
|
|
|
|
2023-03-20 07:38:14 -04:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-01-10 09:37:53 -05:00
|
|
|
version = "2.0.48"
|
2023-03-20 07:38:14 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 09:37:53 -05:00
|
|
|
checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
|
2023-03-20 07:38:14 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2022-09-21 05:49:48 -04:00
|
|
|
[[package]]
|
|
|
|
name = "synapse"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-09-23 11:59:39 -04:00
|
|
|
"anyhow",
|
2024-04-25 08:50:12 -04:00
|
|
|
"base64",
|
2022-09-21 05:49:48 -04:00
|
|
|
"blake2",
|
2024-04-18 06:20:30 -04:00
|
|
|
"bytes",
|
|
|
|
"headers",
|
2022-09-21 05:49:48 -04:00
|
|
|
"hex",
|
2024-04-18 06:20:30 -04:00
|
|
|
"http",
|
2022-09-23 11:59:39 -04:00
|
|
|
"lazy_static",
|
|
|
|
"log",
|
2024-04-25 08:50:12 -04:00
|
|
|
"mime",
|
2022-09-21 05:49:48 -04:00
|
|
|
"pyo3",
|
2022-09-23 11:59:39 -04:00
|
|
|
"pyo3-log",
|
|
|
|
"pythonize",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2024-04-25 08:50:12 -04:00
|
|
|
"sha2",
|
|
|
|
"ulid",
|
2022-09-21 05:49:48 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
|
|
|
version = "0.12.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
|
|
|
version = "1.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
|
|
|
|
2024-04-25 08:50:12 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ulid"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34778c17965aa2a08913b57e1f34db9b4a63f5de31768b55bf20d2795f921259"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"rand",
|
|
|
|
"web-time",
|
|
|
|
]
|
|
|
|
|
2022-09-21 05:49:48 -04:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2022-10-11 07:26:40 -04:00
|
|
|
version = "1.0.5"
|
2022-09-21 05:49:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-11 07:26:40 -04:00
|
|
|
checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
|
2022-09-21 05:49:48 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unindent"
|
2023-11-22 09:55:43 -05:00
|
|
|
version = "0.2.3"
|
2022-09-21 05:49:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-22 09:55:43 -05:00
|
|
|
checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
|
2022-09-21 05:49:48 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
2024-04-25 08:50:12 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
|
|
|
version = "0.2.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",
|
|
|
|
]
|
|
|
|
|
2022-09-21 05:49:48 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
|