2023-03-27 19:17:25 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "aho-corasick"
|
|
|
|
version = "0.7.20"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 16:46:19 +00:00
|
|
|
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
2023-04-29 16:46:19 +00:00
|
|
|
"memchr",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-09 19:29:22 +00:00
|
|
|
name = "aho-corasick"
|
|
|
|
version = "1.0.5"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "0c378d78423fdad8089616f827526ee33c19f2fddbd5de1629152c9593ba4783"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"memchr",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "base64"
|
|
|
|
version = "0.13.1"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 16:46:19 +00:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
2023-03-27 19:17:25 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-09 19:29:22 +00:00
|
|
|
name = "bitflags"
|
|
|
|
version = "2.4.0"
|
2023-04-29 16:46:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
|
2023-03-27 19:17:25 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.0.83"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
2023-04-29 16:46:19 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"libc",
|
2023-04-29 16:46:19 +00:00
|
|
|
]
|
2023-03-27 19:17:25 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2023-04-29 16:46:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
|
|
|
version = "0.5.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.9.15"
|
2023-04-29 16:46:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
|
2023-04-29 16:46:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2023-03-27 19:17:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.8.16"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "darling"
|
|
|
|
version = "0.14.4"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 16:46:19 +00:00
|
|
|
checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
2023-04-29 16:46:19 +00:00
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "darling_core"
|
|
|
|
version = "0.14.4"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 16:46:19 +00:00
|
|
|
checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
2023-04-29 16:46:19 +00:00
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
2023-03-27 19:17:25 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-29 16:46:19 +00:00
|
|
|
"strsim",
|
|
|
|
"syn 1.0.109",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "darling_macro"
|
|
|
|
version = "0.14.4"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 16:46:19 +00:00
|
|
|
checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
2023-04-29 16:46:19 +00:00
|
|
|
"darling_core",
|
2023-03-27 19:17:25 +00:00
|
|
|
"quote",
|
2023-04-29 16:46:19 +00:00
|
|
|
"syn 1.0.109",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "derive_builder"
|
|
|
|
version = "0.12.0"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 16:46:19 +00:00
|
|
|
checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8"
|
|
|
|
dependencies = [
|
|
|
|
"derive_builder_macro",
|
|
|
|
]
|
2023-03-27 19:17:25 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "derive_builder_core"
|
|
|
|
version = "0.12.0"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 16:46:19 +00:00
|
|
|
checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
2023-04-29 16:46:19 +00:00
|
|
|
"darling",
|
2023-03-27 19:17:25 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-29 16:46:19 +00:00
|
|
|
"syn 1.0.109",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "derive_builder_macro"
|
|
|
|
version = "0.12.0"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 16:46:19 +00:00
|
|
|
checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
2023-04-29 16:46:19 +00:00
|
|
|
"derive_builder_core",
|
|
|
|
"syn 1.0.109",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.9.0"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
2023-03-27 19:17:25 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.10.0"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"humantime",
|
2023-10-09 19:29:22 +00:00
|
|
|
"is-terminal",
|
2023-03-27 19:17:25 +00:00
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.3.3"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
2023-10-09 19:29:22 +00:00
|
|
|
"windows-sys",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "esaxx-rs"
|
|
|
|
version = "0.1.8"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 16:46:19 +00:00
|
|
|
checksum = "1f748b253ceca9fed5f42f8b5ceb3851e93102199bc25b64b65369f76e5c0a35"
|
2023-03-27 19:17:25 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "fastrand"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "2.0.0"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2023-03-27 19:17:25 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-10-09 19:29:22 +00:00
|
|
|
name = "getrandom"
|
|
|
|
version = "0.2.10"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
2023-04-29 16:46:19 +00:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2023-10-09 19:29:22 +00:00
|
|
|
"wasi",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-09 19:29:22 +00:00
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.3.2"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
|
2023-03-27 19:17:25 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-10-09 19:29:22 +00:00
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
2023-03-27 19:17:25 +00:00
|
|
|
|
2023-04-29 16:46:19 +00:00
|
|
|
[[package]]
|
2023-10-09 19:29:22 +00:00
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
2023-04-29 16:46:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
2023-04-29 16:46:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-10-09 19:29:22 +00:00
|
|
|
name = "indoc"
|
|
|
|
version = "1.0.9"
|
2023-04-29 16:46:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
|
2023-04-29 16:46:19 +00:00
|
|
|
|
2023-03-27 19:17:25 +00:00
|
|
|
[[package]]
|
2023-10-09 19:29:22 +00:00
|
|
|
name = "is-terminal"
|
|
|
|
version = "0.4.9"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"hermit-abi",
|
|
|
|
"rustix",
|
|
|
|
"windows-sys",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-09 19:29:22 +00:00
|
|
|
name = "itertools"
|
|
|
|
version = "0.8.2"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"either",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-09 19:29:22 +00:00
|
|
|
name = "itertools"
|
|
|
|
version = "0.9.0"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"either",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-09 19:29:22 +00:00
|
|
|
name = "itoa"
|
|
|
|
version = "1.0.9"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
2023-03-27 19:17:25 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-10-09 19:29:22 +00:00
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2023-03-27 19:17:25 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-10-09 19:29:22 +00:00
|
|
|
name = "libc"
|
|
|
|
version = "0.2.147"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
|
2023-03-27 19:17:25 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-10-09 19:29:22 +00:00
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.4.5"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503"
|
2023-03-27 19:17:25 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-10-09 19:29:22 +00:00
|
|
|
name = "lock_api"
|
|
|
|
version = "0.4.10"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-09 19:29:22 +00:00
|
|
|
name = "log"
|
|
|
|
version = "0.4.20"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2023-03-27 19:17:25 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-10-09 19:29:22 +00:00
|
|
|
name = "macro_rules_attribute"
|
|
|
|
version = "0.1.3"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "cf0c9b980bf4f3a37fd7b1c066941dd1b1d0152ce6ee6e8fe8c49b9f6810d862"
|
2023-04-29 16:46:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"macro_rules_attribute-proc_macro",
|
|
|
|
"paste",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "macro_rules_attribute-proc_macro"
|
|
|
|
version = "0.1.3"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 16:46:19 +00:00
|
|
|
checksum = "58093314a45e00c77d5c508f76e77c3396afbbc0d01506e7fae47b018bac2b1d"
|
2023-03-27 19:17:25 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "matrixmultiply"
|
|
|
|
version = "0.2.4"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 16:46:19 +00:00
|
|
|
checksum = "916806ba0031cd542105d916a97c8572e1fa6dd79c9c51e7eb43a09ec2dd84c1"
|
|
|
|
dependencies = [
|
|
|
|
"rawpointer",
|
|
|
|
]
|
2023-03-27 19:17:25 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "matrixmultiply"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.3.7"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "090126dc04f95dc0d1c1c91f61bdd474b3930ca064c1edc8a849da2c6cbe1e77"
|
2023-04-29 16:46:19 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"autocfg",
|
2023-04-29 16:46:19 +00:00
|
|
|
"rawpointer",
|
|
|
|
]
|
2023-03-27 19:17:25 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "2.6.3"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c"
|
2023-03-27 19:17:25 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.9.0"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 16:46:19 +00:00
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
2023-03-27 19:17:25 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "monostate"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.1.9"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "15f370ae88093ec6b11a710dec51321a61d420fafd1bad6e30d01bd9c920e8ee"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
2023-04-29 16:46:19 +00:00
|
|
|
"monostate-impl",
|
|
|
|
"serde",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "monostate-impl"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.1.9"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "371717c0a5543d6a800cac822eac735aa7d2d2fbb41002e9856a4089532dbdce"
|
2023-04-29 16:46:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-09 19:29:22 +00:00
|
|
|
"syn 2.0.31",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "ndarray"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac06db03ec2f46ee0ecdca1a1c34a99c0d188a0d83439b84bf0cb4b386e4ab09"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
2023-04-29 16:46:19 +00:00
|
|
|
"matrixmultiply 0.2.4",
|
|
|
|
"num-complex 0.2.4",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"rawpointer",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "ndarray"
|
|
|
|
version = "0.15.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "adb12d4e967ec485a5f71c6311fe28158e9d6f4bc4a447b474184d0f91a8fa32"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"matrixmultiply 0.3.7",
|
|
|
|
"num-complex 0.4.4",
|
2023-04-29 16:46:19 +00:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"rawpointer",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "nom"
|
|
|
|
version = "7.1.3"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 16:46:19 +00:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
2023-04-29 16:46:19 +00:00
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "num-complex"
|
|
|
|
version = "0.2.4"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 16:46:19 +00:00
|
|
|
checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
2023-04-29 16:46:19 +00:00
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "num-complex"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.4.4"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
2023-04-29 16:46:19 +00:00
|
|
|
"num-traits",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.45"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 16:46:19 +00:00
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
2023-04-29 16:46:19 +00:00
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "num-traits"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.2.16"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
2023-04-29 16:46:19 +00:00
|
|
|
"autocfg",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "num_cpus"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.16.0"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"hermit-abi",
|
2023-03-27 19:17:25 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "numpy"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.19.0"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "437213adf41bbccf4aeae535fbfcdad0f6fed241e1ae182ebe97fa1f3ce19389"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-04-29 16:46:19 +00:00
|
|
|
"ndarray 0.15.6",
|
2023-10-09 19:29:22 +00:00
|
|
|
"num-complex 0.4.4",
|
2023-04-29 16:46:19 +00:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"pyo3",
|
|
|
|
"rustc-hash",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "once_cell"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.18.0"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
2023-03-27 19:17:25 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "onig"
|
|
|
|
version = "6.4.0"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 16:46:19 +00:00
|
|
|
checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-03-27 19:17:25 +00:00
|
|
|
"libc",
|
2023-04-29 16:46:19 +00:00
|
|
|
"once_cell",
|
|
|
|
"onig_sys",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "onig_sys"
|
|
|
|
version = "69.8.1"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 16:46:19 +00:00
|
|
|
checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
2023-04-29 16:46:19 +00:00
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
2023-03-27 19:17:25 +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-10-09 19:29:22 +00:00
|
|
|
version = "0.9.8"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2023-10-09 19:29:22 +00:00
|
|
|
"redox_syscall",
|
2023-03-27 19:17:25 +00:00
|
|
|
"smallvec",
|
2023-10-09 19:29:22 +00:00
|
|
|
"windows-targets",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "paste"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.0.14"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
|
2023-03-27 19:17:25 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "pkg-config"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.3.27"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
|
2023-03-27 19:17:25 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "proc-macro2"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.0.66"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
2023-04-29 16:46:19 +00:00
|
|
|
"unicode-ident",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "pyo3"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.19.2"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "e681a6cfdc4adcc93b4d3cf993749a4552018ee0a9b65fc0ccfad74352c72a38"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
2023-04-29 16:46:19 +00:00
|
|
|
"cfg-if",
|
|
|
|
"indoc",
|
|
|
|
"libc",
|
|
|
|
"memoffset",
|
|
|
|
"parking_lot",
|
|
|
|
"pyo3-build-config",
|
|
|
|
"pyo3-ffi",
|
|
|
|
"pyo3-macros",
|
|
|
|
"unindent",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "pyo3-build-config"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.19.2"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "076c73d0bc438f7a4ef6fdd0c3bb4732149136abd952b110ac93e4edb13a6ba5"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
2023-04-29 16:46:19 +00:00
|
|
|
"once_cell",
|
|
|
|
"target-lexicon",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "pyo3-ffi"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.19.2"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "e53cee42e77ebe256066ba8aa77eff722b3bb91f3419177cf4cd0f304d3284d9"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
2023-04-29 16:46:19 +00:00
|
|
|
"libc",
|
|
|
|
"pyo3-build-config",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "pyo3-macros"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.19.2"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "dfeb4c99597e136528c6dd7d5e3de5434d1ceaf487436a3f03b2d56b6fc9efd1"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
2023-04-29 16:46:19 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"pyo3-macros-backend",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "pyo3-macros-backend"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.19.2"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "947dc12175c254889edc0c02e399476c2f652b4b9ebd123aa655c224de259536"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-29 16:46:19 +00:00
|
|
|
"syn 1.0.109",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.0.33"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-29 16:46:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rawpointer"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
|
|
|
version = "1.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-cond"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd1259362c9065e5ea39a789ef40b1e3fd934c94beb7b5ab3ac6629d3b5e7cb7"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"itertools 0.8.2",
|
|
|
|
"rayon",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
|
|
|
version = "1.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-04-29 16:46:19 +00:00
|
|
|
]
|
|
|
|
|
2023-03-27 19:17:25 +00:00
|
|
|
[[package]]
|
2023-10-09 19:29:22 +00:00
|
|
|
name = "regex"
|
|
|
|
version = "1.9.5"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"aho-corasick 1.0.5",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-09 19:29:22 +00:00
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.3.8"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"aho-corasick 1.0.5",
|
2023-03-27 19:17:25 +00:00
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.7.5"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
|
2023-03-27 19:17:25 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 16:46:19 +00:00
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
2023-03-27 19:17:25 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.38.11"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "c0c3dde1fc030af041adc40e79c0e7fbcf431dd24870053d187d7c66e4b87453"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"bitflags 2.4.0",
|
2023-03-27 19:17:25 +00:00
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
2023-10-09 19:29:22 +00:00
|
|
|
"windows-sys",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.0.15"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
|
2023-03-27 19:17:25 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.2.0"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2023-03-27 19:17:25 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "serde"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.0.188"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
2023-04-29 16:46:19 +00:00
|
|
|
"serde_derive",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.0.188"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.31",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-09 19:29:22 +00:00
|
|
|
name = "serde_json"
|
|
|
|
version = "1.0.105"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.11.0"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
|
2023-03-27 19:17:25 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "spm_precompiled"
|
|
|
|
version = "0.1.4"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 16:46:19 +00:00
|
|
|
checksum = "5851699c4033c63636f7ea4cf7b7c1f1bf06d0cc03cfb42e711de5a5c46cf326"
|
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"base64",
|
2023-04-29 16:46:19 +00:00
|
|
|
"nom",
|
|
|
|
"serde",
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
2023-03-27 19:17:25 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-04-29 16:46:19 +00:00
|
|
|
version = "1.0.109"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 16:46:19 +00:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "syn"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "2.0.31"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "718fa2415bcb8d8bd775917a1bf12a7931b6dfa890753378538118181e0cb398"
|
2023-04-29 16:46:19 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
2023-03-27 19:17:25 +00:00
|
|
|
|
2023-04-29 16:46:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.12.11"
|
2023-04-29 16:46:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a"
|
2023-04-29 16:46:19 +00:00
|
|
|
|
2023-03-27 19:17:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "3.8.0"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"fastrand",
|
2023-10-09 19:29:22 +00:00
|
|
|
"redox_syscall",
|
2023-04-29 16:46:19 +00:00
|
|
|
"rustix",
|
2023-10-09 19:29:22 +00:00
|
|
|
"windows-sys",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2023-04-29 16:46:19 +00:00
|
|
|
version = "1.2.0"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 16:46:19 +00:00
|
|
|
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.0.48"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.0.48"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-10-09 19:29:22 +00:00
|
|
|
"syn 2.0.31",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
2023-04-29 16:46:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokenizers"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.14.0"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"aho-corasick 0.7.20",
|
2023-04-29 16:46:19 +00:00
|
|
|
"derive_builder",
|
|
|
|
"esaxx-rs",
|
|
|
|
"getrandom",
|
|
|
|
"itertools 0.9.0",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"macro_rules_attribute",
|
|
|
|
"monostate",
|
|
|
|
"onig",
|
|
|
|
"paste",
|
|
|
|
"rand",
|
|
|
|
"rayon",
|
|
|
|
"rayon-cond",
|
|
|
|
"regex",
|
|
|
|
"regex-syntax",
|
2023-03-27 19:17:25 +00:00
|
|
|
"serde",
|
2023-04-29 16:46:19 +00:00
|
|
|
"serde_json",
|
|
|
|
"spm_precompiled",
|
|
|
|
"thiserror",
|
|
|
|
"unicode-normalization-alignments",
|
|
|
|
"unicode-segmentation",
|
|
|
|
"unicode_categories",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-29 16:46:19 +00:00
|
|
|
name = "tokenizers-python"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.14.0"
|
2023-03-27 19:17:25 +00:00
|
|
|
dependencies = [
|
2023-04-29 16:46:19 +00:00
|
|
|
"env_logger",
|
|
|
|
"itertools 0.9.0",
|
|
|
|
"libc",
|
|
|
|
"ndarray 0.13.1",
|
|
|
|
"numpy",
|
|
|
|
"onig",
|
|
|
|
"pyo3",
|
|
|
|
"rayon",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tempfile",
|
|
|
|
"tokenizers",
|
2023-03-27 19:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "1.0.11"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
|
2023-03-27 19:17:25 +00:00
|
|
|
|
2023-04-29 16:46:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization-alignments"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43f613e4fa046e69818dd287fdc4bc78175ff20331479dab6e1b0f98d57062de"
|
|
|
|
dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
|
|
|
version = "1.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode_categories"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unindent"
|
|
|
|
version = "0.1.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
|
|
|
|
|
2023-03-27 19:17:25 +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 = "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-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
2023-04-29 16:46:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"windows-targets",
|
2023-04-29 16:46:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.48.5"
|
2023-04-29 16:46:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2023-04-29 16:46:19 +00:00
|
|
|
dependencies = [
|
2023-10-09 19:29:22 +00:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
2023-04-29 16:46:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.48.5"
|
2023-04-29 16:46:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2023-04-29 16:46:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.48.5"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2023-04-29 16:46:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.48.5"
|
2023-04-29 16:46:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2023-04-29 16:46:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.48.5"
|
2023-04-29 16:46:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2023-04-29 16:46:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.48.5"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2023-03-27 19:17:25 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.48.5"
|
2023-04-29 16:46:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2023-04-29 16:46:19 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-10-09 19:29:22 +00:00
|
|
|
version = "0.48.5"
|
2023-03-27 19:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 19:29:22 +00:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|