2020-04-08 00:04:36 -06:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "aho-corasick"
|
2021-04-18 08:51:21 -06:00
|
|
|
version = "0.7.15"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2021-04-18 08:51:21 -06:00
|
|
|
"memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-08 00:04:36 -06:00
|
|
|
]
|
|
|
|
|
|
2020-04-19 22:22:15 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "ansi_term"
|
|
|
|
|
version = "0.11.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2021-04-18 08:51:21 -06:00
|
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-19 22:22:15 -06:00
|
|
|
]
|
|
|
|
|
|
2020-04-08 00:04:36 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "ascii-canvas"
|
2021-08-08 11:42:26 -06:00
|
|
|
version = "3.0.0"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2021-08-08 11:42:26 -06:00
|
|
|
"term 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-08 00:04:36 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "atty"
|
|
|
|
|
version = "0.2.14"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2021-04-18 08:51:21 -06:00
|
|
|
"hermit-abi 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.88 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-08 00:04:36 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "autocfg"
|
2021-04-18 08:51:21 -06:00
|
|
|
version = "1.0.1"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bit-set"
|
2020-07-23 23:54:01 -06:00
|
|
|
version = "0.5.2"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2021-04-18 08:51:21 -06:00
|
|
|
"bit-vec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-08 00:04:36 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bit-vec"
|
2021-04-18 08:51:21 -06:00
|
|
|
version = "0.6.3"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bitflags"
|
|
|
|
|
version = "1.2.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "boring-lang"
|
2020-04-19 22:22:15 -06:00
|
|
|
version = "0.0.1"
|
2020-04-08 00:04:36 -06:00
|
|
|
dependencies = [
|
2021-04-18 08:51:21 -06:00
|
|
|
"clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-13 23:59:01 -06:00
|
|
|
"inkwell 0.1.0 (git+https://github.com/TheDan64/inkwell?branch=llvm7-0)",
|
2021-08-08 11:42:26 -06:00
|
|
|
"lalrpop 0.19.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lalrpop-util 0.19.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2021-04-18 08:51:21 -06:00
|
|
|
"regex 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-08 00:04:36 -06:00
|
|
|
]
|
|
|
|
|
|
2020-04-13 23:59:01 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "cc"
|
2021-04-18 08:51:21 -06:00
|
|
|
version = "1.0.67"
|
2020-04-13 23:59:01 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2020-04-08 00:04:36 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "cfg-if"
|
2021-04-18 08:51:21 -06:00
|
|
|
version = "1.0.0"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2020-04-19 22:22:15 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "clap"
|
2021-04-18 08:51:21 -06:00
|
|
|
version = "2.33.3"
|
2020-04-19 22:22:15 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2021-04-18 08:51:21 -06:00
|
|
|
"unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-07-23 23:54:01 -06:00
|
|
|
"vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-19 22:22:15 -06:00
|
|
|
]
|
|
|
|
|
|
2020-04-08 00:04:36 -06:00
|
|
|
[[package]]
|
2021-08-08 11:42:26 -06:00
|
|
|
name = "crunchy"
|
|
|
|
|
version = "0.2.2"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "diff"
|
|
|
|
|
version = "0.1.12"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2021-08-08 11:42:26 -06:00
|
|
|
name = "dirs-next"
|
|
|
|
|
version = "2.0.0"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2021-08-08 11:42:26 -06:00
|
|
|
"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"dirs-sys-next 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-08 00:04:36 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2021-08-08 11:42:26 -06:00
|
|
|
name = "dirs-sys-next"
|
|
|
|
|
version = "0.1.2"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2021-04-18 08:51:21 -06:00
|
|
|
"libc 0.2.88 (registry+https://github.com/rust-lang/crates.io-index)",
|
2021-08-08 11:42:26 -06:00
|
|
|
"redox_users 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2021-04-18 08:51:21 -06:00
|
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-08 00:04:36 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "either"
|
2021-04-18 08:51:21 -06:00
|
|
|
version = "1.6.1"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ena"
|
2021-08-08 11:42:26 -06:00
|
|
|
version = "0.14.0"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2021-04-18 08:51:21 -06:00
|
|
|
"log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-08 00:04:36 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "fixedbitset"
|
2021-08-08 11:42:26 -06:00
|
|
|
version = "0.2.0"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2021-08-08 11:42:26 -06:00
|
|
|
name = "getrandom"
|
|
|
|
|
version = "0.2.3"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-08 11:42:26 -06:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.88 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"wasi 0.10.2+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
2020-04-08 00:04:36 -06:00
|
|
|
|
|
|
|
|
[[package]]
|
2021-08-08 11:42:26 -06:00
|
|
|
name = "hashbrown"
|
|
|
|
|
version = "0.11.2"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2021-08-08 11:42:26 -06:00
|
|
|
name = "hermit-abi"
|
|
|
|
|
version = "0.1.18"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2021-04-18 08:51:21 -06:00
|
|
|
"libc 0.2.88 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-08 00:04:36 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2021-08-08 11:42:26 -06:00
|
|
|
name = "indexmap"
|
|
|
|
|
version = "1.7.0"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2021-08-08 11:42:26 -06:00
|
|
|
"autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"hashbrown 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-08 00:04:36 -06:00
|
|
|
]
|
|
|
|
|
|
2020-04-13 23:59:01 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "inkwell"
|
|
|
|
|
version = "0.1.0"
|
2021-04-18 08:51:21 -06:00
|
|
|
source = "git+https://github.com/TheDan64/inkwell?branch=llvm7-0#ef1f5e491fd599d84ba67f82b87e55cb7be4b0b8"
|
2020-04-13 23:59:01 -06:00
|
|
|
dependencies = [
|
2021-04-18 08:51:21 -06:00
|
|
|
"either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"inkwell_internals 0.2.0 (git+https://github.com/TheDan64/inkwell?branch=llvm7-0)",
|
|
|
|
|
"libc 0.2.88 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"llvm-sys 70.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"once_cell 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parking_lot 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-13 23:59:01 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "inkwell_internals"
|
2021-04-18 08:51:21 -06:00
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "git+https://github.com/TheDan64/inkwell?branch=llvm7-0#ef1f5e491fd599d84ba67f82b87e55cb7be4b0b8"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"syn 1.0.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "instant"
|
|
|
|
|
version = "0.1.9"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-13 23:59:01 -06:00
|
|
|
dependencies = [
|
2021-04-18 08:51:21 -06:00
|
|
|
"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-13 23:59:01 -06:00
|
|
|
]
|
|
|
|
|
|
2020-04-08 00:04:36 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "itertools"
|
2021-08-08 11:42:26 -06:00
|
|
|
version = "0.10.1"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2021-04-18 08:51:21 -06:00
|
|
|
"either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-08 00:04:36 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "lalrpop"
|
2021-08-08 11:42:26 -06:00
|
|
|
version = "0.19.6"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2021-08-08 11:42:26 -06:00
|
|
|
"ascii-canvas 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-08 00:04:36 -06:00
|
|
|
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-07-23 23:54:01 -06:00
|
|
|
"bit-set 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-08 00:04:36 -06:00
|
|
|
"diff 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2021-08-08 11:42:26 -06:00
|
|
|
"ena 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"itertools 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lalrpop-util 0.19.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"petgraph 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pico-args 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2021-04-18 08:51:21 -06:00
|
|
|
"regex 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex-syntax 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2021-08-08 11:42:26 -06:00
|
|
|
"string_cache 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"term 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"tiny-keccak 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2021-04-18 08:51:21 -06:00
|
|
|
"unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-08 00:04:36 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "lalrpop-util"
|
2021-08-08 11:42:26 -06:00
|
|
|
version = "0.19.6"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2021-04-18 08:51:21 -06:00
|
|
|
"regex 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-08 00:04:36 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "lazy_static"
|
|
|
|
|
version = "1.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libc"
|
2021-04-18 08:51:21 -06:00
|
|
|
version = "0.2.88"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2020-04-13 23:59:01 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "llvm-sys"
|
2021-04-18 08:51:21 -06:00
|
|
|
version = "70.4.0"
|
2020-04-13 23:59:01 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2021-04-18 08:51:21 -06:00
|
|
|
"cc 1.0.67 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-13 23:59:01 -06:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2021-04-18 08:51:21 -06:00
|
|
|
"libc 0.2.88 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-13 23:59:01 -06:00
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "lock_api"
|
2021-04-18 08:51:21 -06:00
|
|
|
version = "0.4.2"
|
2020-04-13 23:59:01 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
2020-04-08 00:04:36 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "log"
|
2021-04-18 08:51:21 -06:00
|
|
|
version = "0.4.14"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2021-04-18 08:51:21 -06:00
|
|
|
"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-08 00:04:36 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "memchr"
|
2021-04-18 08:51:21 -06:00
|
|
|
version = "2.3.4"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "new_debug_unreachable"
|
|
|
|
|
version = "1.0.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2020-04-13 23:59:01 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "once_cell"
|
2021-04-18 08:51:21 -06:00
|
|
|
version = "1.7.2"
|
2020-04-13 23:59:01 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "parking_lot"
|
2021-04-18 08:51:21 -06:00
|
|
|
version = "0.11.1"
|
2020-04-13 23:59:01 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2021-04-18 08:51:21 -06:00
|
|
|
"instant 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lock_api 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"parking_lot_core 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-13 23:59:01 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "parking_lot_core"
|
2021-04-18 08:51:21 -06:00
|
|
|
version = "0.8.3"
|
2020-04-13 23:59:01 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2021-04-18 08:51:21 -06:00
|
|
|
"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"instant 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.88 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"redox_syscall 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"smallvec 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-13 23:59:01 -06:00
|
|
|
]
|
|
|
|
|
|
2020-04-08 00:04:36 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "petgraph"
|
2021-08-08 11:42:26 -06:00
|
|
|
version = "0.5.1"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2021-08-08 11:42:26 -06:00
|
|
|
"fixedbitset 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"indexmap 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-08 00:04:36 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2021-08-08 11:42:26 -06:00
|
|
|
name = "phf_shared"
|
|
|
|
|
version = "0.8.0"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2021-08-08 11:42:26 -06:00
|
|
|
"siphasher 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-08 00:04:36 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2021-08-08 11:42:26 -06:00
|
|
|
name = "pico-args"
|
|
|
|
|
version = "0.4.2"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "precomputed-hash"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2020-04-13 23:59:01 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro2"
|
2021-04-18 08:51:21 -06:00
|
|
|
version = "1.0.24"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2021-04-18 08:51:21 -06:00
|
|
|
"unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-08 00:04:36 -06:00
|
|
|
]
|
|
|
|
|
|
2020-04-13 23:59:01 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "quote"
|
2021-04-18 08:51:21 -06:00
|
|
|
version = "1.0.9"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2021-04-18 08:51:21 -06:00
|
|
|
"proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-08 00:04:36 -06:00
|
|
|
]
|
|
|
|
|
|
2021-04-18 08:51:21 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "redox_syscall"
|
|
|
|
|
version = "0.2.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
2020-04-08 00:04:36 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "redox_users"
|
2021-08-08 11:42:26 -06:00
|
|
|
version = "0.4.0"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2021-08-08 11:42:26 -06:00
|
|
|
"getrandom 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"redox_syscall 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-08 00:04:36 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "regex"
|
2021-04-18 08:51:21 -06:00
|
|
|
version = "1.4.3"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2021-04-18 08:51:21 -06:00
|
|
|
"aho-corasick 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex-syntax 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"thread_local 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-08 00:04:36 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "regex-syntax"
|
2021-04-18 08:51:21 -06:00
|
|
|
version = "0.6.22"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2021-08-08 11:42:26 -06:00
|
|
|
name = "rustversion"
|
|
|
|
|
version = "1.0.5"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2020-04-13 23:59:01 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "scopeguard"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "semver"
|
|
|
|
|
version = "0.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "semver-parser"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2020-04-08 00:04:36 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "siphasher"
|
2021-08-08 11:42:26 -06:00
|
|
|
version = "0.3.6"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2020-04-13 23:59:01 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "smallvec"
|
2021-04-18 08:51:21 -06:00
|
|
|
version = "1.6.1"
|
2020-04-13 23:59:01 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2020-04-08 00:04:36 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "string_cache"
|
2021-08-08 11:42:26 -06:00
|
|
|
version = "0.8.1"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"new_debug_unreachable 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2021-08-08 11:42:26 -06:00
|
|
|
"phf_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-08 00:04:36 -06:00
|
|
|
"precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
2020-04-19 22:22:15 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "strsim"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2020-04-13 23:59:01 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "syn"
|
2021-04-18 08:51:21 -06:00
|
|
|
version = "1.0.62"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2021-04-18 08:51:21 -06:00
|
|
|
"proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-08 00:04:36 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "term"
|
2021-08-08 11:42:26 -06:00
|
|
|
version = "0.7.0"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2021-08-08 11:42:26 -06:00
|
|
|
"dirs-next 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rustversion 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2021-04-18 08:51:21 -06:00
|
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-08 00:04:36 -06:00
|
|
|
]
|
|
|
|
|
|
2020-04-19 22:22:15 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "textwrap"
|
|
|
|
|
version = "0.11.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2021-04-18 08:51:21 -06:00
|
|
|
"unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-19 22:22:15 -06:00
|
|
|
]
|
|
|
|
|
|
2020-04-08 00:04:36 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "thread_local"
|
2021-04-18 08:51:21 -06:00
|
|
|
version = "1.1.3"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2021-04-18 08:51:21 -06:00
|
|
|
"once_cell 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-04-08 00:04:36 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2021-08-08 11:42:26 -06:00
|
|
|
name = "tiny-keccak"
|
|
|
|
|
version = "2.0.2"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-08 11:42:26 -06:00
|
|
|
dependencies = [
|
|
|
|
|
"crunchy 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
2020-04-08 00:04:36 -06:00
|
|
|
|
2020-04-19 22:22:15 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-width"
|
2021-04-18 08:51:21 -06:00
|
|
|
version = "0.1.8"
|
2020-04-19 22:22:15 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2020-04-08 00:04:36 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-xid"
|
2021-04-18 08:51:21 -06:00
|
|
|
version = "0.2.1"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2020-04-19 22:22:15 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "vec_map"
|
2020-07-23 23:54:01 -06:00
|
|
|
version = "0.8.2"
|
2020-04-19 22:22:15 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2020-04-08 00:04:36 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "wasi"
|
2021-08-08 11:42:26 -06:00
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "winapi"
|
2021-04-18 08:51:21 -06:00
|
|
|
version = "0.3.9"
|
2020-04-08 00:04:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[metadata]
|
2021-04-18 08:51:21 -06:00
|
|
|
"checksum aho-corasick 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
|
2020-04-19 22:22:15 -06:00
|
|
|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2021-08-08 11:42:26 -06:00
|
|
|
"checksum ascii-canvas 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6"
|
2020-04-08 00:04:36 -06:00
|
|
|
"checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2021-04-18 08:51:21 -06:00
|
|
|
"checksum autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2020-07-23 23:54:01 -06:00
|
|
|
"checksum bit-set 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de"
|
2021-04-18 08:51:21 -06:00
|
|
|
"checksum bit-vec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
2020-04-08 00:04:36 -06:00
|
|
|
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2021-04-18 08:51:21 -06:00
|
|
|
"checksum cc 1.0.67 (registry+https://github.com/rust-lang/crates.io-index)" = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
|
|
|
|
|
"checksum cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
"checksum clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)" = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
|
2021-08-08 11:42:26 -06:00
|
|
|
"checksum crunchy 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
2020-04-08 00:04:36 -06:00
|
|
|
"checksum diff 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
|
2021-08-08 11:42:26 -06:00
|
|
|
"checksum dirs-next 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
|
|
|
|
"checksum dirs-sys-next 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
2021-04-18 08:51:21 -06:00
|
|
|
"checksum either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
2021-08-08 11:42:26 -06:00
|
|
|
"checksum ena 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3"
|
|
|
|
|
"checksum fixedbitset 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
|
|
|
|
|
"checksum getrandom 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
|
|
|
|
|
"checksum hashbrown 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
2021-04-18 08:51:21 -06:00
|
|
|
"checksum hermit-abi 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
|
2021-08-08 11:42:26 -06:00
|
|
|
"checksum indexmap 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
|
2020-04-13 23:59:01 -06:00
|
|
|
"checksum inkwell 0.1.0 (git+https://github.com/TheDan64/inkwell?branch=llvm7-0)" = "<none>"
|
2021-04-18 08:51:21 -06:00
|
|
|
"checksum inkwell_internals 0.2.0 (git+https://github.com/TheDan64/inkwell?branch=llvm7-0)" = "<none>"
|
|
|
|
|
"checksum instant 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
|
2021-08-08 11:42:26 -06:00
|
|
|
"checksum itertools 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
|
|
|
|
|
"checksum lalrpop 0.19.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b15174f1c529af5bf1283c3bc0058266b483a67156f79589fab2a25e23cf8988"
|
|
|
|
|
"checksum lalrpop-util 0.19.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d3e58cce361efcc90ba8a0a5f982c741ff86b603495bb15a998412e957dcd278"
|
2020-04-08 00:04:36 -06:00
|
|
|
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2021-04-18 08:51:21 -06:00
|
|
|
"checksum libc 0.2.88 (registry+https://github.com/rust-lang/crates.io-index)" = "03b07a082330a35e43f63177cc01689da34fbffa0105e1246cf0311472cac73a"
|
|
|
|
|
"checksum llvm-sys 70.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "673300127ec17878e6f7fee4e851ba6fd36b08c26b2d6258732d699d1b3e3fcd"
|
|
|
|
|
"checksum lock_api 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312"
|
|
|
|
|
"checksum log 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)" = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
|
|
|
|
"checksum memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
|
2020-04-08 00:04:36 -06:00
|
|
|
"checksum new_debug_unreachable 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
|
2021-04-18 08:51:21 -06:00
|
|
|
"checksum once_cell 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
|
|
|
|
|
"checksum parking_lot 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
|
|
|
|
|
"checksum parking_lot_core 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
|
2021-08-08 11:42:26 -06:00
|
|
|
"checksum petgraph 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
|
|
|
|
|
"checksum phf_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
|
|
|
|
|
"checksum pico-args 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "db8bcd96cb740d03149cbad5518db9fd87126a10ab519c011893b1754134c468"
|
2020-04-08 00:04:36 -06:00
|
|
|
"checksum precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
2021-04-18 08:51:21 -06:00
|
|
|
"checksum proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)" = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
|
|
|
|
|
"checksum quote 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
|
|
|
|
|
"checksum redox_syscall 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9"
|
2021-08-08 11:42:26 -06:00
|
|
|
"checksum redox_users 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
|
2021-04-18 08:51:21 -06:00
|
|
|
"checksum regex 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a"
|
|
|
|
|
"checksum regex-syntax 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)" = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"
|
2021-08-08 11:42:26 -06:00
|
|
|
"checksum rustversion 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"
|
2020-04-13 23:59:01 -06:00
|
|
|
"checksum scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
|
|
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2021-08-08 11:42:26 -06:00
|
|
|
"checksum siphasher 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "729a25c17d72b06c68cb47955d44fda88ad2d3e7d77e025663fdd69b93dd71a1"
|
2021-04-18 08:51:21 -06:00
|
|
|
"checksum smallvec 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
|
2021-08-08 11:42:26 -06:00
|
|
|
"checksum string_cache 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8ddb1139b5353f96e429e1a5e19fbaf663bddedaa06d1dbd49f82e352601209a"
|
2020-04-19 22:22:15 -06:00
|
|
|
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2021-04-18 08:51:21 -06:00
|
|
|
"checksum syn 1.0.62 (registry+https://github.com/rust-lang/crates.io-index)" = "123a78a3596b24fee53a6464ce52d8ecbf62241e6294c7e7fe12086cd161f512"
|
2021-08-08 11:42:26 -06:00
|
|
|
"checksum term 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
|
2020-04-19 22:22:15 -06:00
|
|
|
"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2021-04-18 08:51:21 -06:00
|
|
|
"checksum thread_local 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
|
2021-08-08 11:42:26 -06:00
|
|
|
"checksum tiny-keccak 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
|
2021-04-18 08:51:21 -06:00
|
|
|
"checksum unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
|
|
|
|
|
"checksum unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|
2020-07-23 23:54:01 -06:00
|
|
|
"checksum vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
2021-08-08 11:42:26 -06:00
|
|
|
"checksum wasi 0.10.2+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
2021-04-18 08:51:21 -06:00
|
|
|
"checksum winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2020-04-08 00:04:36 -06:00
|
|
|
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|