2023-04-25 22:35:39 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "addr"
|
|
|
|
version = "0.15.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a93b8a41dbe230ad5087cc721f8d41611de654542180586b315d9f4cf6b72bef"
|
|
|
|
dependencies = [
|
|
|
|
"psl-types",
|
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
|
|
|
version = "0.21.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2023-07-01 19:09:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.7.8"
|
2023-07-01 19:09:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
|
2023-07-01 19:09:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.8.11"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
2023-11-20 15:50:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2023-12-19 08:53:10 +00:00
|
|
|
"getrandom",
|
2023-11-20 15:50:37 +00:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
"zerocopy",
|
|
|
|
]
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.1.3"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-12-19 08:53:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "allocator-api2"
|
|
|
|
version = "0.2.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "any_ascii"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ea50b14b7a4b9343f8c627a7a53c52076482bd4bdad0a24fd3ec533ed616cc2c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "approx"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arbitrary"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "1.3.2"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"derive_arbitrary",
|
|
|
|
]
|
|
|
|
|
2023-04-30 07:49:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.7.1"
|
2023-04-30 07:49:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
|
2023-04-30 07:49:03 +00:00
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "argon2"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.5.3"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"blake2",
|
2023-11-20 15:50:37 +00:00
|
|
|
"cpufeatures",
|
2023-04-25 22:35:39 +00:00
|
|
|
"password-hash",
|
|
|
|
]
|
|
|
|
|
2023-07-01 19:09:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ascii-canvas"
|
|
|
|
version = "3.0.0"
|
2023-07-01 19:09:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6"
|
|
|
|
dependencies = [
|
|
|
|
"term",
|
|
|
|
]
|
2023-07-01 19:09:15 +00:00
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "1.9.0"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
2023-11-20 15:50:37 +00:00
|
|
|
"event-listener 2.5.3",
|
2023-04-25 22:35:39 +00:00
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-executor"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.9.1"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "10b3e585719c2358d2660232671ca8ca4ddb4be4ce8a1842d6c2dc8685303316"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-lock",
|
|
|
|
"async-task",
|
|
|
|
"concurrent-queue",
|
|
|
|
"fastrand",
|
|
|
|
"futures-lite",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "3.3.0"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"event-listener 4.0.3",
|
2023-11-20 15:50:37 +00:00
|
|
|
"event-listener-strategy",
|
|
|
|
"pin-project-lite",
|
2023-04-25 22:35:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-recursion"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.1.0"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "30c5ef0ede93efbf733c1a727f3b6b5a1060bbedd5600183e66f6e4be4af0ec5"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2023-04-25 22:35:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-task"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "4.7.0"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799"
|
2023-07-01 19:09:15 +00:00
|
|
|
|
2023-12-19 08:53:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.1.79"
|
2023-12-19 08:53:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "a507401cad91ec6a857ed5513a2073c82a9b9048762b885bb98655b306964681"
|
2023-12-19 08:53:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2023-12-19 08:53:10 +00:00
|
|
|
]
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async_io_stream"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6d7b9decdf35d8908a7e3ef02f64c5e9b1695e230154c0e8de3969142d9b94c"
|
|
|
|
dependencies = [
|
|
|
|
"futures",
|
|
|
|
"pharos",
|
|
|
|
"rustc_version",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atomic"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.5.3"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
|
2023-04-25 22:35:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atomic-polyfill"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.0.3"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"critical-section",
|
|
|
|
]
|
|
|
|
|
2024-04-04 07:30:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.2.0"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
|
2023-04-25 22:35:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-11-20 15:50:37 +00:00
|
|
|
name = "backtrace"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.3.71"
|
2023-07-01 19:09:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
|
2023-11-20 15:50:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
2023-07-01 19:09:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.21.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.22.0"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51"
|
2023-04-25 22:35:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bcrypt"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.15.1"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "e65938ed058ef47d92cf8b346cc76ef48984572ade631927e9937b5ffc7662c7"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"base64 0.22.0",
|
2023-04-25 22:35:39 +00:00
|
|
|
"blowfish",
|
|
|
|
"getrandom",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-07-01 19:09:15 +00:00
|
|
|
name = "bincode"
|
|
|
|
version = "1.3.3"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-01 19:09:15 +00:00
|
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-11-20 15:50: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-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "2.5.0"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
|
2023-11-20 15:50:37 +00:00
|
|
|
|
2023-04-30 07:49:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitmaps"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "3.2.1"
|
2023-04-30 07:49:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "a1d084b0137aaa901caf9f1e8b21daa6aa24d41cd806e111335541eff9683bd6"
|
2023-04-30 07:49:03 +00:00
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitvec"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
|
|
|
|
dependencies = [
|
|
|
|
"funty",
|
|
|
|
"radium",
|
|
|
|
"tap",
|
|
|
|
"wyz",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "blake2"
|
|
|
|
version = "0.10.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
|
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "blowfish"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e412e2cd0f2b2d93e02543ceae7917b3c70331573df19ee046bcbc35e45e87d7"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"cipher",
|
|
|
|
]
|
|
|
|
|
2023-07-01 19:09:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "borsh"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.4.0"
|
2023-07-01 19:09:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "0901fc8eb0aca4c83be0106d6f2db17d86a08dfc2c25f0e84464bf381158add6"
|
2023-07-01 19:09:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"borsh-derive",
|
2023-11-20 15:50:37 +00:00
|
|
|
"cfg_aliases",
|
2023-07-01 19:09:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "borsh-derive"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.4.0"
|
2023-07-01 19:09:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "51670c3aa053938b0ee3bd67c3817e471e626151131b934038e83c5bf8de48f5"
|
2023-07-01 19:09:15 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"once_cell",
|
2023-07-01 19:09:15 +00:00
|
|
|
"proc-macro-crate",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2023-11-20 15:50:37 +00:00
|
|
|
"syn_derive",
|
2023-07-01 19:09:15 +00:00
|
|
|
]
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "3.15.4"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa"
|
2023-04-25 22:35:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-07-01 19:09:15 +00:00
|
|
|
name = "bytecheck"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.6.12"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
2023-07-01 19:09:15 +00:00
|
|
|
"bytecheck_derive",
|
|
|
|
"ptr_meta",
|
|
|
|
"simdutf8",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytecheck_derive"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.6.12"
|
2023-07-01 19:09:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
|
2023-07-01 19:09:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
2023-04-25 22:35:39 +00:00
|
|
|
]
|
|
|
|
|
2023-07-01 19:09:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.15.0"
|
2023-07-01 19:09:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "5d6d68c57235a3a081186990eca2867354726650f42f7516ca50c28d6281fd15"
|
2023-07-01 19:09:15 +00:00
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "1.5.0"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2023-04-25 22:35:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.6.0"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
|
2023-04-25 22:35:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.0.90"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
2023-11-20 15:50:37 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cedar-policy"
|
|
|
|
version = "2.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d91e3b10a0f7f2911774d5e49713c4d25753466f9e11d1cd2ec627f8a2dc857"
|
|
|
|
dependencies = [
|
|
|
|
"cedar-policy-core",
|
|
|
|
"cedar-policy-validator",
|
|
|
|
"itertools 0.10.5",
|
|
|
|
"lalrpop-util",
|
|
|
|
"ref-cast",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"smol_str",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cedar-policy-core"
|
|
|
|
version = "2.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cd2315591c6b7e18f8038f0a0529f254235fd902b6c217aabc04f2459b0d9995"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"ipnet",
|
|
|
|
"itertools 0.10.5",
|
|
|
|
"lalrpop",
|
|
|
|
"lalrpop-util",
|
|
|
|
"lazy_static",
|
|
|
|
"miette",
|
|
|
|
"regex",
|
|
|
|
"rustc_lexer",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_with",
|
|
|
|
"smol_str",
|
|
|
|
"stacker",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cedar-policy-validator"
|
|
|
|
version = "2.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e756e1b2a5da742ed97e65199ad6d0893e9aa4bd6b34be1de9e70bd1e6adc7df"
|
|
|
|
dependencies = [
|
|
|
|
"cedar-policy-core",
|
|
|
|
"itertools 0.10.5",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_with",
|
|
|
|
"smol_str",
|
|
|
|
"stacker",
|
|
|
|
"thiserror",
|
|
|
|
"unicode-security",
|
2023-04-25 22:35:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg_aliases"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.4.37"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"android-tzdata",
|
2023-04-25 22:35:39 +00:00
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
|
|
|
"num-traits",
|
|
|
|
"serde",
|
|
|
|
"wasm-bindgen",
|
2024-04-05 09:19:54 +00:00
|
|
|
"windows-targets 0.52.4",
|
2023-04-25 22:35:39 +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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-11-20 15:50:37 +00:00
|
|
|
name = "concurrent-queue"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "2.4.0"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"crossbeam-utils",
|
2023-04-25 22:35:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-11-20 15:50:37 +00:00
|
|
|
name = "const-oid"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.9.6"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
2023-04-25 22:35:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.8.6"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
|
2023-04-25 22:35:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.2.12"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "critical-section"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "1.1.2"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "7059fff8937831a9ae6f0fe4d658ffabf58f2ca96aa9dec1c889f936f705f216"
|
2023-04-25 22:35:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.8.19"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
|
2023-04-25 22:35:39 +00:00
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crunchy"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
|
|
|
2023-04-25 22:35:39 +00: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]]
|
2023-11-20 15:50:37 +00:00
|
|
|
name = "darling"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.20.8"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "54e36fcd13ed84ffdfda6f5be89b31287cbb80c439841fe69e04841435464391"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
2023-04-25 22:35:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-11-20 15:50:37 +00:00
|
|
|
name = "darling_core"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.20.8"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "9c2cf1c23a687a1feeb728783b993c4e1ad83d99f351801977dd809b48d0a70f"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
2023-04-25 22:35:39 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-11-20 15:50:37 +00:00
|
|
|
"strsim",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2023-04-25 22:35:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-11-20 15:50:37 +00:00
|
|
|
name = "darling_macro"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.20.8"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "a668eda54683121533a393014d8692171709ff57a7d61f187b6e782719f8933f"
|
2023-11-20 15:50:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2023-11-20 15:50:37 +00:00
|
|
|
]
|
2023-04-25 22:35:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-11-20 15:50:37 +00:00
|
|
|
name = "der"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.7.9"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"const-oid",
|
|
|
|
"pem-rfc7468",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.3.11"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
2023-11-20 15:50:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"powerfmt",
|
|
|
|
"serde",
|
2023-04-25 22:35:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_arbitrary"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "1.3.2"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2023-04-25 22:35:39 +00:00
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "deunicode"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.4.3"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "b6e854126756c496b8c81dec88f9a706b15b875c5849d4097a3854476b9fdf94"
|
2023-11-20 15:50:37 +00:00
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.10.7"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
2023-11-20 15:50:37 +00:00
|
|
|
"const-oid",
|
2023-04-25 22:35:39 +00:00
|
|
|
"crypto-common",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-next"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"dirs-sys-next",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys-next"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dmp"
|
2023-05-22 06:40:04 +00:00
|
|
|
version = "0.2.0"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 06:40:04 +00:00
|
|
|
checksum = "bfaa1135a34d26e5cc5b4927a8935af887d4f30a5653a797c33b9a4222beb6d9"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"urlencoding",
|
|
|
|
]
|
|
|
|
|
2023-12-19 08:53:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "doc-comment"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "earcutr"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "79127ed59a85d7687c409e9978547cffb7dc79675355ed22da6b66fd5f6ead01"
|
|
|
|
dependencies = [
|
|
|
|
"itertools 0.11.0",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
2023-04-30 07:49:03 +00:00
|
|
|
name = "echodb"
|
|
|
|
version = "0.4.0"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-30 07:49:03 +00:00
|
|
|
checksum = "312221c0bb46e82cd250c818404ef9dce769a4d5a62915c0249b577762eec34a"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
2023-04-30 07:49:03 +00:00
|
|
|
"arc-swap",
|
|
|
|
"imbl",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
2023-04-25 22:35:39 +00:00
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.10.0"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
|
2023-11-20 15:50:37 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ena"
|
|
|
|
version = "0.14.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2023-07-01 19:09:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "endian-type"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
|
|
|
version = "2.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
|
|
|
|
|
|
|
[[package]]
|
2023-11-20 15:50:37 +00:00
|
|
|
name = "event-listener"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "4.0.3"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e"
|
2023-11-20 15:50:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "event-listener-strategy"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.4.0"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"event-listener 4.0.3",
|
2023-11-20 15:50:37 +00:00
|
|
|
"pin-project-lite",
|
2023-04-25 22:35:39 +00:00
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "2.0.2"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984"
|
2023-11-20 15:50:37 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "float_next_after"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flume"
|
2023-12-19 08:53:10 +00:00
|
|
|
version = "0.11.0"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-19 08:53:10 +00:00
|
|
|
checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"nanorand",
|
2023-07-01 19:09:15 +00:00
|
|
|
"spin 0.9.8",
|
2023-04-25 22:35:39 +00:00
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-12-19 08:53:10 +00:00
|
|
|
version = "1.2.1"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-19 08:53:10 +00:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2023-07-01 19:09:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fst"
|
|
|
|
version = "0.4.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ab85b9b05e3978cc9a9cf8fea7f01b494e1a09ed3037e16ba39edc7a29eb61a"
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "funty"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.3.30"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.3.30"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-concurrency"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "7.5.0"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "9b590a729e1cbaf9ae3ec294143ea034d93cbb1de01c884d04bcd0af8b613d02"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitvec",
|
|
|
|
"futures-core",
|
|
|
|
"pin-project",
|
2023-11-20 15:50:37 +00:00
|
|
|
"slab",
|
|
|
|
"smallvec",
|
2023-04-25 22:35:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.3.30"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
2023-04-25 22:35:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.3.30"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.3.30"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
|
2023-04-25 22:35:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "2.3.0"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"fastrand",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.3.30"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2023-04-25 22:35:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.3.30"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
|
2023-04-25 22:35:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.3.30"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
|
2023-04-25 22:35:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.3.30"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuzzy-matcher"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
|
|
|
|
dependencies = [
|
|
|
|
"thread_local",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "geo"
|
2023-12-19 08:53:10 +00:00
|
|
|
version = "0.26.0"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-19 08:53:10 +00:00
|
|
|
checksum = "1645cf1d7fea7dac1a66f7357f3df2677ada708b8d9db8e9b043878930095a96"
|
2023-11-20 15:50:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"earcutr",
|
|
|
|
"float_next_after",
|
|
|
|
"geo-types",
|
|
|
|
"geographiclib-rs",
|
|
|
|
"log",
|
|
|
|
"num-traits",
|
2023-12-19 08:53:10 +00:00
|
|
|
"robust",
|
|
|
|
"rstar",
|
2023-11-20 15:50:37 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "geo"
|
2023-12-19 08:53:10 +00:00
|
|
|
version = "0.27.0"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-19 08:53:10 +00:00
|
|
|
checksum = "4841b40fdbccd4b7042bd6195e4de91da54af34c50632e371bcbfcdfb558b873"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"earcutr",
|
2023-04-25 22:35:39 +00:00
|
|
|
"float_next_after",
|
|
|
|
"geo-types",
|
|
|
|
"geographiclib-rs",
|
|
|
|
"log",
|
|
|
|
"num-traits",
|
2023-12-19 08:53:10 +00:00
|
|
|
"robust",
|
|
|
|
"rstar",
|
2023-04-25 22:35:39 +00:00
|
|
|
"serde",
|
2023-12-19 08:53:10 +00:00
|
|
|
"spade",
|
2023-04-25 22:35:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "geo-types"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.7.13"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "9ff16065e5720f376fbced200a5ae0f47ace85fd70b7e54269790281353b6d61"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"approx",
|
2024-01-09 15:34:52 +00:00
|
|
|
"arbitrary",
|
2023-04-25 22:35:39 +00:00
|
|
|
"num-traits",
|
2023-12-19 08:53:10 +00:00
|
|
|
"rstar",
|
2023-04-25 22:35:39 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "geographiclib-rs"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.2.4"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "e6e5ed84f8089c70234b0a8e0aedb6dc733671612ddc0d37c6066052f9781960"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"libm",
|
2023-04-25 22:35:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.2.12"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"libc",
|
2023-11-20 15:50:37 +00:00
|
|
|
"wasi",
|
2023-04-25 22:35:39 +00:00
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.28.1"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
|
2023-11-20 15:50:37 +00:00
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hash32"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2023-07-01 19:09:15 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"ahash 0.7.8",
|
2023-07-01 19:09:15 +00:00
|
|
|
]
|
2023-04-25 22:35:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-11-20 15:50:37 +00:00
|
|
|
name = "hashbrown"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.14.3"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"ahash 0.8.11",
|
2023-12-19 08:53:10 +00:00
|
|
|
"allocator-api2",
|
2023-04-25 22:35:39 +00:00
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heapless"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.7.17"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"atomic-polyfill",
|
|
|
|
"hash32",
|
|
|
|
"rustc_version",
|
|
|
|
"spin 0.9.8",
|
|
|
|
"stable_deref_trait",
|
2023-04-25 22:35:39 +00:00
|
|
|
]
|
|
|
|
|
2023-12-19 08:53:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.3.9"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
2023-11-20 15:50:37 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2023-12-19 08:53:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.1.60"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2023-11-20 15:50:37 +00:00
|
|
|
"windows-core",
|
2023-04-25 22:35:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.1.2"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"cc",
|
2023-04-25 22:35:39 +00:00
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2023-12-19 08:53:10 +00:00
|
|
|
version = "0.5.0"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-19 08:53:10 +00:00
|
|
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2023-04-30 07:49:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "imbl"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "2.0.3"
|
2023-04-30 07:49:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "978d142c8028edf52095703af2fad11d6f611af1246685725d6b850634647085"
|
2023-04-30 07:49:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitmaps",
|
|
|
|
"imbl-sized-chunks",
|
|
|
|
"rand_core",
|
|
|
|
"rand_xoshiro",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "imbl-sized-chunks"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.1.2"
|
2023-04-30 07:49:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "144006fb58ed787dcae3f54575ff4349755b00ccc99f4b4873860b654be1ed63"
|
2023-04-30 07:49:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitmaps",
|
|
|
|
]
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
|
|
|
version = "1.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2023-11-20 15:50:37 +00:00
|
|
|
"hashbrown 0.12.3",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "2.2.6"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
|
2023-11-20 15:50:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
2024-04-05 09:19:54 +00:00
|
|
|
"hashbrown 0.14.3",
|
2023-04-25 22:35:39 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inout"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-11-20 15:50:37 +00:00
|
|
|
name = "ipnet"
|
|
|
|
version = "2.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.10.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
2023-04-25 22:35:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.0.11"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
2023-04-25 22:35:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.1.28"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.3.69"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2023-07-01 19:09:15 +00:00
|
|
|
[[package]]
|
2023-11-20 15:50:37 +00:00
|
|
|
name = "lalrpop"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.20.2"
|
2023-07-01 19:09:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "55cb077ad656299f160924eb2912aa147d7339ea7d69e1b5517326fdcec3c1ca"
|
2023-07-01 19:09:15 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"ascii-canvas",
|
|
|
|
"bit-set",
|
|
|
|
"ena",
|
2024-04-05 09:19:54 +00:00
|
|
|
"itertools 0.11.0",
|
2023-11-20 15:50:37 +00:00
|
|
|
"lalrpop-util",
|
|
|
|
"petgraph",
|
|
|
|
"pico-args",
|
|
|
|
"regex",
|
2024-04-05 09:19:54 +00:00
|
|
|
"regex-syntax",
|
2023-11-20 15:50:37 +00:00
|
|
|
"string_cache",
|
|
|
|
"term",
|
|
|
|
"tiny-keccak",
|
|
|
|
"unicode-xid",
|
2024-04-05 09:19:54 +00:00
|
|
|
"walkdir",
|
2023-11-20 15:50:37 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lalrpop-util"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.20.2"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "507460a910eb7b32ee961886ff48539633b788a36b65692b95f225b844c82553"
|
2023-11-20 15:50:37 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"regex-automata",
|
2023-07-01 19:09:15 +00:00
|
|
|
]
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2023-11-20 15:50:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"spin 0.5.2",
|
|
|
|
]
|
2023-04-25 22:35:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lexicmp"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7378d131ddf24063b32cbd7e91668d183140c4b3906270635a4d633d1068ea5d"
|
|
|
|
dependencies = [
|
|
|
|
"any_ascii",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.2.153"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
|
2023-04-25 22:35:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libfuzzer-sys"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.4.7"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"arbitrary",
|
|
|
|
"cc",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.2.8"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
|
2023-04-25 22:35:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-11-20 15:50:37 +00:00
|
|
|
name = "libredox"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.1.3"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"bitflags 2.5.0",
|
2023-11-20 15:50:37 +00:00
|
|
|
"libc",
|
2023-04-25 22:35:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.4.11"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.4.21"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
2023-11-20 15:50:37 +00:00
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "md-5"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.10.6"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"cfg-if",
|
2023-04-25 22:35:39 +00:00
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "2.7.2"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
|
2023-11-20 15:50:37 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miette"
|
|
|
|
version = "5.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59bb584eaeeab6bd0226ccf3509a69d7936d148cf3d036ad350abe35e8c6856e"
|
|
|
|
dependencies = [
|
|
|
|
"miette-derive",
|
|
|
|
"once_cell",
|
|
|
|
"thiserror",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miette-derive"
|
|
|
|
version = "5.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49e7bc1560b95a3c4a25d03de42fe76ca718ab92d1a22a55b9b4cf67b3ae635c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2023-11-20 15:50:37 +00:00
|
|
|
]
|
2023-04-25 22:35:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.7.2"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
|
2023-11-20 15:50:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nanoid"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
|
|
|
|
dependencies = [
|
|
|
|
"rand",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nanorand"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "new_debug_unreachable"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.0.6"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
|
2023-11-20 15:50:37 +00:00
|
|
|
|
2023-07-01 19:09:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nibble_vec"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
|
|
|
|
dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "7.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.4.4"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint-dig"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"lazy_static",
|
|
|
|
"libm",
|
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
|
|
|
"num-traits",
|
|
|
|
"rand",
|
|
|
|
"smallvec",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2024-04-05 09:19:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-conv"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.1.46"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.1.44"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "d869c01cc0c455284163fd0092f1f93835385ccab5a98a0dcc497b2f8bf055a9"
|
2023-11-20 15:50:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.2.18"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"libm",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "1.16.0"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.32.2"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
|
2023-11-20 15:50:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-12-19 08:53:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "object_store"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2524735495ea1268be33d200e1ee97455096a0846295a21548cd2f3541de7050"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"chrono",
|
|
|
|
"futures",
|
|
|
|
"humantime",
|
|
|
|
"itertools 0.11.0",
|
|
|
|
"parking_lot",
|
|
|
|
"percent-encoding",
|
|
|
|
"snafu",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"url",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.19.0"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
2023-04-25 22:35:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "2.2.0"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
|
2023-04-25 22:35:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.9.9"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2024-04-04 07:30:13 +00:00
|
|
|
"windows-targets 0.48.5",
|
2023-04-25 22:35:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "password-hash"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"rand_core",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "path-clean"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "17359afc20d7ab31fdb42bb844c8b3bb1dabd7dcf7e68428492da7f16966fcef"
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pbkdf2"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.12.2"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
"hmac",
|
|
|
|
"password-hash",
|
|
|
|
"sha2",
|
|
|
|
]
|
|
|
|
|
2023-07-01 19:09:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pem"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6b13fe415cdf3c8e44518e18a7c95a13431d9bdf6d15367d82b23c377fdd441a"
|
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"base64 0.21.7",
|
2023-11-20 15:50:37 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pem-rfc7468"
|
|
|
|
version = "0.7.0"
|
2023-07-01 19:09:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
|
2023-07-01 19:09:15 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"base64ct",
|
2023-07-01 19:09:15 +00:00
|
|
|
]
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-12-19 08:53:10 +00:00
|
|
|
version = "2.3.1"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-19 08:53:10 +00:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2023-11-20 15:50:37 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
|
|
|
|
dependencies = [
|
|
|
|
"fixedbitset",
|
2024-04-05 09:19:54 +00:00
|
|
|
"indexmap 2.2.6",
|
2023-11-20 15:50:37 +00:00
|
|
|
]
|
2023-04-25 22:35:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pharos"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e9567389417feee6ce15dd6527a8a1ecac205ef62c2932bcf3d9f6fc5b78b414"
|
|
|
|
dependencies = [
|
|
|
|
"futures",
|
|
|
|
"rustc_version",
|
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pico-args"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.1.5"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.1.5"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2023-04-25 22:35:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.2.14"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
2023-04-25 22:35:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkcs1"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
|
|
|
|
dependencies = [
|
|
|
|
"der",
|
|
|
|
"pkcs8",
|
|
|
|
"spki",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkcs8"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
|
|
|
|
dependencies = [
|
|
|
|
"der",
|
|
|
|
"spki",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "precomputed-hash"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
|
|
|
2023-07-01 19:09:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "3.1.0"
|
2023-07-01 19:09:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
|
2023-07-01 19:09:15 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
2023-07-01 19:09:15 +00:00
|
|
|
]
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.0.79"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "psl-types"
|
|
|
|
version = "2.0.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac"
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "psm"
|
|
|
|
version = "0.1.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2023-07-01 19:09:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ptr_meta"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
|
|
|
|
dependencies = [
|
|
|
|
"ptr_meta_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ptr_meta_derive"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2023-12-19 08:53:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quick_cache"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.4.2"
|
2023-12-19 08:53:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "b1380629287ed1247c1e0fcc6d43efdcec508b65382c9ab775cc8f3df7ca07b0"
|
2023-12-19 08:53:10 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"ahash 0.8.11",
|
2023-12-19 08:53:10 +00:00
|
|
|
"equivalent",
|
2024-04-05 09:19:54 +00:00
|
|
|
"hashbrown 0.14.3",
|
2023-12-19 08:53:10 +00:00
|
|
|
"parking_lot",
|
|
|
|
]
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.0.35"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "radium"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
|
|
|
|
2023-07-01 19:09:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "radix_trie"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
|
|
|
|
dependencies = [
|
|
|
|
"endian-type",
|
|
|
|
"nibble_vec",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2023-04-30 07:49:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_xoshiro"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
2024-04-04 07:30:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "reblessive"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eb88832db7cfbac349e0276a84d4fbbcdb9cfe8069affbc765d8fd012265ba45"
|
|
|
|
dependencies = [
|
|
|
|
"atomic-waker",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
]
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.4.5"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
|
2023-11-20 15:50:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"libredox",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ref-cast"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.0.22"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "c4846d4c50d1721b1a3bef8af76924eef20d5e723647333798c1b519b3a9473f"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"ref-cast-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ref-cast-impl"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.0.22"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "5fddb4f8d99b0a2ebafc65a87a69a7b9875e4b1ae1f00db265d300ef7f28bccc"
|
2023-11-20 15:50:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2023-04-25 22:35:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.10.4"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2023-11-20 15:50:37 +00:00
|
|
|
"regex-automata",
|
2024-04-05 09:19:54 +00:00
|
|
|
"regex-syntax",
|
2023-11-20 15:50:37 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.4.6"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
|
2023-11-20 15:50:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2024-04-05 09:19:54 +00:00
|
|
|
"regex-syntax",
|
2023-04-25 22:35:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.8.3"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
|
2024-01-09 15:34:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"arbitrary",
|
|
|
|
]
|
2023-04-25 22:35:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-07-01 19:09:15 +00:00
|
|
|
name = "rend"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.4.2"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
2023-07-01 19:09:15 +00:00
|
|
|
"bytecheck",
|
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "revision"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87eb86913082f8976b06d07a59f17df9120e6f38b882cf3fc5a45b4499e224b6"
|
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
|
|
|
"chrono",
|
|
|
|
"geo 0.26.0",
|
|
|
|
"regex",
|
|
|
|
"revision-derive",
|
|
|
|
"roaring",
|
|
|
|
"rust_decimal",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "revision-derive"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bf996fc5f61f1dbec35799b5c00c6dda12e8862e8cb782ed24e10d0292e60ed3"
|
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2023-11-20 15:50:37 +00:00
|
|
|
]
|
|
|
|
|
2023-07-01 19:09:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
|
|
|
version = "0.16.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"spin 0.5.2",
|
2024-04-04 07:30:13 +00:00
|
|
|
"untrusted 0.7.1",
|
2023-07-01 19:09:15 +00:00
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2024-04-04 07:30:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
|
|
|
version = "0.17.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"getrandom",
|
|
|
|
"libc",
|
|
|
|
"spin 0.9.8",
|
|
|
|
"untrusted 0.9.0",
|
2024-04-05 09:19:54 +00:00
|
|
|
"windows-sys",
|
2024-04-04 07:30:13 +00:00
|
|
|
]
|
|
|
|
|
2023-07-01 19:09:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rkyv"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.7.44"
|
2023-07-01 19:09:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "5cba464629b3394fc4dbc6f940ff8f5b4ff5c7aef40f29166fd4ad12acbc99c0"
|
2023-07-01 19:09:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitvec",
|
|
|
|
"bytecheck",
|
2024-04-05 09:19:54 +00:00
|
|
|
"bytes",
|
2023-11-20 15:50:37 +00:00
|
|
|
"hashbrown 0.12.3",
|
2023-07-01 19:09:15 +00:00
|
|
|
"ptr_meta",
|
|
|
|
"rend",
|
|
|
|
"rkyv_derive",
|
|
|
|
"seahash",
|
|
|
|
"tinyvec",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rkyv_derive"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.7.44"
|
2023-07-01 19:09:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "a7dddfff8de25e6f62b9d64e6e432bf1c6736c57d20323e15ee10435fbda7c65"
|
2023-07-01 19:09:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "roaring"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.10.3"
|
2023-07-01 19:09:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "a1c77081a55300e016cb86f2864415b7518741879db925b8d488a0ee0d2da6bf"
|
2023-07-01 19:09:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
2023-04-25 22:35:39 +00:00
|
|
|
"byteorder",
|
2023-07-01 19:09:15 +00:00
|
|
|
"serde",
|
2023-04-25 22:35:39 +00:00
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "robust"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cbf4a6aa5f6d6888f39e980649f3ad6b666acdce1d78e95b8a2cb076e687ae30"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rsa"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.9.6"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
|
2023-11-20 15:50:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"const-oid",
|
|
|
|
"digest",
|
|
|
|
"num-bigint-dig",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"pkcs1",
|
|
|
|
"pkcs8",
|
|
|
|
"rand_core",
|
|
|
|
"signature",
|
|
|
|
"spki",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rstar"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.11.0"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "73111312eb7a2287d229f06c00ff35b51ddee180f017ab6dec1f69d62ac098d6"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"heapless",
|
|
|
|
"num-traits",
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rust-stemmers"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e46a2036019fdb888131db7a4c847a1063a7493f971ed94ea82c67eada63ca54"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
2023-07-01 19:09:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rust_decimal"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.35.0"
|
2023-07-01 19:09:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "1790d1c4c0ca81211399e0e0af16333276f375209e71a37b67698a373db5b47a"
|
2023-07-01 19:09:15 +00:00
|
|
|
dependencies = [
|
2024-01-09 15:34:52 +00:00
|
|
|
"arbitrary",
|
2023-07-01 19:09:15 +00:00
|
|
|
"arrayvec",
|
|
|
|
"borsh",
|
|
|
|
"bytes",
|
|
|
|
"num-traits",
|
|
|
|
"rand",
|
|
|
|
"rkyv",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_lexer"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c86aae0c77166108c01305ee1a36a1e77289d7dc6ca0a3cd91ff4992de2d16a5"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
|
|
dependencies = [
|
|
|
|
"semver",
|
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
|
|
|
version = "1.0.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.0.17"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
|
2023-04-25 22:35:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "salsa20"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
|
|
|
|
dependencies = [
|
|
|
|
"cipher",
|
|
|
|
]
|
|
|
|
|
2023-12-19 08:53:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "1.2.0"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2023-04-25 22:35:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scrypt"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
|
|
|
|
dependencies = [
|
|
|
|
"password-hash",
|
|
|
|
"pbkdf2",
|
|
|
|
"salsa20",
|
|
|
|
"sha2",
|
|
|
|
]
|
|
|
|
|
2023-07-01 19:09:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "seahash"
|
|
|
|
version = "4.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.0.22"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "send_wrapper"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.0.197"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.0.197"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2023-04-25 22:35:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.0.115"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"indexmap 2.2.6",
|
2023-04-25 22:35:39 +00:00
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-11-20 15:50:37 +00:00
|
|
|
name = "serde_with"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "3.7.0"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "ee80b0e361bbf88fd2f6e242ccd19cfda072cb0faa6ae694ecee08199938569a"
|
2023-11-20 15:50:37 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"base64 0.21.7",
|
2023-11-20 15:50:37 +00:00
|
|
|
"chrono",
|
|
|
|
"hex",
|
|
|
|
"indexmap 1.9.3",
|
2024-04-05 09:19:54 +00:00
|
|
|
"indexmap 2.2.6",
|
2023-11-20 15:50:37 +00:00
|
|
|
"serde",
|
2024-04-05 09:19:54 +00:00
|
|
|
"serde_derive",
|
2023-11-20 15:50:37 +00:00
|
|
|
"serde_json",
|
|
|
|
"serde_with_macros",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_with_macros"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "3.7.0"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "6561dc161a9224638a31d876ccdfefbc1df91d3f3a8342eddb35f055d48c7655"
|
2023-11-20 15:50:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2023-11-20 15:50:37 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
|
|
|
version = "0.10.6"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.10.8"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signature"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
|
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
2023-07-01 19:09:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "simdutf8"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "simple_asn1"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
|
|
|
|
dependencies = [
|
|
|
|
"num-bigint",
|
|
|
|
"num-traits",
|
|
|
|
"thiserror",
|
2023-11-20 15:50:37 +00:00
|
|
|
"time",
|
2023-07-01 19:09:15 +00:00
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
|
|
|
version = "0.3.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.4.9"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.13.2"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2023-11-20 15:50:37 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smol_str"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.2.1"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "e6845563ada680337a52d43bb0b29f396f2d911616f6573012645b9e3d048a49"
|
2023-11-20 15:50:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2023-04-25 22:35:39 +00:00
|
|
|
|
2023-12-19 08:53:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "snafu"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e4de37ad025c587a29e8f3f5605c00f70b98715ef90b9061a815b9e59e9042d6"
|
|
|
|
dependencies = [
|
|
|
|
"doc-comment",
|
|
|
|
"snafu-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "snafu-derive"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "990079665f075b699031e9c08fd3ab99be5029b96f3b78dc0709e8f77e4efebf"
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2023-07-01 19:09:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "snap"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.1.1"
|
2023-07-01 19:09:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"
|
2023-07-01 19:09:15 +00:00
|
|
|
|
2023-12-19 08:53:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spade"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "2.6.0"
|
2023-12-19 08:53:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "61addf9117b11d1f5b4bf6fe94242ba25f59d2d4b2080544b771bd647024fd00"
|
2023-12-19 08:53:10 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"hashbrown 0.14.3",
|
2023-12-19 08:53:10 +00:00
|
|
|
"num-traits",
|
|
|
|
"robust",
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2023-07-01 19:09:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.9.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spki"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.7.3"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
|
2023-11-20 15:50:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"der",
|
|
|
|
]
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stacker"
|
|
|
|
version = "0.1.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"psm",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "storekey"
|
2023-05-19 21:34:27 +00:00
|
|
|
version = "0.5.0"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-19 21:34:27 +00:00
|
|
|
checksum = "43c42833834a5d23b344f71d87114e0cc9994766a5c42938f4b50e7b2aef85b2"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
2023-05-19 21:34:27 +00:00
|
|
|
"memchr",
|
2023-04-25 22:35:39 +00:00
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "string_cache"
|
|
|
|
version = "0.8.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
|
|
|
|
dependencies = [
|
|
|
|
"new_debug_unreachable",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
|
|
|
"phf_shared",
|
|
|
|
"precomputed-hash",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "2.5.0"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
|
2023-04-25 22:35:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "surrealdb"
|
2024-04-04 07:30:13 +00:00
|
|
|
version = "1.5.0"
|
|
|
|
dependencies = [
|
|
|
|
"async-channel",
|
|
|
|
"bincode",
|
|
|
|
"chrono",
|
|
|
|
"dmp",
|
|
|
|
"flume",
|
|
|
|
"futures",
|
|
|
|
"futures-concurrency",
|
|
|
|
"geo 0.27.0",
|
2024-04-05 09:19:54 +00:00
|
|
|
"indexmap 2.2.6",
|
2024-04-04 07:30:13 +00:00
|
|
|
"once_cell",
|
|
|
|
"path-clean",
|
|
|
|
"pharos",
|
|
|
|
"revision",
|
|
|
|
"ring 0.17.8",
|
|
|
|
"rust_decimal",
|
|
|
|
"semver",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"surrealdb-core",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"url",
|
|
|
|
"uuid",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"wasmtimer",
|
|
|
|
"ws_stream_wasm",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "surrealdb-core"
|
|
|
|
version = "2.0.0-1.5.0"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"addr",
|
|
|
|
"any_ascii",
|
2024-01-09 15:34:52 +00:00
|
|
|
"arbitrary",
|
2023-04-25 22:35:39 +00:00
|
|
|
"argon2",
|
|
|
|
"async-channel",
|
|
|
|
"async-executor",
|
|
|
|
"async-recursion",
|
2024-04-05 09:19:54 +00:00
|
|
|
"base64 0.21.7",
|
2023-04-25 22:35:39 +00:00
|
|
|
"bcrypt",
|
2023-07-01 19:09:15 +00:00
|
|
|
"bincode",
|
2023-11-20 15:50:37 +00:00
|
|
|
"bytes",
|
|
|
|
"cedar-policy",
|
2023-04-25 22:35:39 +00:00
|
|
|
"chrono",
|
2023-11-20 15:50:37 +00:00
|
|
|
"deunicode",
|
2023-04-25 22:35:39 +00:00
|
|
|
"dmp",
|
2023-04-30 07:49:03 +00:00
|
|
|
"echodb",
|
2023-07-01 19:09:15 +00:00
|
|
|
"fst",
|
2023-04-25 22:35:39 +00:00
|
|
|
"futures",
|
|
|
|
"fuzzy-matcher",
|
2023-12-19 08:53:10 +00:00
|
|
|
"geo 0.27.0",
|
2024-04-04 07:30:13 +00:00
|
|
|
"geo-types",
|
2023-12-19 08:53:10 +00:00
|
|
|
"hex",
|
2023-11-20 15:50:37 +00:00
|
|
|
"ipnet",
|
2023-04-25 22:35:39 +00:00
|
|
|
"lexicmp",
|
|
|
|
"md-5",
|
|
|
|
"nanoid",
|
|
|
|
"nom",
|
2023-12-19 08:53:10 +00:00
|
|
|
"num_cpus",
|
|
|
|
"object_store",
|
2023-04-25 22:35:39 +00:00
|
|
|
"once_cell",
|
|
|
|
"pbkdf2",
|
|
|
|
"pharos",
|
|
|
|
"pin-project-lite",
|
2023-12-19 08:53:10 +00:00
|
|
|
"quick_cache",
|
2023-07-01 19:09:15 +00:00
|
|
|
"radix_trie",
|
2023-04-25 22:35:39 +00:00
|
|
|
"rand",
|
2024-04-04 07:30:13 +00:00
|
|
|
"reblessive",
|
2023-04-25 22:35:39 +00:00
|
|
|
"regex",
|
2024-04-05 09:19:54 +00:00
|
|
|
"regex-syntax",
|
2023-11-20 15:50:37 +00:00
|
|
|
"revision",
|
2024-04-04 07:30:13 +00:00
|
|
|
"ring 0.17.8",
|
2023-07-01 19:09:15 +00:00
|
|
|
"roaring",
|
2023-11-20 15:50:37 +00:00
|
|
|
"rust-stemmers",
|
2023-07-01 19:09:15 +00:00
|
|
|
"rust_decimal",
|
2023-04-25 22:35:39 +00:00
|
|
|
"scrypt",
|
|
|
|
"semver",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-11-20 15:50:37 +00:00
|
|
|
"sha1",
|
2023-04-25 22:35:39 +00:00
|
|
|
"sha2",
|
2023-07-01 19:09:15 +00:00
|
|
|
"snap",
|
2023-04-25 22:35:39 +00:00
|
|
|
"storekey",
|
|
|
|
"surrealdb-derive",
|
2023-11-20 15:50:37 +00:00
|
|
|
"surrealdb-jsonwebtoken",
|
2023-04-25 22:35:39 +00:00
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"trice",
|
|
|
|
"ulid",
|
|
|
|
"url",
|
|
|
|
"uuid",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"wasmtimer",
|
|
|
|
"ws_stream_wasm",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "surrealdb-derive"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.12.0"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "aacdb4c58b9ebef0291310afcd63af0012d85610d361f3785952c61b6f1dddf4"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "surrealdb-fuzz"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"arbitrary",
|
2023-04-30 07:49:03 +00:00
|
|
|
"futures",
|
2023-04-25 22:35:39 +00:00
|
|
|
"libfuzzer-sys",
|
|
|
|
"surrealdb",
|
2023-05-19 21:34:27 +00:00
|
|
|
"tokio",
|
2023-04-25 22:35:39 +00:00
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "surrealdb-jsonwebtoken"
|
|
|
|
version = "8.3.0-surreal.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "02d4f759c65df8a8cf2d83c99db7fdd3ae5b8fff05fa7fe69a8612f29dd5f99b"
|
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"base64 0.21.7",
|
2023-11-20 15:50:37 +00:00
|
|
|
"getrandom",
|
|
|
|
"hmac",
|
|
|
|
"pem",
|
|
|
|
"rand",
|
2024-04-04 07:30:13 +00:00
|
|
|
"ring 0.16.20",
|
2023-11-20 15:50:37 +00:00
|
|
|
"rsa",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sha2",
|
|
|
|
"simple_asn1",
|
|
|
|
]
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "1.0.109"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "2.0.58"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "44cfb93f38070beee36b3fef7d4f5a16f27751d94b187b666a5cc5e9b0d30687"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn_derive"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2023-11-20 15:50:37 +00:00
|
|
|
]
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tap"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
|
|
|
|
|
[[package]]
|
2023-11-20 15:50:37 +00:00
|
|
|
name = "term"
|
|
|
|
version = "0.7.0"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"dirs-next",
|
|
|
|
"rustversion",
|
|
|
|
"winapi",
|
2023-04-25 22:35:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.0.58"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.0.58"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2023-04-25 22:35:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.1.8"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.3.34"
|
2023-07-01 19:09:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749"
|
2023-07-01 19:09:15 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"deranged",
|
2023-07-01 19:09:15 +00:00
|
|
|
"itoa",
|
2024-04-05 09:19:54 +00:00
|
|
|
"num-conv",
|
2023-11-20 15:50:37 +00:00
|
|
|
"powerfmt",
|
2023-07-01 19:09:15 +00:00
|
|
|
"serde",
|
|
|
|
"time-core",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.1.2"
|
2023-07-01 19:09:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
2023-07-01 19:09:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.2.17"
|
2023-07-01 19:09:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774"
|
2023-07-01 19:09:15 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"num-conv",
|
2023-07-01 19:09:15 +00:00
|
|
|
"time-core",
|
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tiny-keccak"
|
|
|
|
version = "2.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
|
|
|
|
dependencies = [
|
|
|
|
"crunchy",
|
|
|
|
]
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.37.0"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
2023-11-20 15:50:37 +00:00
|
|
|
"backtrace",
|
2023-04-25 22:35:39 +00:00
|
|
|
"bytes",
|
|
|
|
"num_cpus",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "2.2.0"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2023-04-25 22:35:39 +00:00
|
|
|
]
|
|
|
|
|
2023-07-01 19:09:15 +00:00
|
|
|
[[package]]
|
2023-11-20 15:50:37 +00:00
|
|
|
name = "toml_datetime"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.21.1"
|
2023-07-01 19:09:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
|
2023-07-01 19:09:15 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"indexmap 2.2.6",
|
2023-11-20 15:50:37 +00:00
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
2023-07-01 19:09:15 +00:00
|
|
|
]
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.1.40"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.1.27"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2023-04-25 22:35:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.1.32"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "trice"
|
2024-04-04 07:30:13 +00:00
|
|
|
version = "0.4.0"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-04 07:30:13 +00:00
|
|
|
checksum = "d3aaab10ae9fac0b10f392752bf56f0fd20845f39037fec931e8537b105b515a"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "1.17.0"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2023-04-25 22:35:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ulid"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.1.2"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "34778c17965aa2a08913b57e1f34db9b4a63f5de31768b55bf20d2795f921259"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"getrandom",
|
2023-04-25 22:35:39 +00:00
|
|
|
"rand",
|
|
|
|
"serde",
|
2024-04-05 09:19:54 +00:00
|
|
|
"web-time",
|
2023-04-25 22:35:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.3.15"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
|
2023-04-25 22:35:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "1.0.12"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2023-04-25 22:35:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.1.23"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-script"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.5.6"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd"
|
2023-11-20 15:50:37 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-security"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.1.1"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "ee9e13753df674873f3c4693b240ae5c03245ddc157dfccf7c26db9329af3a11"
|
2023-11-20 15:50:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-normalization",
|
|
|
|
"unicode-script",
|
|
|
|
]
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.1.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.2.4"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
|
2023-04-25 22:35:39 +00:00
|
|
|
|
2023-07-01 19:09:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
2024-04-04 07:30:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2023-12-19 08:53:10 +00:00
|
|
|
version = "2.5.0"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-19 08:53:10 +00:00
|
|
|
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "urlencoding"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "2.1.3"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
2023-04-25 22:35:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "1.8.0"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
2024-01-09 15:34:52 +00:00
|
|
|
"arbitrary",
|
2023-04-25 22:35:39 +00:00
|
|
|
"atomic",
|
|
|
|
"getrandom",
|
|
|
|
"serde",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
2023-12-19 08:53:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "2.5.0"
|
2023-12-19 08:53:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
2023-12-19 08:53:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2023-04-25 22:35:39 +00: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"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.2.92"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.2.92"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2023-04-25 22:35:39 +00:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.4.42"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.2.92"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.2.92"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2023-04-25 22:35:39 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.2.92"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
|
2023-04-25 22:35:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmtimer"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5f656cd8858a5164932d8a90f936700860976ec21eb00e0fe2aa8cab13f6b4cf"
|
|
|
|
dependencies = [
|
|
|
|
"futures",
|
|
|
|
"js-sys",
|
|
|
|
"parking_lot",
|
|
|
|
"pin-utils",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.3.69"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
|
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-time"
|
|
|
|
version = "1.1.0"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
2023-12-19 08:53:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
|
|
|
[[package]]
|
2023-11-20 15:50:37 +00:00
|
|
|
name = "windows-core"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.52.0"
|
2023-07-01 19:09:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
2023-07-01 19:09:15 +00:00
|
|
|
dependencies = [
|
2024-04-05 09:19:54 +00:00
|
|
|
"windows-targets 0.52.4",
|
2024-04-04 07:30:13 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.52.4",
|
2023-04-25 22:35:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.48.5"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2023-04-25 22:35:39 +00:00
|
|
|
dependencies = [
|
2024-04-04 07:30:13 +00:00
|
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
|
|
"windows_aarch64_msvc 0.48.5",
|
|
|
|
"windows_i686_gnu 0.48.5",
|
|
|
|
"windows_i686_msvc 0.48.5",
|
|
|
|
"windows_x86_64_gnu 0.48.5",
|
|
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
|
|
"windows_x86_64_msvc 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.52.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm 0.52.4",
|
|
|
|
"windows_aarch64_msvc 0.52.4",
|
|
|
|
"windows_i686_gnu 0.52.4",
|
|
|
|
"windows_i686_msvc 0.52.4",
|
|
|
|
"windows_x86_64_gnu 0.52.4",
|
|
|
|
"windows_x86_64_gnullvm 0.52.4",
|
|
|
|
"windows_x86_64_msvc 0.52.4",
|
2023-04-25 22:35:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.48.5"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2023-04-25 22:35:39 +00:00
|
|
|
|
2024-04-04 07:30:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.52.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.48.5"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2023-04-25 22:35:39 +00:00
|
|
|
|
2024-04-04 07:30:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.52.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.48.5"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2023-04-25 22:35:39 +00:00
|
|
|
|
2024-04-04 07:30:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.52.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.48.5"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2023-04-25 22:35:39 +00:00
|
|
|
|
2024-04-04 07:30:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.52.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.48.5"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2023-04-25 22:35:39 +00:00
|
|
|
|
2024-04-04 07:30:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.52.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.48.5"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2023-04-25 22:35:39 +00:00
|
|
|
|
2024-04-04 07:30:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.52.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "0.48.5"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2023-04-25 22:35:39 +00:00
|
|
|
|
2024-04-04 07:30:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.52.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
2023-11-20 15:50:37 +00:00
|
|
|
name = "winnow"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.5.40"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
|
2023-11-20 15:50:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2023-04-25 22:35:39 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ws_stream_wasm"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7999f5f4217fe3818726b66257a4475f71e74ffd190776ad053fa159e50737f5"
|
|
|
|
dependencies = [
|
|
|
|
"async_io_stream",
|
|
|
|
"futures",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"pharos",
|
|
|
|
"rustc_version",
|
|
|
|
"send_wrapper",
|
|
|
|
"thiserror",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wyz"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
|
|
|
|
dependencies = [
|
|
|
|
"tap",
|
|
|
|
]
|
|
|
|
|
2023-11-20 15:50:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.7.32"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
|
2023-11-20 15:50:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
2024-04-05 09:19:54 +00:00
|
|
|
version = "0.7.32"
|
2023-11-20 15:50:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 09:19:54 +00:00
|
|
|
checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
|
2023-11-20 15:50:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-05 09:19:54 +00:00
|
|
|
"syn 2.0.58",
|
2023-11-20 15:50:37 +00:00
|
|
|
]
|
|
|
|
|
2023-04-25 22:35:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
2023-11-20 15:50:37 +00:00
|
|
|
version = "1.7.0"
|
2023-04-25 22:35:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 15:50:37 +00:00
|
|
|
checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
|