2022-01-27 07:21:21 +01:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2024-02-03 11:50:40 +01:00
|
|
|
version = "0.10.4"
|
2022-01-27 07:21:21 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-03 11:50:40 +01:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2022-01-27 07:21:21 +01:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2022-01-28 03:35:15 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
2024-02-03 11:50:40 +01:00
|
|
|
name = "cpufeatures"
|
|
|
|
version = "0.2.12"
|
2022-01-28 03:35:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-03 11:50:40 +01:00
|
|
|
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
|
2022-01-28 03:35:15 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-01-27 07:21:21 +01:00
|
|
|
[[package]]
|
2024-02-03 11:50:40 +01:00
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
2022-01-27 07:21:21 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-03 11:50:40 +01:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2022-01-27 07:21:21 +01:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
2024-02-03 11:50:40 +01:00
|
|
|
"typenum",
|
2022-01-27 07:21:21 +01:00
|
|
|
]
|
|
|
|
|
2022-01-28 03:35:15 +01:00
|
|
|
[[package]]
|
2024-02-03 11:50:40 +01:00
|
|
|
name = "digest"
|
|
|
|
version = "0.10.7"
|
2022-01-28 03:35:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-03 11:50:40 +01:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2022-01-28 03:35:15 +01:00
|
|
|
dependencies = [
|
2024-02-03 11:50:40 +01:00
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
2022-01-28 03:35:15 +01:00
|
|
|
]
|
|
|
|
|
2022-01-27 07:21:21 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fox32asm"
|
2022-08-16 02:22:40 +02:00
|
|
|
version = "0.3.0"
|
2022-01-27 07:21:21 +01:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2024-02-03 11:50:40 +01:00
|
|
|
version = "0.14.7"
|
2022-01-27 07:21:21 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-03 11:50:40 +01:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2022-01-27 07:21:21 +01:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
2024-02-03 11:50:40 +01:00
|
|
|
"version_check",
|
2022-01-28 03:35:15 +01:00
|
|
|
]
|
|
|
|
|
2022-01-27 07:21:21 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
2022-01-28 03:35:15 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-02-03 11:50:40 +01:00
|
|
|
version = "0.2.153"
|
2022-01-28 03:35:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-03 11:50:40 +01:00
|
|
|
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
|
2022-01-28 03:35:15 +01:00
|
|
|
|
|
|
|
[[package]]
|
2024-02-03 11:50:40 +01:00
|
|
|
name = "memchr"
|
|
|
|
version = "2.7.1"
|
2022-01-28 03:35:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-03 11:50:40 +01:00
|
|
|
checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
|
2022-01-28 03:35:15 +01:00
|
|
|
|
2022-01-27 07:21:21 +01:00
|
|
|
[[package]]
|
2024-02-03 11:50:40 +01:00
|
|
|
name = "once_cell"
|
|
|
|
version = "1.19.0"
|
2022-01-27 07:21:21 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-03 11:50:40 +01:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
2022-01-28 03:35:15 +01:00
|
|
|
|
2022-01-27 07:21:21 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
2024-02-03 11:50:40 +01:00
|
|
|
version = "2.7.6"
|
2022-01-27 07:21:21 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-03 11:50:40 +01:00
|
|
|
checksum = "1f200d8d83c44a45b21764d1916299752ca035d15ecd46faca3e9a2a2bf6ad06"
|
2022-01-27 07:21:21 +01:00
|
|
|
dependencies = [
|
2024-02-03 11:50:40 +01:00
|
|
|
"memchr",
|
|
|
|
"thiserror",
|
2022-01-27 07:21:21 +01:00
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
2024-02-03 11:50:40 +01:00
|
|
|
version = "2.7.6"
|
2022-01-27 07:21:21 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-03 11:50:40 +01:00
|
|
|
checksum = "bcd6ab1236bbdb3a49027e920e693192ebfe8913f6d60e294de57463a493cfde"
|
2022-01-27 07:21:21 +01:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_generator",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
2024-02-03 11:50:40 +01:00
|
|
|
version = "2.7.6"
|
2022-01-27 07:21:21 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-03 11:50:40 +01:00
|
|
|
checksum = "2a31940305ffc96863a735bef7c7994a00b325a7138fdbc5bda0f1a0476d3275"
|
2022-01-27 07:21:21 +01:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_meta",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
2024-02-03 11:50:40 +01:00
|
|
|
version = "2.7.6"
|
2022-01-27 07:21:21 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-03 11:50:40 +01:00
|
|
|
checksum = "a7ff62f5259e53b78d1af898941cdcdccfae7385cf7d793a6e55de5d05bb4b7d"
|
2022-01-27 07:21:21 +01:00
|
|
|
dependencies = [
|
2024-02-03 11:50:40 +01:00
|
|
|
"once_cell",
|
2022-01-27 07:21:21 +01:00
|
|
|
"pest",
|
2024-02-03 11:50:40 +01:00
|
|
|
"sha2",
|
2022-01-28 03:35:15 +01:00
|
|
|
]
|
|
|
|
|
2022-01-27 07:21:21 +01:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-02-03 11:50:40 +01:00
|
|
|
version = "1.0.78"
|
2022-01-27 07:21:21 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-03 11:50:40 +01:00
|
|
|
checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
|
2022-01-27 07:21:21 +01:00
|
|
|
dependencies = [
|
2024-02-03 11:50:40 +01:00
|
|
|
"unicode-ident",
|
2022-01-27 07:21:21 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-02-03 11:50:40 +01:00
|
|
|
version = "1.0.35"
|
2022-01-27 07:21:21 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-03 11:50:40 +01:00
|
|
|
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
2022-01-27 07:21:21 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2022-01-28 03:35:15 +01:00
|
|
|
[[package]]
|
2024-02-03 11:50:40 +01:00
|
|
|
name = "sha2"
|
|
|
|
version = "0.10.8"
|
2022-01-28 03:35:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-03 11:50:40 +01:00
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
2022-01-27 07:21:21 +01:00
|
|
|
dependencies = [
|
2024-02-03 11:50:40 +01:00
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
2022-01-27 07:21:21 +01:00
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-02-03 11:50:40 +01:00
|
|
|
version = "2.0.48"
|
2022-01-27 07:21:21 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-03 11:50:40 +01:00
|
|
|
checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
|
2022-01-27 07:21:21 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-03 11:50:40 +01:00
|
|
|
"unicode-ident",
|
2022-01-27 07:21:21 +01:00
|
|
|
]
|
|
|
|
|
2022-01-28 03:35:15 +01:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-02-03 11:50:40 +01:00
|
|
|
version = "1.0.56"
|
2022-01-28 03:35:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-03 11:50:40 +01:00
|
|
|
checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad"
|
2022-01-28 03:35:15 +01:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-02-03 11:50:40 +01:00
|
|
|
version = "1.0.56"
|
2022-01-28 03:35:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-03 11:50:40 +01:00
|
|
|
checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471"
|
2022-01-28 03:35:15 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-01-27 07:21:21 +01:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2024-02-03 11:50:40 +01:00
|
|
|
version = "1.17.0"
|
2022-01-27 07:21:21 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-03 11:50:40 +01:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2022-01-27 07:21:21 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
2024-02-03 11:50:40 +01:00
|
|
|
version = "0.1.6"
|
2022-01-27 07:21:21 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-03 11:50:40 +01:00
|
|
|
checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
|
2022-01-27 07:21:21 +01:00
|
|
|
|
2022-01-28 03:35:15 +01:00
|
|
|
[[package]]
|
2024-02-03 11:50:40 +01:00
|
|
|
name = "unicode-ident"
|
|
|
|
version = "1.0.12"
|
2022-01-28 03:35:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-03 11:50:40 +01:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2022-01-28 03:35:15 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|