2019-10-07 23:56:41 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-07-01 19:48:42 +00:00
|
|
|
version = 3
|
|
|
|
|
2021-02-12 10:45:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "align-data"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1926655ba000b19e21f0402be09a1d52d318c8a8a68622870bfb7af2a71315cd"
|
|
|
|
|
2019-12-04 07:03:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-07 18:18:01 +00:00
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2019-12-04 07:03:17 +00:00
|
|
|
|
2021-04-12 20:51:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
|
|
|
|
2020-12-27 16:37:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fslock"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b14c83e47c73f7d62d907ae24a1a98e9132df3c33eb6c54fcf4bce0dbc41d5af"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2019-12-22 15:22:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-07 18:18:01 +00:00
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
2019-12-22 15:22:44 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2021-04-12 20:51:57 +00:00
|
|
|
version = "0.4.7"
|
2019-12-22 15:22:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-12 20:51:57 +00:00
|
|
|
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
|
2019-12-22 15:22:44 +00:00
|
|
|
|
2019-11-16 00:21:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-07 18:18:01 +00:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2019-11-16 00:21:34 +00:00
|
|
|
|
2019-10-31 16:03:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2021-04-12 20:51:57 +00:00
|
|
|
version = "0.2.93"
|
2019-10-31 16:03:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-12 20:51:57 +00:00
|
|
|
checksum = "9385f66bf6105b241aa65a61cb923ef20efc665cb9f9bb50ac2f0c4b7f378d41"
|
2019-10-31 16:03:44 +00:00
|
|
|
|
2019-12-22 15:22:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2021-04-12 20:51:57 +00:00
|
|
|
version = "1.0.26"
|
2019-12-22 15:22:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-12 20:51:57 +00:00
|
|
|
checksum = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec"
|
2019-12-22 15:22:44 +00:00
|
|
|
dependencies = [
|
2020-09-07 18:18:01 +00:00
|
|
|
"unicode-xid",
|
2019-12-22 15:22:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2021-04-12 20:51:57 +00:00
|
|
|
version = "1.0.9"
|
2019-12-22 15:22:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-12 20:51:57 +00:00
|
|
|
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
|
2019-12-22 15:22:44 +00:00
|
|
|
dependencies = [
|
2020-09-07 18:18:01 +00:00
|
|
|
"proc-macro2",
|
2019-12-22 15:22:44 +00:00
|
|
|
]
|
|
|
|
|
2019-10-07 23:56:41 +00:00
|
|
|
[[package]]
|
2019-11-01 01:01:29 +00:00
|
|
|
name = "rusty_v8"
|
2021-10-11 15:37:51 +00:00
|
|
|
version = "0.32.0"
|
2019-10-15 20:10:52 +00:00
|
|
|
dependencies = [
|
2021-02-12 10:45:02 +00:00
|
|
|
"align-data",
|
2020-09-07 18:18:01 +00:00
|
|
|
"bitflags",
|
2020-12-27 16:37:14 +00:00
|
|
|
"fslock",
|
2020-09-07 18:18:01 +00:00
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"trybuild",
|
|
|
|
"which",
|
2019-10-31 16:03:44 +00:00
|
|
|
]
|
|
|
|
|
2019-12-22 15:22:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2020-06-04 12:09:12 +00:00
|
|
|
version = "1.0.5"
|
2019-12-22 15:22:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-07 18:18:01 +00:00
|
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
2019-12-22 15:22:44 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2021-04-12 20:51:57 +00:00
|
|
|
version = "1.0.125"
|
2019-12-22 15:22:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-12 20:51:57 +00:00
|
|
|
checksum = "558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171"
|
2019-12-22 15:22:44 +00:00
|
|
|
dependencies = [
|
2020-09-07 18:18:01 +00:00
|
|
|
"serde_derive",
|
2019-12-22 15:22:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2021-04-12 20:51:57 +00:00
|
|
|
version = "1.0.125"
|
2019-12-22 15:22:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-12 20:51:57 +00:00
|
|
|
checksum = "b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d"
|
2019-12-22 15:22:44 +00:00
|
|
|
dependencies = [
|
2020-09-07 18:18:01 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-12-22 15:22:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2021-04-12 20:51:57 +00:00
|
|
|
version = "1.0.64"
|
2019-12-22 15:22:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-12 20:51:57 +00:00
|
|
|
checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
|
2019-12-22 15:22:44 +00:00
|
|
|
dependencies = [
|
2020-09-07 18:18:01 +00:00
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
2019-12-22 15:22:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2021-04-12 20:51:57 +00:00
|
|
|
version = "1.0.69"
|
2019-12-22 15:22:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-12 20:51:57 +00:00
|
|
|
checksum = "48fe99c6bd8b1cc636890bcc071842de909d902c81ac7dab53ba33c421ab8ffb"
|
2019-12-22 15:22:44 +00:00
|
|
|
dependencies = [
|
2020-09-07 18:18:01 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
2019-12-22 15:22:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2020-12-27 16:37:14 +00:00
|
|
|
version = "1.1.2"
|
2019-12-22 15:22:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-27 16:37:14 +00:00
|
|
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
|
2019-12-22 15:22:44 +00:00
|
|
|
dependencies = [
|
2020-09-07 18:18:01 +00:00
|
|
|
"winapi-util",
|
2019-12-22 15:22:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2021-04-12 20:51:57 +00:00
|
|
|
version = "0.5.8"
|
2019-12-22 15:22:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-12 20:51:57 +00:00
|
|
|
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
|
2019-12-22 15:22:44 +00:00
|
|
|
dependencies = [
|
2020-09-07 18:18:01 +00:00
|
|
|
"serde",
|
2019-12-22 15:22:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "trybuild"
|
2021-04-12 20:51:57 +00:00
|
|
|
version = "1.0.42"
|
2019-12-22 15:22:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-12 20:51:57 +00:00
|
|
|
checksum = "1768998d9a3b179411618e377dbb134c58a88cda284b0aa71c42c40660127d46"
|
2019-12-22 15:22:44 +00:00
|
|
|
dependencies = [
|
2020-09-07 18:18:01 +00:00
|
|
|
"glob",
|
|
|
|
"lazy_static",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"termcolor",
|
|
|
|
"toml",
|
2019-12-22 15:22:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2020-06-26 15:26:37 +00:00
|
|
|
version = "0.2.1"
|
2019-12-22 15:22:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-07 18:18:01 +00:00
|
|
|
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|
2019-12-22 15:22:44 +00:00
|
|
|
|
2019-10-31 16:03:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2021-04-12 20:51:57 +00:00
|
|
|
version = "4.1.0"
|
2019-10-31 16:03:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-12 20:51:57 +00:00
|
|
|
checksum = "b55551e42cbdf2ce2bedd2203d0cc08dba002c27510f86dab6d0ce304cba3dfe"
|
2019-10-31 16:03:44 +00:00
|
|
|
dependencies = [
|
2021-04-12 20:51:57 +00:00
|
|
|
"either",
|
2020-09-07 18:18:01 +00:00
|
|
|
"libc",
|
2019-10-15 20:10:52 +00:00
|
|
|
]
|
2019-10-07 23:56:41 +00:00
|
|
|
|
2019-12-22 15:22:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-06-26 15:26:37 +00:00
|
|
|
version = "0.3.9"
|
2019-12-22 15:22:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-07 18:18:01 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2019-12-22 15:22:44 +00:00
|
|
|
dependencies = [
|
2020-09-07 18:18:01 +00:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2019-12-22 15:22:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-07 18:18:01 +00:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2019-12-22 15:22:44 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2020-04-22 17:21:17 +00:00
|
|
|
version = "0.1.5"
|
2019-12-22 15:22:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-07 18:18:01 +00:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2019-12-22 15:22:44 +00:00
|
|
|
dependencies = [
|
2020-09-07 18:18:01 +00:00
|
|
|
"winapi",
|
2019-12-22 15:22:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-07 18:18:01 +00:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|