forked from trinitrix/core
1
0
Fork 0
core/Cargo.lock

1378 lines
35 KiB
Plaintext
Raw Permalink Normal View History

2023-06-14 21:49:20 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "addr2line"
2023-09-03 20:08:35 +00:00
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 20:08:35 +00:00
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2023-06-14 21:49:20 +00:00
[[package]]
name = "aho-corasick"
version = "1.1.3"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2023-06-14 21:49:20 +00:00
dependencies = [
"memchr",
]
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
[[package]]
name = "anstream"
version = "0.6.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"is_terminal_polyfill",
"utf8parse",
]
[[package]]
name = "anstyle"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
[[package]]
name = "anstyle-parse"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5"
dependencies = [
2023-12-14 14:33:56 +00:00
"windows-sys 0.52.0",
]
[[package]]
name = "anstyle-wincon"
version = "3.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
dependencies = [
"anstyle",
2023-12-14 14:33:56 +00:00
"windows-sys 0.52.0",
]
2023-06-14 21:49:20 +00:00
[[package]]
name = "anyhow"
version = "1.0.82"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519"
2023-06-14 21:49:20 +00:00
[[package]]
name = "autocfg"
version = "1.3.0"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
2023-06-14 21:49:20 +00:00
[[package]]
name = "backtrace"
version = "0.3.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
2023-06-14 21:49:20 +00:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2023-07-24 15:18:43 +00:00
[[package]]
name = "bitflags"
version = "2.5.0"
2023-07-24 15:18:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
2023-07-24 15:18:43 +00:00
2023-06-14 21:49:20 +00:00
[[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 = "bstr"
version = "1.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706"
dependencies = [
"memchr",
"serde",
]
2023-06-14 21:49:20 +00:00
[[package]]
name = "bumpalo"
version = "3.16.0"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2023-06-14 21:49:20 +00:00
[[package]]
name = "bytes"
version = "1.6.0"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
2023-06-14 21:49:20 +00:00
[[package]]
name = "cassowary"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
[[package]]
name = "cc"
version = "1.0.96"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "065a29261d53ba54260972629f9ca6bffa69bac13cd1fed61420f7fa68b9f8bd"
2023-06-14 21:49:20 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
version = "0.4.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
dependencies = [
"android-tzdata",
"iana-time-zone",
"js-sys",
"num-traits",
"wasm-bindgen",
"windows-targets 0.52.5",
]
[[package]]
name = "clap"
version = "4.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
dependencies = [
"clap_builder",
"clap_derive",
]
[[package]]
name = "clap_builder"
version = "4.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
dependencies = [
"anstream",
"anstyle",
"clap_lex",
2024-05-04 18:07:52 +00:00
"strsim",
]
[[package]]
name = "clap_derive"
version = "4.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64"
dependencies = [
"heck",
2023-09-03 20:08:35 +00:00
"proc-macro2",
"quote",
2024-05-04 18:07:52 +00:00
"syn",
]
[[package]]
name = "clap_lex"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
2023-07-01 10:44:11 +00:00
[[package]]
name = "cli-log"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d2ab00dc4c82ec28af25ac085aecc11ffeabf353755715a3113a7aa044ca5cc"
dependencies = [
"chrono",
"file-size",
"log",
"proc-status",
]
[[package]]
name = "colorchoice"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
2023-07-17 04:08:32 +00:00
[[package]]
name = "convert_case"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
dependencies = [
"unicode-segmentation",
]
2023-06-14 21:49:20 +00:00
[[package]]
name = "core-foundation-sys"
2023-12-14 14:33:56 +00:00
version = "0.8.6"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 14:33:56 +00:00
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
2023-06-14 21:49:20 +00:00
[[package]]
name = "cpufeatures"
version = "0.2.12"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
2023-06-14 21:49:20 +00:00
dependencies = [
"libc",
]
[[package]]
name = "crossterm"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67"
dependencies = [
2023-07-24 15:18:43 +00:00
"bitflags 1.3.2",
2023-06-14 21:49:20 +00:00
"crossterm_winapi",
"libc",
"mio",
2024-05-04 18:07:52 +00:00
"parking_lot",
2023-06-14 21:49:20 +00:00
"signal-hook",
"signal-hook-mio",
"winapi",
]
[[package]]
name = "crossterm_winapi"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
dependencies = [
"winapi",
]
[[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]]
2024-05-04 18:07:52 +00:00
name = "diff"
version = "0.1.13"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 18:07:52 +00:00
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
2023-06-14 21:49:20 +00:00
[[package]]
2024-05-04 18:07:52 +00:00
name = "digest"
version = "0.10.7"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 18:07:52 +00:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2023-06-14 21:49:20 +00:00
dependencies = [
2024-05-04 18:07:52 +00:00
"block-buffer",
"crypto-common",
2023-06-14 21:49:20 +00:00
]
[[package]]
2024-05-04 18:07:52 +00:00
name = "directories"
version = "5.0.1"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 18:07:52 +00:00
checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35"
2023-06-14 21:49:20 +00:00
dependencies = [
2024-05-04 18:07:52 +00:00
"dirs-sys",
2023-06-14 21:49:20 +00:00
]
[[package]]
2024-05-04 18:07:52 +00:00
name = "dirs-sys"
version = "0.4.1"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 18:07:52 +00:00
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
2023-06-14 21:49:20 +00:00
dependencies = [
2024-05-04 18:07:52 +00:00
"libc",
"option-ext",
"redox_users",
"windows-sys 0.48.0",
2023-06-14 21:49:20 +00:00
]
[[package]]
2024-05-04 18:07:52 +00:00
name = "erased-serde"
version = "0.4.4"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 18:07:52 +00:00
checksum = "2b73807008a3c7f171cc40312f37d95ef0396e048b5848d775f54b1a4dd4a0d3"
2023-06-14 21:49:20 +00:00
dependencies = [
2024-05-04 18:07:52 +00:00
"serde",
2023-06-14 21:49:20 +00:00
]
[[package]]
2024-05-04 18:07:52 +00:00
name = "file-size"
version = "1.0.3"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 18:07:52 +00:00
checksum = "9544f10105d33957765016b8a9baea7e689bf1f0f2f32c2fa2f568770c38d2b3"
2023-06-14 21:49:20 +00:00
[[package]]
2024-05-04 18:07:52 +00:00
name = "futures-core"
version = "0.3.30"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 18:07:52 +00:00
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
2023-06-14 21:49:20 +00:00
[[package]]
2024-05-04 18:07:52 +00:00
name = "futures-sink"
version = "0.3.30"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 18:07:52 +00:00
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
2023-06-14 21:49:20 +00:00
[[package]]
2024-05-04 18:07:52 +00:00
name = "futures-task"
version = "0.3.30"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 18:07:52 +00:00
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
2023-06-14 21:49:20 +00:00
[[package]]
2024-05-04 18:07:52 +00:00
name = "futures-util"
version = "0.3.30"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 18:07:52 +00:00
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
2023-06-14 21:49:20 +00:00
dependencies = [
2024-05-04 18:07:52 +00:00
"futures-core",
"futures-task",
"pin-project-lite",
"pin-utils",
"slab",
2023-06-14 21:49:20 +00:00
]
2023-10-16 11:56:18 +00:00
[[package]]
2024-05-04 18:07:52 +00:00
name = "generic-array"
version = "0.14.7"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 18:07:52 +00:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2023-06-14 21:49:20 +00:00
dependencies = [
2024-05-04 18:07:52 +00:00
"typenum",
"version_check",
2023-06-14 21:49:20 +00:00
]
[[package]]
2024-05-04 18:07:52 +00:00
name = "getopts"
version = "0.2.21"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 18:07:52 +00:00
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
2023-06-14 21:49:20 +00:00
dependencies = [
2024-05-04 18:07:52 +00:00
"unicode-width",
2023-06-14 21:49:20 +00:00
]
[[package]]
2024-05-04 18:07:52 +00:00
name = "getrandom"
version = "0.2.14"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 18:07:52 +00:00
checksum = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c"
2023-06-14 21:49:20 +00:00
dependencies = [
2024-05-04 18:07:52 +00:00
"cfg-if",
"libc",
"wasi",
2023-06-14 21:49:20 +00:00
]
[[package]]
2024-05-04 18:07:52 +00:00
name = "gimli"
version = "0.28.1"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 18:07:52 +00:00
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
2023-06-14 21:49:20 +00:00
[[package]]
2024-05-04 18:07:52 +00:00
name = "heck"
version = "0.5.0"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 18:07:52 +00:00
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2023-06-14 21:49:20 +00:00
[[package]]
2024-05-04 18:07:52 +00:00
name = "hermit-abi"
version = "0.3.9"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 18:07:52 +00:00
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2023-06-14 21:49:20 +00:00
[[package]]
name = "iana-time-zone"
version = "0.1.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
2023-10-18 19:14:03 +00:00
"windows-core",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
[[package]]
name = "is_terminal_polyfill"
version = "1.70.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
2023-06-14 21:49:20 +00:00
[[package]]
name = "js-sys"
version = "0.3.69"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
2023-06-14 21:49:20 +00:00
dependencies = [
"wasm-bindgen",
]
2023-11-07 19:47:49 +00:00
[[package]]
name = "keymaps"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95ed536037dce1cf2003b02cd05153706bb9206138655dc1a0b7c930f7b6f4aa"
2023-11-07 19:47:49 +00:00
dependencies = [
"crossterm",
"log",
"pest",
"pest_derive",
"thiserror",
]
2023-06-14 21:49:20 +00:00
[[package]]
name = "libc"
version = "0.2.154"
2023-11-07 19:47:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346"
[[package]]
name = "libloading"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
dependencies = [
"cfg-if",
"windows-targets 0.52.5",
]
2023-11-07 19:47:49 +00:00
[[package]]
name = "libredox"
version = "0.1.3"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
2023-11-07 19:47:49 +00:00
dependencies = [
"bitflags 2.5.0",
2023-11-07 19:47:49 +00:00
"libc",
]
2023-06-14 21:49:20 +00:00
[[package]]
name = "lock_api"
version = "0.4.12"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2023-06-14 21:49:20 +00:00
dependencies = [
2023-09-03 20:08:35 +00:00
"autocfg",
2023-06-14 21:49:20 +00:00
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.21"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
2023-06-14 21:49:20 +00:00
[[package]]
name = "memchr"
version = "2.7.2"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
2023-06-14 21:49:20 +00:00
[[package]]
name = "miniz_oxide"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
dependencies = [
"adler",
]
2023-06-14 21:49:20 +00:00
[[package]]
name = "mio"
version = "0.8.11"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
2023-06-14 21:49:20 +00:00
dependencies = [
"libc",
"log",
2024-05-04 18:07:52 +00:00
"wasi",
2023-12-14 14:33:56 +00:00
"windows-sys 0.48.0",
2023-06-14 21:49:20 +00:00
]
[[package]]
name = "mlua"
version = "0.9.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d9bed6bce296397a9d6a86f995dd10a547a4e6949825d45225906bdcbfe7367"
dependencies = [
"bstr",
"erased-serde",
"futures-util",
"mlua-sys",
"num-traits",
"once_cell",
"rustc-hash",
"serde",
"serde-value",
]
[[package]]
name = "mlua-sys"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d16a9ba1dd2c6ac971b204262d434c24d65067038598f0638b64e5dca28d52b8"
dependencies = [
"cc",
"cfg-if",
"pkg-config",
]
[[package]]
name = "num-traits"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
2023-09-03 20:08:35 +00:00
"autocfg",
]
[[package]]
name = "num_cpus"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
dependencies = [
"hermit-abi",
"libc",
]
[[package]]
name = "object"
version = "0.32.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
dependencies = [
"memchr",
]
2023-06-14 21:49:20 +00:00
[[package]]
name = "once_cell"
2023-12-14 14:33:56 +00:00
version = "1.19.0"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 14:33:56 +00:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2023-06-14 21:49:20 +00:00
[[package]]
name = "option-ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
[[package]]
2024-05-04 18:07:52 +00:00
name = "ordered-float"
version = "2.10.1"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 18:07:52 +00:00
checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
2023-06-14 21:49:20 +00:00
dependencies = [
2024-05-04 18:07:52 +00:00
"num-traits",
2023-06-14 21:49:20 +00:00
]
[[package]]
name = "parking_lot"
version = "0.12.2"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb"
2023-06-14 21:49:20 +00:00
dependencies = [
"lock_api",
2024-05-04 18:07:52 +00:00
"parking_lot_core",
2023-06-14 21:49:20 +00:00
]
[[package]]
name = "parking_lot_core"
version = "0.9.10"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2023-06-14 21:49:20 +00:00
dependencies = [
"cfg-if",
"libc",
2024-05-04 18:07:52 +00:00
"redox_syscall",
2023-06-14 21:49:20 +00:00
"smallvec",
"windows-targets 0.52.5",
2023-06-14 21:49:20 +00:00
]
2023-11-07 19:47:49 +00:00
[[package]]
name = "pest"
version = "2.7.10"
2023-11-07 19:47:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "560131c633294438da9f7c4b08189194b20946c8274c6b9e38881a7874dc8ee8"
2023-11-07 19:47:49 +00:00
dependencies = [
"memchr",
"thiserror",
"ucd-trie",
]
[[package]]
name = "pest_derive"
version = "2.7.10"
2023-11-07 19:47:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26293c9193fbca7b1a3bf9b79dc1e388e927e6cacaa78b4a3ab705a1d3d41459"
2023-11-07 19:47:49 +00:00
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
version = "2.7.10"
2023-11-07 19:47:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ec22af7d3fb470a85dd2ca96b7c577a1eb4ef6f1683a9fe9a8c16e136c04687"
2023-11-07 19:47:49 +00:00
dependencies = [
"pest",
"pest_meta",
"proc-macro2",
"quote",
2024-05-04 18:07:52 +00:00
"syn",
2023-11-07 19:47:49 +00:00
]
[[package]]
name = "pest_meta"
version = "2.7.10"
2023-11-07 19:47:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7a240022f37c361ec1878d646fc5b7d7c4d28d5946e1a80ad5a7a4f4ca0bdcd"
2023-11-07 19:47:49 +00:00
dependencies = [
"once_cell",
"pest",
2024-05-04 18:07:52 +00:00
"sha2",
2023-06-14 21:49:20 +00:00
]
[[package]]
name = "pin-project-lite"
version = "0.2.14"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
2023-06-14 21:49:20 +00:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
version = "0.3.30"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
2023-06-14 21:49:20 +00:00
2023-10-16 11:56:18 +00:00
[[package]]
name = "pretty_assertions"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
dependencies = [
"diff",
"yansi",
]
[[package]]
name = "prettyplease"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ac2cf0f2e4f42b49f5ffd07dae8d746508ef7526c13940e5f524012ae6c6550"
dependencies = [
"proc-macro2",
2024-05-04 18:07:52 +00:00
"syn",
2023-06-14 21:49:20 +00:00
]
[[package]]
name = "proc-macro2"
version = "1.0.81"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba"
2023-06-14 21:49:20 +00:00
dependencies = [
"unicode-ident",
]
2023-07-01 10:44:11 +00:00
[[package]]
name = "proc-status"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0e0c0ac915e7b76b47850ba4ffc377abde6c6ff9eeace61d0a89623db449712"
dependencies = [
"thiserror",
]
[[package]]
name = "pulldown-cmark"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
dependencies = [
"bitflags 2.5.0",
"getopts",
"memchr",
"pulldown-cmark-escape",
"unicase",
]
[[package]]
name = "pulldown-cmark-escape"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
2023-06-14 21:49:20 +00:00
[[package]]
name = "quote"
version = "1.0.36"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
2023-06-14 21:49:20 +00:00
dependencies = [
2023-09-03 20:08:35 +00:00
"proc-macro2",
2023-06-14 21:49:20 +00:00
]
2023-10-18 19:14:03 +00:00
[[package]]
name = "redox_syscall"
version = "0.5.1"
2023-10-18 19:14:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e"
2023-10-18 19:14:03 +00:00
dependencies = [
"bitflags 2.5.0",
2023-10-18 19:14:03 +00:00
]
[[package]]
name = "redox_users"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
dependencies = [
2024-05-04 18:07:52 +00:00
"getrandom",
2023-11-07 19:47:49 +00:00
"libredox",
"thiserror",
]
2023-06-14 21:49:20 +00:00
[[package]]
name = "regex"
version = "1.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.4.6"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
2023-06-14 21:49:20 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.8.3"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
2023-06-14 21:49:20 +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-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2023-06-14 21:49:20 +00:00
[[package]]
name = "scopeguard"
2023-07-24 15:18:43 +00:00
version = "1.2.0"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:18:43 +00:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2023-06-14 21:49:20 +00:00
[[package]]
2024-05-04 18:07:52 +00:00
name = "serde"
version = "1.0.200"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 18:07:52 +00:00
checksum = "ddc6f9cc94d67c0e21aaf7eda3a010fd3af78ebf6e096aa6e2e13c79749cce4f"
2023-06-14 21:49:20 +00:00
dependencies = [
2024-05-04 18:07:52 +00:00
"serde_derive",
2023-06-14 21:49:20 +00:00
]
[[package]]
2024-05-04 18:07:52 +00:00
name = "serde-value"
version = "0.7.0"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 18:07:52 +00:00
checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
2023-06-14 21:49:20 +00:00
dependencies = [
2024-05-04 18:07:52 +00:00
"ordered-float",
2023-06-14 21:49:20 +00:00
"serde",
]
[[package]]
2024-05-04 18:07:52 +00:00
name = "serde_derive"
version = "1.0.200"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-04 18:07:52 +00:00
checksum = "856f046b9400cee3c8c94ed572ecdb752444c24528c035cd35882aad6f492bcb"
2023-06-14 21:49:20 +00:00
dependencies = [
2024-05-04 18:07:52 +00:00
"proc-macro2",
"quote",
"syn",
2023-06-14 21:49:20 +00:00
]
[[package]]
name = "sha2"
2023-10-14 10:41:05 +00:00
version = "0.10.8"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-14 10:41:05 +00:00
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
2023-06-14 21:49:20 +00:00
dependencies = [
"cfg-if",
"cpufeatures",
2024-05-04 18:07:52 +00:00
"digest",
2023-06-14 21:49:20 +00:00
]
[[package]]
name = "signal-hook"
2023-07-24 15:18:43 +00:00
version = "0.3.17"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-24 15:18:43 +00:00
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
2023-06-14 21:49:20 +00:00
dependencies = [
"libc",
"signal-hook-registry",
]
[[package]]
name = "signal-hook-mio"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
dependencies = [
"libc",
"mio",
"signal-hook",
]
[[package]]
name = "signal-hook-registry"
version = "1.4.2"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
2023-06-14 21:49:20 +00:00
dependencies = [
"libc",
]
[[package]]
name = "slab"
2023-09-03 20:08:35 +00:00
version = "0.4.9"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 20:08:35 +00:00
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2023-06-14 21:49:20 +00:00
dependencies = [
2023-09-03 20:08:35 +00:00
"autocfg",
2023-06-14 21:49:20 +00:00
]
[[package]]
name = "smallvec"
version = "1.13.2"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2023-06-14 21:49:20 +00:00
[[package]]
name = "strsim"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2023-06-14 21:49:20 +00:00
[[package]]
name = "syn"
version = "2.0.60"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "909518bc7b1c9b779f1bbf07f2929d35af9f0f37e47c6e9ef7f9dddc1e1821f3"
2023-06-14 21:49:20 +00:00
dependencies = [
2023-09-03 20:08:35 +00:00
"proc-macro2",
"quote",
2023-06-14 21:49:20 +00:00
"unicode-ident",
]
[[package]]
name = "thiserror"
version = "1.0.59"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0126ad08bff79f29fc3ae6a55cc72352056dfff61e3ff8bb7129476d44b23aa"
2023-06-14 21:49:20 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.59"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1cd413b5d558b4c5bf3680e324a6fa5014e7b7c067a51e69dbdf47eb7148b66"
2023-06-14 21:49:20 +00:00
dependencies = [
2023-09-03 20:08:35 +00:00
"proc-macro2",
"quote",
2024-05-04 18:07:52 +00:00
"syn",
2023-06-14 21:49:20 +00:00
]
[[package]]
name = "tokio"
version = "1.37.0"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
2023-06-14 21:49:20 +00:00
dependencies = [
"backtrace",
"num_cpus",
2023-06-14 21:49:20 +00:00
"pin-project-lite",
"tokio-macros",
2023-06-14 21:49:20 +00:00
]
[[package]]
name = "tokio-macros"
2023-12-14 14:33:56 +00:00
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 14:33:56 +00:00
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
dependencies = [
2023-09-03 20:08:35 +00:00
"proc-macro2",
"quote",
2024-05-04 18:07:52 +00:00
"syn",
2023-06-14 21:49:20 +00:00
]
[[package]]
name = "tokio-util"
2023-10-31 17:04:18 +00:00
version = "0.7.10"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-31 17:04:18 +00:00
checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
2023-06-14 21:49:20 +00:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
]
[[package]]
name = "trinitrix"
version = "0.1.0"
dependencies = [
"anyhow",
"clap",
2023-07-01 10:44:11 +00:00
"cli-log",
"crossterm",
"directories",
2023-11-07 19:47:49 +00:00
"keymaps",
"libloading",
"mlua",
"once_cell",
2023-10-16 11:56:18 +00:00
"pretty_assertions",
"tokio",
"tokio-util",
"trinitry",
"trixy",
2023-06-14 21:49:20 +00:00
"tui",
"tui-textarea",
2023-06-14 21:49:20 +00:00
]
[[package]]
name = "trinitry"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e621b4c92c4b0f30ab567a40e86ec725a2e100fab055379ec4b320185d781d4"
dependencies = [
"pest",
"pest_derive",
]
[[package]]
name = "trixy"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73eef2c0a310a228e44c0d5aa8b264381407f221975bb909646edb08d3b722ab"
dependencies = [
"convert_case",
"libc",
"log",
"prettyplease",
"proc-macro2",
"pulldown-cmark",
"quote",
"regex",
2024-05-04 18:07:52 +00:00
"syn",
"thiserror",
]
2023-06-14 21:49:20 +00:00
[[package]]
name = "tui"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccdd26cbd674007e649a272da4475fb666d3aa0ad0531da7136db6fab0e5bad1"
dependencies = [
2023-07-24 15:18:43 +00:00
"bitflags 1.3.2",
2023-06-14 21:49:20 +00:00
"cassowary",
"crossterm",
2023-06-14 21:49:20 +00:00
"unicode-segmentation",
"unicode-width",
]
[[package]]
name = "tui-textarea"
2023-10-31 17:04:18 +00:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-31 17:04:18 +00:00
checksum = "78ae7c920c9e7d428f8d0d1a7e371833deb932b358f588afceac6c58d34cef5f"
dependencies = [
"crossterm",
"tui",
2023-10-31 17:04:18 +00:00
"unicode-width",
]
2023-06-14 21:49:20 +00:00
[[package]]
name = "typenum"
2023-09-17 14:41:55 +00:00
version = "1.17.0"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-17 14:41:55 +00:00
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2023-06-14 21:49:20 +00:00
2023-11-07 19:47:49 +00:00
[[package]]
name = "ucd-trie"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
[[package]]
name = "unicase"
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
dependencies = [
"version_check",
]
2023-06-14 21:49:20 +00:00
[[package]]
name = "unicode-ident"
2023-09-17 14:41:55 +00:00
version = "1.0.12"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-17 14:41:55 +00:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2023-06-14 21:49:20 +00:00
[[package]]
name = "unicode-segmentation"
version = "1.11.0"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
2023-06-14 21:49:20 +00:00
[[package]]
name = "unicode-width"
version = "0.1.12"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6"
2023-06-14 21:49:20 +00:00
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2023-06-14 21:49:20 +00:00
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
version = "0.2.92"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
2023-06-14 21:49:20 +00:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.92"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
2023-06-14 21:49:20 +00:00
dependencies = [
"bumpalo",
"log",
"once_cell",
2023-09-03 20:08:35 +00:00
"proc-macro2",
"quote",
2024-05-04 18:07:52 +00:00
"syn",
2023-06-14 21:49:20 +00:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.92"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
2023-06-14 21:49:20 +00:00
dependencies = [
2023-09-03 20:08:35 +00:00
"quote",
2023-06-14 21:49:20 +00:00
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.92"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
2023-06-14 21:49:20 +00:00
dependencies = [
2023-09-03 20:08:35 +00:00
"proc-macro2",
"quote",
2024-05-04 18:07:52 +00:00
"syn",
2023-06-14 21:49:20 +00:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.92"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
2023-06-14 21:49:20 +00:00
[[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"
[[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-10-18 19:14:03 +00:00
name = "windows-core"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
dependencies = [
"windows-targets 0.52.5",
]
2023-06-14 21:49:20 +00:00
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2023-12-14 14:33:56 +00:00
"windows-targets 0.48.5",
]
[[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.5",
2023-06-14 21:49:20 +00:00
]
[[package]]
name = "windows-targets"
2023-09-03 20:08:35 +00:00
version = "0.48.5"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 20:08:35 +00:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-06-14 21:49:20 +00:00
dependencies = [
2023-12-14 14:33:56 +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.5"
2023-12-14 14:33:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
2023-12-14 14:33:56 +00:00
dependencies = [
"windows_aarch64_gnullvm 0.52.5",
"windows_aarch64_msvc 0.52.5",
"windows_i686_gnu 0.52.5",
"windows_i686_gnullvm",
"windows_i686_msvc 0.52.5",
"windows_x86_64_gnu 0.52.5",
"windows_x86_64_gnullvm 0.52.5",
"windows_x86_64_msvc 0.52.5",
2023-06-14 21:49:20 +00:00
]
[[package]]
name = "windows_aarch64_gnullvm"
2023-09-03 20:08:35 +00:00
version = "0.48.5"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 20:08:35 +00:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-06-14 21:49:20 +00:00
2023-12-14 14:33:56 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.5"
2023-12-14 14:33:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
2023-12-14 14:33:56 +00:00
2023-06-14 21:49:20 +00:00
[[package]]
name = "windows_aarch64_msvc"
2023-09-03 20:08:35 +00:00
version = "0.48.5"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 20:08:35 +00:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-06-14 21:49:20 +00:00
2023-12-14 14:33:56 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.5"
2023-12-14 14:33:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
2023-12-14 14:33:56 +00:00
2023-06-14 21:49:20 +00:00
[[package]]
name = "windows_i686_gnu"
2023-09-03 20:08:35 +00:00
version = "0.48.5"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 20:08:35 +00:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2023-06-14 21:49:20 +00:00
2023-12-14 14:33:56 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.5"
2023-12-14 14:33:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
2023-12-14 14:33:56 +00:00
2023-06-14 21:49:20 +00:00
[[package]]
name = "windows_i686_msvc"
2023-09-03 20:08:35 +00:00
version = "0.48.5"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 20:08:35 +00:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-06-14 21:49:20 +00:00
2023-12-14 14:33:56 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.52.5"
2023-12-14 14:33:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
2023-12-14 14:33:56 +00:00
2023-06-14 21:49:20 +00:00
[[package]]
name = "windows_x86_64_gnu"
2023-09-03 20:08:35 +00:00
version = "0.48.5"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 20:08:35 +00:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-06-14 21:49:20 +00:00
2023-12-14 14:33:56 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.5"
2023-12-14 14:33:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
2023-12-14 14:33:56 +00:00
2023-06-14 21:49:20 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-09-03 20:08:35 +00:00
version = "0.48.5"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 20:08:35 +00:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2023-06-14 21:49:20 +00:00
2023-12-14 14:33:56 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.5"
2023-12-14 14:33:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
2023-12-14 14:33:56 +00:00
2023-06-14 21:49:20 +00:00
[[package]]
name = "windows_x86_64_msvc"
2023-09-03 20:08:35 +00:00
version = "0.48.5"
2023-06-14 21:49:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-03 20:08:35 +00:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2023-06-14 21:49:20 +00:00
2023-12-14 14:33:56 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.5"
2023-12-14 14:33:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
2023-12-14 14:33:56 +00:00
2023-10-16 11:56:18 +00:00
[[package]]
name = "yansi"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"