1313 lines
32 KiB
Plaintext
1313 lines
32 KiB
Plaintext
|
# This file is automatically @generated by Cargo.
|
||
|
# It is not intended for manual editing.
|
||
|
version = 3
|
||
|
|
||
|
[[package]]
|
||
|
name = "addr2line"
|
||
|
version = "0.20.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3"
|
||
|
dependencies = [
|
||
|
"gimli",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "adler"
|
||
|
version = "1.0.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
||
|
|
||
|
[[package]]
|
||
|
name = "aho-corasick"
|
||
|
version = "1.0.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6748e8def348ed4d14996fa801f4122cd763fff530258cdc03f64b25f89d3a5a"
|
||
|
dependencies = [
|
||
|
"memchr",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "async-attributes"
|
||
|
version = "1.1.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
|
||
|
dependencies = [
|
||
|
"quote",
|
||
|
"syn 1.0.109",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "async-channel"
|
||
|
version = "1.9.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
|
||
|
dependencies = [
|
||
|
"concurrent-queue",
|
||
|
"event-listener",
|
||
|
"futures-core",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "async-executor"
|
||
|
version = "1.5.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb"
|
||
|
dependencies = [
|
||
|
"async-lock",
|
||
|
"async-task",
|
||
|
"concurrent-queue",
|
||
|
"fastrand",
|
||
|
"futures-lite",
|
||
|
"slab",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "async-global-executor"
|
||
|
version = "2.3.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776"
|
||
|
dependencies = [
|
||
|
"async-channel",
|
||
|
"async-executor",
|
||
|
"async-io",
|
||
|
"async-lock",
|
||
|
"blocking",
|
||
|
"futures-lite",
|
||
|
"once_cell",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "async-io"
|
||
|
version = "1.13.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
|
||
|
dependencies = [
|
||
|
"async-lock",
|
||
|
"autocfg",
|
||
|
"cfg-if",
|
||
|
"concurrent-queue",
|
||
|
"futures-lite",
|
||
|
"log",
|
||
|
"parking",
|
||
|
"polling",
|
||
|
"rustix",
|
||
|
"slab",
|
||
|
"socket2",
|
||
|
"waker-fn",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "async-lock"
|
||
|
version = "2.8.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
|
||
|
dependencies = [
|
||
|
"event-listener",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "async-process"
|
||
|
version = "1.7.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9"
|
||
|
dependencies = [
|
||
|
"async-io",
|
||
|
"async-lock",
|
||
|
"autocfg",
|
||
|
"blocking",
|
||
|
"cfg-if",
|
||
|
"event-listener",
|
||
|
"futures-lite",
|
||
|
"rustix",
|
||
|
"signal-hook",
|
||
|
"windows-sys",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "async-std"
|
||
|
version = "1.12.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
|
||
|
dependencies = [
|
||
|
"async-attributes",
|
||
|
"async-channel",
|
||
|
"async-global-executor",
|
||
|
"async-io",
|
||
|
"async-lock",
|
||
|
"async-process",
|
||
|
"crossbeam-utils",
|
||
|
"futures-channel",
|
||
|
"futures-core",
|
||
|
"futures-io",
|
||
|
"futures-lite",
|
||
|
"gloo-timers",
|
||
|
"kv-log-macro",
|
||
|
"log",
|
||
|
"memchr",
|
||
|
"once_cell",
|
||
|
"pin-project-lite",
|
||
|
"pin-utils",
|
||
|
"slab",
|
||
|
"wasm-bindgen-futures",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "async-task"
|
||
|
version = "4.4.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae"
|
||
|
|
||
|
[[package]]
|
||
|
name = "atomic-waker"
|
||
|
version = "1.1.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3"
|
||
|
|
||
|
[[package]]
|
||
|
name = "atty"
|
||
|
version = "0.2.14"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
||
|
dependencies = [
|
||
|
"hermit-abi 0.1.19",
|
||
|
"libc",
|
||
|
"winapi",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "autocfg"
|
||
|
version = "1.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
||
|
|
||
|
[[package]]
|
||
|
name = "backtrace"
|
||
|
version = "0.3.68"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12"
|
||
|
dependencies = [
|
||
|
"addr2line",
|
||
|
"cc",
|
||
|
"cfg-if",
|
||
|
"libc",
|
||
|
"miniz_oxide",
|
||
|
"object",
|
||
|
"rustc-demangle",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bitflags"
|
||
|
version = "1.3.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
||
|
|
||
|
[[package]]
|
||
|
name = "blocking"
|
||
|
version = "1.3.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65"
|
||
|
dependencies = [
|
||
|
"async-channel",
|
||
|
"async-lock",
|
||
|
"async-task",
|
||
|
"atomic-waker",
|
||
|
"fastrand",
|
||
|
"futures-lite",
|
||
|
"log",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bumpalo"
|
||
|
version = "3.13.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
|
||
|
|
||
|
[[package]]
|
||
|
name = "cast"
|
||
|
version = "0.3.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
||
|
|
||
|
[[package]]
|
||
|
name = "cc"
|
||
|
version = "1.0.82"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "305fe645edc1442a0fa8b6726ba61d422798d37a52e12eaecf4b022ebbb88f01"
|
||
|
dependencies = [
|
||
|
"libc",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "cfg-if"
|
||
|
version = "1.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||
|
|
||
|
[[package]]
|
||
|
name = "clap"
|
||
|
version = "2.34.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
||
|
dependencies = [
|
||
|
"bitflags",
|
||
|
"textwrap",
|
||
|
"unicode-width",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "concurrent-queue"
|
||
|
version = "2.2.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"
|
||
|
dependencies = [
|
||
|
"crossbeam-utils",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "criterion"
|
||
|
version = "0.3.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b01d6de93b2b6c65e17c634a26653a29d107b3c98c607c765bf38d041531cd8f"
|
||
|
dependencies = [
|
||
|
"atty",
|
||
|
"cast",
|
||
|
"clap",
|
||
|
"criterion-plot",
|
||
|
"csv",
|
||
|
"itertools",
|
||
|
"lazy_static",
|
||
|
"num-traits",
|
||
|
"oorandom",
|
||
|
"plotters",
|
||
|
"rayon",
|
||
|
"regex",
|
||
|
"serde",
|
||
|
"serde_cbor",
|
||
|
"serde_derive",
|
||
|
"serde_json",
|
||
|
"tinytemplate",
|
||
|
"walkdir",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "criterion-plot"
|
||
|
version = "0.4.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "2673cc8207403546f45f5fd319a974b1e6983ad1a3ee7e6041650013be041876"
|
||
|
dependencies = [
|
||
|
"cast",
|
||
|
"itertools",
|
||
|
]
|
||
|
|
||
|
[[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"
|
||
|
version = "0.9.15"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
|
||
|
dependencies = [
|
||
|
"autocfg",
|
||
|
"cfg-if",
|
||
|
"crossbeam-utils",
|
||
|
"memoffset",
|
||
|
"scopeguard",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "crossbeam-utils"
|
||
|
version = "0.8.16"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "csv"
|
||
|
version = "1.2.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "626ae34994d3d8d668f4269922248239db4ae42d538b14c398b74a52208e8086"
|
||
|
dependencies = [
|
||
|
"csv-core",
|
||
|
"itoa",
|
||
|
"ryu",
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "csv-core"
|
||
|
version = "0.1.10"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
|
||
|
dependencies = [
|
||
|
"memchr",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "either"
|
||
|
version = "1.9.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
||
|
|
||
|
[[package]]
|
||
|
name = "errno"
|
||
|
version = "0.3.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6b30f669a7961ef1631673d2766cc92f52d64f7ef354d4fe0ddfd30ed52f0f4f"
|
||
|
dependencies = [
|
||
|
"errno-dragonfly",
|
||
|
"libc",
|
||
|
"windows-sys",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "errno-dragonfly"
|
||
|
version = "0.1.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
||
|
dependencies = [
|
||
|
"cc",
|
||
|
"libc",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "event-listener"
|
||
|
version = "2.5.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
||
|
|
||
|
[[package]]
|
||
|
name = "fastrand"
|
||
|
version = "1.9.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
||
|
dependencies = [
|
||
|
"instant",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "flume"
|
||
|
version = "0.11.0"
|
||
|
dependencies = [
|
||
|
"async-std",
|
||
|
"criterion",
|
||
|
"crossbeam-channel",
|
||
|
"crossbeam-utils",
|
||
|
"futures",
|
||
|
"futures-core",
|
||
|
"futures-sink",
|
||
|
"nanorand",
|
||
|
"rand",
|
||
|
"spin",
|
||
|
"tokio",
|
||
|
"waker-fn",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "futures"
|
||
|
version = "0.3.28"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
|
||
|
dependencies = [
|
||
|
"futures-channel",
|
||
|
"futures-core",
|
||
|
"futures-executor",
|
||
|
"futures-io",
|
||
|
"futures-sink",
|
||
|
"futures-task",
|
||
|
"futures-util",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "futures-channel"
|
||
|
version = "0.3.28"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
|
||
|
dependencies = [
|
||
|
"futures-core",
|
||
|
"futures-sink",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "futures-core"
|
||
|
version = "0.3.28"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
|
||
|
|
||
|
[[package]]
|
||
|
name = "futures-executor"
|
||
|
version = "0.3.28"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
|
||
|
dependencies = [
|
||
|
"futures-core",
|
||
|
"futures-task",
|
||
|
"futures-util",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "futures-io"
|
||
|
version = "0.3.28"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
|
||
|
|
||
|
[[package]]
|
||
|
name = "futures-lite"
|
||
|
version = "1.13.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
|
||
|
dependencies = [
|
||
|
"fastrand",
|
||
|
"futures-core",
|
||
|
"futures-io",
|
||
|
"memchr",
|
||
|
"parking",
|
||
|
"pin-project-lite",
|
||
|
"waker-fn",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "futures-macro"
|
||
|
version = "0.3.28"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.28",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "futures-sink"
|
||
|
version = "0.3.28"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
|
||
|
|
||
|
[[package]]
|
||
|
name = "futures-task"
|
||
|
version = "0.3.28"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
|
||
|
|
||
|
[[package]]
|
||
|
name = "futures-util"
|
||
|
version = "0.3.28"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
|
||
|
dependencies = [
|
||
|
"futures-channel",
|
||
|
"futures-core",
|
||
|
"futures-io",
|
||
|
"futures-macro",
|
||
|
"futures-sink",
|
||
|
"futures-task",
|
||
|
"memchr",
|
||
|
"pin-project-lite",
|
||
|
"pin-utils",
|
||
|
"slab",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "getrandom"
|
||
|
version = "0.2.10"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
"js-sys",
|
||
|
"libc",
|
||
|
"wasi",
|
||
|
"wasm-bindgen",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "gimli"
|
||
|
version = "0.27.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
|
||
|
|
||
|
[[package]]
|
||
|
name = "gloo-timers"
|
||
|
version = "0.2.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
|
||
|
dependencies = [
|
||
|
"futures-channel",
|
||
|
"futures-core",
|
||
|
"js-sys",
|
||
|
"wasm-bindgen",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "half"
|
||
|
version = "1.8.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
|
||
|
|
||
|
[[package]]
|
||
|
name = "hermit-abi"
|
||
|
version = "0.1.19"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
||
|
dependencies = [
|
||
|
"libc",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "hermit-abi"
|
||
|
version = "0.3.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
|
||
|
|
||
|
[[package]]
|
||
|
name = "instant"
|
||
|
version = "0.1.12"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "io-lifetimes"
|
||
|
version = "1.0.11"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
||
|
dependencies = [
|
||
|
"hermit-abi 0.3.2",
|
||
|
"libc",
|
||
|
"windows-sys",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "itertools"
|
||
|
version = "0.10.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
||
|
dependencies = [
|
||
|
"either",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "itoa"
|
||
|
version = "1.0.9"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
||
|
|
||
|
[[package]]
|
||
|
name = "js-sys"
|
||
|
version = "0.3.64"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
|
||
|
dependencies = [
|
||
|
"wasm-bindgen",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "kv-log-macro"
|
||
|
version = "1.0.7"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
|
||
|
dependencies = [
|
||
|
"log",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "lazy_static"
|
||
|
version = "1.4.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
||
|
|
||
|
[[package]]
|
||
|
name = "libc"
|
||
|
version = "0.2.147"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
|
||
|
|
||
|
[[package]]
|
||
|
name = "linux-raw-sys"
|
||
|
version = "0.3.8"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
||
|
|
||
|
[[package]]
|
||
|
name = "lock_api"
|
||
|
version = "0.4.10"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
|
||
|
dependencies = [
|
||
|
"autocfg",
|
||
|
"scopeguard",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "log"
|
||
|
version = "0.4.20"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
||
|
dependencies = [
|
||
|
"value-bag",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "memchr"
|
||
|
version = "2.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
||
|
|
||
|
[[package]]
|
||
|
name = "memoffset"
|
||
|
version = "0.9.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
|
||
|
dependencies = [
|
||
|
"autocfg",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "miniz_oxide"
|
||
|
version = "0.7.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
||
|
dependencies = [
|
||
|
"adler",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "nanorand"
|
||
|
version = "0.7.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
|
||
|
dependencies = [
|
||
|
"getrandom",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "num-traits"
|
||
|
version = "0.2.16"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
|
||
|
dependencies = [
|
||
|
"autocfg",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "num_cpus"
|
||
|
version = "1.16.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
||
|
dependencies = [
|
||
|
"hermit-abi 0.3.2",
|
||
|
"libc",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "object"
|
||
|
version = "0.31.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
|
||
|
dependencies = [
|
||
|
"memchr",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "once_cell"
|
||
|
version = "1.18.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
||
|
|
||
|
[[package]]
|
||
|
name = "oorandom"
|
||
|
version = "11.1.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
|
||
|
|
||
|
[[package]]
|
||
|
name = "parking"
|
||
|
version = "2.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e"
|
||
|
|
||
|
[[package]]
|
||
|
name = "pin-project-lite"
|
||
|
version = "0.2.12"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "12cc1b0bf1727a77a54b6654e7b5f1af8604923edc8b81885f8ec92f9e3f0a05"
|
||
|
|
||
|
[[package]]
|
||
|
name = "pin-utils"
|
||
|
version = "0.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
||
|
|
||
|
[[package]]
|
||
|
name = "plotters"
|
||
|
version = "0.3.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45"
|
||
|
dependencies = [
|
||
|
"num-traits",
|
||
|
"plotters-backend",
|
||
|
"plotters-svg",
|
||
|
"wasm-bindgen",
|
||
|
"web-sys",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "plotters-backend"
|
||
|
version = "0.3.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609"
|
||
|
|
||
|
[[package]]
|
||
|
name = "plotters-svg"
|
||
|
version = "0.3.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab"
|
||
|
dependencies = [
|
||
|
"plotters-backend",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "polling"
|
||
|
version = "2.8.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
|
||
|
dependencies = [
|
||
|
"autocfg",
|
||
|
"bitflags",
|
||
|
"cfg-if",
|
||
|
"concurrent-queue",
|
||
|
"libc",
|
||
|
"log",
|
||
|
"pin-project-lite",
|
||
|
"windows-sys",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ppv-lite86"
|
||
|
version = "0.2.17"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
||
|
|
||
|
[[package]]
|
||
|
name = "proc-macro2"
|
||
|
version = "1.0.66"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
|
||
|
dependencies = [
|
||
|
"unicode-ident",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "quote"
|
||
|
version = "1.0.32"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965"
|
||
|
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",
|
||
|
]
|
||
|
|
||
|
[[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-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 = "regex"
|
||
|
version = "1.9.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "81bc1d4caf89fac26a70747fe603c130093b53c773888797a6329091246d651a"
|
||
|
dependencies = [
|
||
|
"aho-corasick",
|
||
|
"memchr",
|
||
|
"regex-automata",
|
||
|
"regex-syntax",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "regex-automata"
|
||
|
version = "0.3.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "fed1ceff11a1dddaee50c9dc8e4938bd106e9d89ae372f192311e7da498e3b69"
|
||
|
dependencies = [
|
||
|
"aho-corasick",
|
||
|
"memchr",
|
||
|
"regex-syntax",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "regex-syntax"
|
||
|
version = "0.7.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
|
||
|
|
||
|
[[package]]
|
||
|
name = "rustc-demangle"
|
||
|
version = "0.1.23"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
||
|
|
||
|
[[package]]
|
||
|
name = "rustix"
|
||
|
version = "0.37.23"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
|
||
|
dependencies = [
|
||
|
"bitflags",
|
||
|
"errno",
|
||
|
"io-lifetimes",
|
||
|
"libc",
|
||
|
"linux-raw-sys",
|
||
|
"windows-sys",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ryu"
|
||
|
version = "1.0.15"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
|
||
|
|
||
|
[[package]]
|
||
|
name = "same-file"
|
||
|
version = "1.0.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
||
|
dependencies = [
|
||
|
"winapi-util",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "scopeguard"
|
||
|
version = "1.2.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
||
|
|
||
|
[[package]]
|
||
|
name = "serde"
|
||
|
version = "1.0.183"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "32ac8da02677876d532745a130fc9d8e6edfa81a269b107c5b00829b91d8eb3c"
|
||
|
|
||
|
[[package]]
|
||
|
name = "serde_cbor"
|
||
|
version = "0.11.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
|
||
|
dependencies = [
|
||
|
"half",
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "serde_derive"
|
||
|
version = "1.0.183"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "aafe972d60b0b9bee71a91b92fee2d4fb3c9d7e8f6b179aa99f27203d99a4816"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.28",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "serde_json"
|
||
|
version = "1.0.105"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360"
|
||
|
dependencies = [
|
||
|
"itoa",
|
||
|
"ryu",
|
||
|
"serde",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "signal-hook"
|
||
|
version = "0.3.17"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
|
||
|
dependencies = [
|
||
|
"libc",
|
||
|
"signal-hook-registry",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "signal-hook-registry"
|
||
|
version = "1.4.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
|
||
|
dependencies = [
|
||
|
"libc",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "slab"
|
||
|
version = "0.4.8"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
|
||
|
dependencies = [
|
||
|
"autocfg",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "socket2"
|
||
|
version = "0.4.9"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
|
||
|
dependencies = [
|
||
|
"libc",
|
||
|
"winapi",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "spin"
|
||
|
version = "0.9.8"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
||
|
dependencies = [
|
||
|
"lock_api",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "syn"
|
||
|
version = "1.0.109"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"unicode-ident",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "syn"
|
||
|
version = "2.0.28"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"unicode-ident",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "textwrap"
|
||
|
version = "0.11.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
||
|
dependencies = [
|
||
|
"unicode-width",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tinytemplate"
|
||
|
version = "1.2.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
|
||
|
dependencies = [
|
||
|
"serde",
|
||
|
"serde_json",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tokio"
|
||
|
version = "1.31.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "40de3a2ba249dcb097e01be5e67a5ff53cf250397715a071a81543e8a832a920"
|
||
|
dependencies = [
|
||
|
"backtrace",
|
||
|
"pin-project-lite",
|
||
|
"tokio-macros",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "tokio-macros"
|
||
|
version = "2.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.28",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "unicode-ident"
|
||
|
version = "1.0.11"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
|
||
|
|
||
|
[[package]]
|
||
|
name = "unicode-width"
|
||
|
version = "0.1.10"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
||
|
|
||
|
[[package]]
|
||
|
name = "value-bag"
|
||
|
version = "1.4.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d92ccd67fb88503048c01b59152a04effd0782d035a83a6d256ce6085f08f4a3"
|
||
|
|
||
|
[[package]]
|
||
|
name = "waker-fn"
|
||
|
version = "1.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
|
||
|
|
||
|
[[package]]
|
||
|
name = "walkdir"
|
||
|
version = "2.3.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
|
||
|
dependencies = [
|
||
|
"same-file",
|
||
|
"winapi-util",
|
||
|
]
|
||
|
|
||
|
[[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.87"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
"wasm-bindgen-macro",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "wasm-bindgen-backend"
|
||
|
version = "0.2.87"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
|
||
|
dependencies = [
|
||
|
"bumpalo",
|
||
|
"log",
|
||
|
"once_cell",
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.28",
|
||
|
"wasm-bindgen-shared",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "wasm-bindgen-futures"
|
||
|
version = "0.4.37"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
"js-sys",
|
||
|
"wasm-bindgen",
|
||
|
"web-sys",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "wasm-bindgen-macro"
|
||
|
version = "0.2.87"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
|
||
|
dependencies = [
|
||
|
"quote",
|
||
|
"wasm-bindgen-macro-support",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "wasm-bindgen-macro-support"
|
||
|
version = "0.2.87"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.28",
|
||
|
"wasm-bindgen-backend",
|
||
|
"wasm-bindgen-shared",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "wasm-bindgen-shared"
|
||
|
version = "0.2.87"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
|
||
|
|
||
|
[[package]]
|
||
|
name = "web-sys"
|
||
|
version = "0.3.64"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
|
||
|
dependencies = [
|
||
|
"js-sys",
|
||
|
"wasm-bindgen",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "winapi"
|
||
|
version = "0.3.9"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
||
|
dependencies = [
|
||
|
"winapi-i686-pc-windows-gnu",
|
||
|
"winapi-x86_64-pc-windows-gnu",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "winapi-i686-pc-windows-gnu"
|
||
|
version = "0.4.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
||
|
|
||
|
[[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"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows-sys"
|
||
|
version = "0.48.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
||
|
dependencies = [
|
||
|
"windows-targets",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows-targets"
|
||
|
version = "0.48.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d1eeca1c172a285ee6c2c84c341ccea837e7c01b12fbb2d0fe3c9e550ce49ec8"
|
||
|
dependencies = [
|
||
|
"windows_aarch64_gnullvm",
|
||
|
"windows_aarch64_msvc",
|
||
|
"windows_i686_gnu",
|
||
|
"windows_i686_msvc",
|
||
|
"windows_x86_64_gnu",
|
||
|
"windows_x86_64_gnullvm",
|
||
|
"windows_x86_64_msvc",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_aarch64_gnullvm"
|
||
|
version = "0.48.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b10d0c968ba7f6166195e13d593af609ec2e3d24f916f081690695cf5eaffb2f"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_aarch64_msvc"
|
||
|
version = "0.48.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "571d8d4e62f26d4932099a9efe89660e8bd5087775a2ab5cdd8b747b811f1058"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_i686_gnu"
|
||
|
version = "0.48.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "2229ad223e178db5fbbc8bd8d3835e51e566b8474bfca58d2e6150c48bb723cd"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_i686_msvc"
|
||
|
version = "0.48.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "600956e2d840c194eedfc5d18f8242bc2e17c7775b6684488af3a9fff6fe3287"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_x86_64_gnu"
|
||
|
version = "0.48.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ea99ff3f8b49fb7a8e0d305e5aec485bd068c2ba691b6e277d29eaeac945868a"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_x86_64_gnullvm"
|
||
|
version = "0.48.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8f1a05a1ece9a7a0d5a7ccf30ba2c33e3a61a30e042ffd247567d1de1d94120d"
|
||
|
|
||
|
[[package]]
|
||
|
name = "windows_x86_64_msvc"
|
||
|
version = "0.48.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d419259aba16b663966e29e6d7c6ecfa0bb8425818bb96f6f1f3c3eb71a6e7b9"
|