mirror of https://github.com/boa-dev/boa.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1393 lines
34 KiB
1393 lines
34 KiB
# This file is automatically @generated by Cargo. |
|
# It is not intended for manual editing. |
|
[[package]] |
|
name = "Boa" |
|
version = "0.10.0" |
|
dependencies = [ |
|
"bitflags", |
|
"chrono", |
|
"criterion", |
|
"float-cmp", |
|
"gc", |
|
"indexmap", |
|
"jemallocator", |
|
"measureme", |
|
"num-bigint", |
|
"num-integer", |
|
"num-traits", |
|
"once_cell", |
|
"rand", |
|
"regress", |
|
"rustc-hash", |
|
"ryu-js", |
|
"serde", |
|
"serde_json", |
|
] |
|
|
|
[[package]] |
|
name = "aho-corasick" |
|
version = "0.7.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b476ce7103678b0c6d3d395dbbae31d48ff910bd28be979ba5d48c6351131d0d" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "ansi_term" |
|
version = "0.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
|
dependencies = [ |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "atty" |
|
version = "0.2.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
|
dependencies = [ |
|
"hermit-abi", |
|
"libc", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "autocfg" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" |
|
|
|
[[package]] |
|
name = "bitflags" |
|
version = "1.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
|
|
|
[[package]] |
|
name = "boa_cli" |
|
version = "0.10.0" |
|
dependencies = [ |
|
"Boa", |
|
"colored", |
|
"jemallocator", |
|
"lazy_static", |
|
"regex", |
|
"rustyline", |
|
"rustyline-derive", |
|
"serde_json", |
|
"structopt", |
|
] |
|
|
|
[[package]] |
|
name = "boa_tester" |
|
version = "0.10.0" |
|
dependencies = [ |
|
"Boa", |
|
"bitflags", |
|
"colored", |
|
"fxhash", |
|
"git2", |
|
"hex", |
|
"once_cell", |
|
"regex", |
|
"serde", |
|
"serde_json", |
|
"serde_yaml", |
|
"structopt", |
|
] |
|
|
|
[[package]] |
|
name = "boa_wasm" |
|
version = "0.10.0" |
|
dependencies = [ |
|
"Boa", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "bstr" |
|
version = "0.2.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931" |
|
dependencies = [ |
|
"lazy_static", |
|
"memchr", |
|
"regex-automata", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "bumpalo" |
|
version = "3.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820" |
|
|
|
[[package]] |
|
name = "byteorder" |
|
version = "1.3.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" |
|
|
|
[[package]] |
|
name = "cast" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4b9434b9a5aa1450faa3f9cb14ea0e8c53bb5d2b3c1bfd1ab4fc03e9f33fbfb0" |
|
dependencies = [ |
|
"rustc_version", |
|
] |
|
|
|
[[package]] |
|
name = "cc" |
|
version = "1.0.61" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ed67cbde08356238e75fc4656be4749481eeffb09e19f320a25237d5221c985d" |
|
dependencies = [ |
|
"jobserver", |
|
] |
|
|
|
[[package]] |
|
name = "cfg-if" |
|
version = "0.1.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
|
|
|
[[package]] |
|
name = "cfg-if" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
|
|
|
[[package]] |
|
name = "chrono" |
|
version = "0.4.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" |
|
dependencies = [ |
|
"libc", |
|
"num-integer", |
|
"num-traits", |
|
"time", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "clap" |
|
version = "2.33.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002" |
|
dependencies = [ |
|
"ansi_term", |
|
"atty", |
|
"bitflags", |
|
"strsim", |
|
"textwrap", |
|
"unicode-width", |
|
"vec_map", |
|
] |
|
|
|
[[package]] |
|
name = "cloudabi" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467" |
|
dependencies = [ |
|
"bitflags", |
|
] |
|
|
|
[[package]] |
|
name = "colored" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd" |
|
dependencies = [ |
|
"atty", |
|
"lazy_static", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "criterion" |
|
version = "0.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "70daa7ceec6cf143990669a04c7df13391d55fb27bd4079d252fca774ba244d8" |
|
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.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e022feadec601fba1649cfa83586381a4ad31c6bf3a9ab7d408118b05dd9889d" |
|
dependencies = [ |
|
"cast", |
|
"itertools", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-channel" |
|
version = "0.4.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87" |
|
dependencies = [ |
|
"crossbeam-utils", |
|
"maybe-uninit", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-deque" |
|
version = "0.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285" |
|
dependencies = [ |
|
"crossbeam-epoch", |
|
"crossbeam-utils", |
|
"maybe-uninit", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-epoch" |
|
version = "0.8.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace" |
|
dependencies = [ |
|
"autocfg", |
|
"cfg-if 0.1.10", |
|
"crossbeam-utils", |
|
"lazy_static", |
|
"maybe-uninit", |
|
"memoffset", |
|
"scopeguard", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-utils" |
|
version = "0.7.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" |
|
dependencies = [ |
|
"autocfg", |
|
"cfg-if 0.1.10", |
|
"lazy_static", |
|
] |
|
|
|
[[package]] |
|
name = "csv" |
|
version = "1.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "00affe7f6ab566df61b4be3ce8cf16bc2576bca0963ceb0955e45d514bf9a279" |
|
dependencies = [ |
|
"bstr", |
|
"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 = "dirs-next" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cf36e65a80337bea855cd4ef9b8401ffce06a7baedf2e85ec467b1ac3f6e82b6" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"dirs-sys-next", |
|
] |
|
|
|
[[package]] |
|
name = "dirs-sys-next" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "99de365f605554ae33f115102a02057d4fc18b01f3284d6870be0938743cfe7d" |
|
dependencies = [ |
|
"libc", |
|
"redox_users", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "dtoa" |
|
version = "0.4.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "134951f4028bdadb9b84baf4232681efbf277da25144b9b0ad65df75946c422b" |
|
|
|
[[package]] |
|
name = "either" |
|
version = "1.6.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" |
|
|
|
[[package]] |
|
name = "float-cmp" |
|
version = "0.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e1267f4ac4f343772758f7b1bdcbe767c218bbab93bb432acbf5162bbf85a6c4" |
|
dependencies = [ |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "fs_extra" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394" |
|
|
|
[[package]] |
|
name = "fxhash" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" |
|
dependencies = [ |
|
"byteorder", |
|
] |
|
|
|
[[package]] |
|
name = "gc" |
|
version = "0.3.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c94b8d46989f31474299e1483db243a9ed1f8a7d8508a78c91449e76e9ef6756" |
|
dependencies = [ |
|
"gc_derive", |
|
] |
|
|
|
[[package]] |
|
name = "gc_derive" |
|
version = "0.3.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "52c734b94d1d53fcc70e42c83cd7c6e108c9a4f6da8e78098a7d212805e86151" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
"synstructure", |
|
] |
|
|
|
[[package]] |
|
name = "getrandom" |
|
version = "0.1.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6" |
|
dependencies = [ |
|
"cfg-if 0.1.10", |
|
"libc", |
|
"wasi 0.9.0+wasi-snapshot-preview1", |
|
] |
|
|
|
[[package]] |
|
name = "git2" |
|
version = "0.13.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ca6f1a0238d7f8f8fd5ee642f4ebac4dbc03e03d1f78fbe7a3ede35dcf7e2224" |
|
dependencies = [ |
|
"bitflags", |
|
"libc", |
|
"libgit2-sys", |
|
"log", |
|
"openssl-probe", |
|
"openssl-sys", |
|
"url", |
|
] |
|
|
|
[[package]] |
|
name = "half" |
|
version = "1.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d36fab90f82edc3c747f9d438e06cf0a491055896f2a279638bb5beed6c40177" |
|
|
|
[[package]] |
|
name = "hashbrown" |
|
version = "0.9.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" |
|
|
|
[[package]] |
|
name = "heck" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
|
dependencies = [ |
|
"unicode-segmentation", |
|
] |
|
|
|
[[package]] |
|
name = "hermit-abi" |
|
version = "0.1.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "hex" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35" |
|
|
|
[[package]] |
|
name = "idna" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" |
|
dependencies = [ |
|
"matches", |
|
"unicode-bidi", |
|
"unicode-normalization", |
|
] |
|
|
|
[[package]] |
|
name = "indexmap" |
|
version = "1.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2" |
|
dependencies = [ |
|
"autocfg", |
|
"hashbrown", |
|
] |
|
|
|
[[package]] |
|
name = "instant" |
|
version = "0.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "63312a18f7ea8760cdd0a7c5aac1a619752a246b833545e3e36d1f81f7cd9e66" |
|
dependencies = [ |
|
"cfg-if 0.1.10", |
|
] |
|
|
|
[[package]] |
|
name = "itertools" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" |
|
dependencies = [ |
|
"either", |
|
] |
|
|
|
[[package]] |
|
name = "itoa" |
|
version = "0.4.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6" |
|
|
|
[[package]] |
|
name = "jemalloc-sys" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45" |
|
dependencies = [ |
|
"cc", |
|
"fs_extra", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "jemallocator" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "43ae63fcfc45e99ab3d1b29a46782ad679e98436c3169d15a167a1108a724b69" |
|
dependencies = [ |
|
"jemalloc-sys", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "jobserver" |
|
version = "0.1.21" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "js-sys" |
|
version = "0.3.45" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ca059e81d9486668f12d455a4ea6daa600bd408134cd17e3d3fb5a32d1f016f8" |
|
dependencies = [ |
|
"wasm-bindgen", |
|
] |
|
|
|
[[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.79" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743" |
|
|
|
[[package]] |
|
name = "libgit2-sys" |
|
version = "0.12.14+1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8f25af58e6495f7caf2919d08f212de550cfa3ed2f5e744988938ea292b9f549" |
|
dependencies = [ |
|
"cc", |
|
"libc", |
|
"libssh2-sys", |
|
"libz-sys", |
|
"openssl-sys", |
|
"pkg-config", |
|
] |
|
|
|
[[package]] |
|
name = "libssh2-sys" |
|
version = "0.2.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ca46220853ba1c512fc82826d0834d87b06bcd3c2a42241b7de72f3d2fe17056" |
|
dependencies = [ |
|
"cc", |
|
"libc", |
|
"libz-sys", |
|
"openssl-sys", |
|
"pkg-config", |
|
"vcpkg", |
|
] |
|
|
|
[[package]] |
|
name = "libz-sys" |
|
version = "1.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655" |
|
dependencies = [ |
|
"cc", |
|
"libc", |
|
"pkg-config", |
|
"vcpkg", |
|
] |
|
|
|
[[package]] |
|
name = "linked-hash-map" |
|
version = "0.5.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a" |
|
|
|
[[package]] |
|
name = "lock_api" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c" |
|
dependencies = [ |
|
"scopeguard", |
|
] |
|
|
|
[[package]] |
|
name = "log" |
|
version = "0.4.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b" |
|
dependencies = [ |
|
"cfg-if 0.1.10", |
|
] |
|
|
|
[[package]] |
|
name = "matches" |
|
version = "0.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
|
|
|
[[package]] |
|
name = "maybe-uninit" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" |
|
|
|
[[package]] |
|
name = "measureme" |
|
version = "9.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "22bf8d885d073610aee20e7fa205c4341ed32a761dbde96da5fd96301a8d3e82" |
|
dependencies = [ |
|
"parking_lot", |
|
"rustc-hash", |
|
"smallvec", |
|
] |
|
|
|
[[package]] |
|
name = "memchr" |
|
version = "2.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" |
|
|
|
[[package]] |
|
name = "memoffset" |
|
version = "0.5.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa" |
|
dependencies = [ |
|
"autocfg", |
|
] |
|
|
|
[[package]] |
|
name = "nix" |
|
version = "0.18.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "83450fe6a6142ddd95fb064b746083fc4ef1705fe81f64a64e1d4b39f54a1055" |
|
dependencies = [ |
|
"bitflags", |
|
"cc", |
|
"cfg-if 0.1.10", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "num-bigint" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b7f3fc75e3697059fb1bc465e3d8cca6cf92f56854f201158b3f9c77d5a3cfa0" |
|
dependencies = [ |
|
"autocfg", |
|
"num-integer", |
|
"num-traits", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "num-integer" |
|
version = "0.1.43" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b" |
|
dependencies = [ |
|
"autocfg", |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-traits" |
|
version = "0.2.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611" |
|
dependencies = [ |
|
"autocfg", |
|
] |
|
|
|
[[package]] |
|
name = "num_cpus" |
|
version = "1.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" |
|
dependencies = [ |
|
"hermit-abi", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "once_cell" |
|
version = "1.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad" |
|
|
|
[[package]] |
|
name = "oorandom" |
|
version = "11.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a170cebd8021a008ea92e4db85a72f80b35df514ec664b296fdcbb654eac0b2c" |
|
|
|
[[package]] |
|
name = "openssl-probe" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" |
|
|
|
[[package]] |
|
name = "openssl-sys" |
|
version = "0.9.58" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de" |
|
dependencies = [ |
|
"autocfg", |
|
"cc", |
|
"libc", |
|
"pkg-config", |
|
"vcpkg", |
|
] |
|
|
|
[[package]] |
|
name = "parking_lot" |
|
version = "0.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a4893845fa2ca272e647da5d0e46660a314ead9c2fdd9a883aabc32e481a8733" |
|
dependencies = [ |
|
"instant", |
|
"lock_api", |
|
"parking_lot_core", |
|
] |
|
|
|
[[package]] |
|
name = "parking_lot_core" |
|
version = "0.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b" |
|
dependencies = [ |
|
"cfg-if 0.1.10", |
|
"cloudabi", |
|
"instant", |
|
"libc", |
|
"redox_syscall", |
|
"smallvec", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "percent-encoding" |
|
version = "2.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" |
|
|
|
[[package]] |
|
name = "pkg-config" |
|
version = "0.3.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c" |
|
|
|
[[package]] |
|
name = "plotters" |
|
version = "0.2.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0d1685fbe7beba33de0330629da9d955ac75bd54f33d7b79f9a895590124f6bb" |
|
dependencies = [ |
|
"js-sys", |
|
"num-traits", |
|
"wasm-bindgen", |
|
"web-sys", |
|
] |
|
|
|
[[package]] |
|
name = "ppv-lite86" |
|
version = "0.2.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20" |
|
|
|
[[package]] |
|
name = "proc-macro-error" |
|
version = "1.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" |
|
dependencies = [ |
|
"proc-macro-error-attr", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
"version_check", |
|
] |
|
|
|
[[package]] |
|
name = "proc-macro-error-attr" |
|
version = "1.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"version_check", |
|
] |
|
|
|
[[package]] |
|
name = "proc-macro2" |
|
version = "1.0.24" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71" |
|
dependencies = [ |
|
"unicode-xid", |
|
] |
|
|
|
[[package]] |
|
name = "quote" |
|
version = "1.0.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37" |
|
dependencies = [ |
|
"proc-macro2", |
|
] |
|
|
|
[[package]] |
|
name = "rand" |
|
version = "0.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" |
|
dependencies = [ |
|
"getrandom", |
|
"libc", |
|
"rand_chacha", |
|
"rand_core", |
|
"rand_hc", |
|
] |
|
|
|
[[package]] |
|
name = "rand_chacha" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" |
|
dependencies = [ |
|
"ppv-lite86", |
|
"rand_core", |
|
] |
|
|
|
[[package]] |
|
name = "rand_core" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" |
|
dependencies = [ |
|
"getrandom", |
|
] |
|
|
|
[[package]] |
|
name = "rand_hc" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" |
|
dependencies = [ |
|
"rand_core", |
|
] |
|
|
|
[[package]] |
|
name = "rayon" |
|
version = "1.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dcf6960dc9a5b4ee8d3e4c5787b4a112a8818e0290a42ff664ad60692fdf2032" |
|
dependencies = [ |
|
"autocfg", |
|
"crossbeam-deque", |
|
"either", |
|
"rayon-core", |
|
] |
|
|
|
[[package]] |
|
name = "rayon-core" |
|
version = "1.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e8c4fec834fb6e6d2dd5eece3c7b432a52f0ba887cf40e595190c4107edc08bf" |
|
dependencies = [ |
|
"crossbeam-channel", |
|
"crossbeam-deque", |
|
"crossbeam-utils", |
|
"lazy_static", |
|
"num_cpus", |
|
] |
|
|
|
[[package]] |
|
name = "redox_syscall" |
|
version = "0.1.57" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" |
|
|
|
[[package]] |
|
name = "redox_users" |
|
version = "0.3.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d" |
|
dependencies = [ |
|
"getrandom", |
|
"redox_syscall", |
|
] |
|
|
|
[[package]] |
|
name = "regex" |
|
version = "1.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8963b85b8ce3074fecffde43b4b0dded83ce2f367dc8d363afc56679f3ee820b" |
|
dependencies = [ |
|
"aho-corasick", |
|
"memchr", |
|
"regex-syntax", |
|
"thread_local", |
|
] |
|
|
|
[[package]] |
|
name = "regex-automata" |
|
version = "0.1.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4" |
|
dependencies = [ |
|
"byteorder", |
|
] |
|
|
|
[[package]] |
|
name = "regex-syntax" |
|
version = "0.6.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8cab7a364d15cde1e505267766a2d3c4e22a843e1a601f0fa7564c0f82ced11c" |
|
|
|
[[package]] |
|
name = "regress" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d669f9db16c334d72d7f92d52874373eb0df8f642230401952a6901872fee4c5" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "rustc-hash" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
|
|
|
[[package]] |
|
name = "rustc_version" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
|
dependencies = [ |
|
"semver", |
|
] |
|
|
|
[[package]] |
|
name = "rustyline" |
|
version = "6.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6f0d5e7b0219a3eadd5439498525d4765c59b7c993ef0c12244865cd2d988413" |
|
dependencies = [ |
|
"cfg-if 0.1.10", |
|
"dirs-next", |
|
"libc", |
|
"log", |
|
"memchr", |
|
"nix", |
|
"scopeguard", |
|
"unicode-segmentation", |
|
"unicode-width", |
|
"utf8parse", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "rustyline-derive" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "54a50e29610a5be68d4a586a5cce3bfb572ed2c2a74227e4168444b7bf4e5235" |
|
dependencies = [ |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "ryu" |
|
version = "1.0.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" |
|
|
|
[[package]] |
|
name = "ryu-js" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e26864181681b29144524f5856471a3c8dbe1a02f4fdd6f6f74d5e2528d96f42" |
|
|
|
[[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.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
|
|
|
[[package]] |
|
name = "semver" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
|
dependencies = [ |
|
"semver-parser", |
|
] |
|
|
|
[[package]] |
|
name = "semver-parser" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
|
|
|
[[package]] |
|
name = "serde" |
|
version = "1.0.117" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b88fa983de7720629c9387e9f517353ed404164b1e482c970a90c1a4aaf7dc1a" |
|
dependencies = [ |
|
"serde_derive", |
|
] |
|
|
|
[[package]] |
|
name = "serde_cbor" |
|
version = "0.11.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1e18acfa2f90e8b735b2836ab8d538de304cbb6729a7360729ea5a895d15a622" |
|
dependencies = [ |
|
"half", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "serde_derive" |
|
version = "1.0.117" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cbd1ae72adb44aab48f325a02444a5fc079349a8d804c1fc922aed3f7454c74e" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "serde_json" |
|
version = "1.0.59" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dcac07dbffa1c65e7f816ab9eba78eb142c6d44410f4eeba1e26e4f5dfa56b95" |
|
dependencies = [ |
|
"itoa", |
|
"ryu", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "serde_yaml" |
|
version = "0.8.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ae3e2dd40a7cdc18ca80db804b7f461a39bb721160a85c9a1fa30134bf3c02a5" |
|
dependencies = [ |
|
"dtoa", |
|
"linked-hash-map", |
|
"serde", |
|
"yaml-rust", |
|
] |
|
|
|
[[package]] |
|
name = "smallvec" |
|
version = "1.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252" |
|
|
|
[[package]] |
|
name = "strsim" |
|
version = "0.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
|
|
|
[[package]] |
|
name = "structopt" |
|
version = "0.3.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "126d630294ec449fae0b16f964e35bf3c74f940da9dca17ee9b905f7b3112eb8" |
|
dependencies = [ |
|
"clap", |
|
"lazy_static", |
|
"structopt-derive", |
|
] |
|
|
|
[[package]] |
|
name = "structopt-derive" |
|
version = "0.4.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "65e51c492f9e23a220534971ff5afc14037289de430e3c83f9daf6a1b6ae91e8" |
|
dependencies = [ |
|
"heck", |
|
"proc-macro-error", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "syn" |
|
version = "1.0.44" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e03e57e4fcbfe7749842d53e24ccb9aa12b7252dbe5e91d2acad31834c8b8fdd" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"unicode-xid", |
|
] |
|
|
|
[[package]] |
|
name = "synstructure" |
|
version = "0.12.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
"unicode-xid", |
|
] |
|
|
|
[[package]] |
|
name = "textwrap" |
|
version = "0.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
|
dependencies = [ |
|
"unicode-width", |
|
] |
|
|
|
[[package]] |
|
name = "thread_local" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" |
|
dependencies = [ |
|
"lazy_static", |
|
] |
|
|
|
[[package]] |
|
name = "time" |
|
version = "0.1.44" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" |
|
dependencies = [ |
|
"libc", |
|
"wasi 0.10.0+wasi-snapshot-preview1", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "tinytemplate" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6d3dc76004a03cec1c5932bca4cdc2e39aaa798e3f82363dd94f9adf6098c12f" |
|
dependencies = [ |
|
"serde", |
|
"serde_json", |
|
] |
|
|
|
[[package]] |
|
name = "tinyvec" |
|
version = "0.3.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117" |
|
|
|
[[package]] |
|
name = "unicode-bidi" |
|
version = "0.3.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" |
|
dependencies = [ |
|
"matches", |
|
] |
|
|
|
[[package]] |
|
name = "unicode-normalization" |
|
version = "0.1.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977" |
|
dependencies = [ |
|
"tinyvec", |
|
] |
|
|
|
[[package]] |
|
name = "unicode-segmentation" |
|
version = "1.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" |
|
|
|
[[package]] |
|
name = "unicode-width" |
|
version = "0.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" |
|
|
|
[[package]] |
|
name = "unicode-xid" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" |
|
|
|
[[package]] |
|
name = "url" |
|
version = "2.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb" |
|
dependencies = [ |
|
"idna", |
|
"matches", |
|
"percent-encoding", |
|
] |
|
|
|
[[package]] |
|
name = "utf8parse" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372" |
|
|
|
[[package]] |
|
name = "vcpkg" |
|
version = "0.2.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c" |
|
|
|
[[package]] |
|
name = "vec_map" |
|
version = "0.8.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" |
|
|
|
[[package]] |
|
name = "version_check" |
|
version = "0.9.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed" |
|
|
|
[[package]] |
|
name = "walkdir" |
|
version = "2.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d" |
|
dependencies = [ |
|
"same-file", |
|
"winapi", |
|
"winapi-util", |
|
] |
|
|
|
[[package]] |
|
name = "wasi" |
|
version = "0.9.0+wasi-snapshot-preview1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" |
|
|
|
[[package]] |
|
name = "wasi" |
|
version = "0.10.0+wasi-snapshot-preview1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" |
|
|
|
[[package]] |
|
name = "wasm-bindgen" |
|
version = "0.2.68" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1ac64ead5ea5f05873d7c12b545865ca2b8d28adfc50a49b84770a3a97265d42" |
|
dependencies = [ |
|
"cfg-if 0.1.10", |
|
"wasm-bindgen-macro", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-backend" |
|
version = "0.2.68" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f22b422e2a757c35a73774860af8e112bff612ce6cb604224e8e47641a9e4f68" |
|
dependencies = [ |
|
"bumpalo", |
|
"lazy_static", |
|
"log", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro" |
|
version = "0.2.68" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6b13312a745c08c469f0b292dd2fcd6411dba5f7160f593da6ef69b64e407038" |
|
dependencies = [ |
|
"quote", |
|
"wasm-bindgen-macro-support", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro-support" |
|
version = "0.2.68" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f249f06ef7ee334cc3b8ff031bfc11ec99d00f34d86da7498396dc1e3b1498fe" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
"wasm-bindgen-backend", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-shared" |
|
version = "0.2.68" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1d649a3145108d7d3fbcde896a468d1bd636791823c9921135218ad89be08307" |
|
|
|
[[package]] |
|
name = "web-sys" |
|
version = "0.3.45" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4bf6ef87ad7ae8008e15a355ce696bed26012b7caa21605188cfd8214ab51e2d" |
|
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 = "yaml-rust" |
|
version = "0.4.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d" |
|
dependencies = [ |
|
"linked-hash-map", |
|
]
|
|
|