2020-05-18 09:35:23 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-02-21 16:27:53 +00:00
|
|
|
version = 3
|
|
|
|
|
2020-08-05 11:55:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2021-01-01 16:15:04 +00:00
|
|
|
version = "0.14.1"
|
2020-08-05 11:55:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-01 16:15:04 +00:00
|
|
|
checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7"
|
2020-08-05 11:55:27 +00:00
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"gimli",
|
|
|
|
"rustc-std-workspace-alloc",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
2021-03-09 09:16:43 +00:00
|
|
|
version = "1.0.2"
|
2020-08-05 11:55:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 09:16:43 +00:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2020-08-05 11:55:27 +00:00
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
2020-05-18 09:35:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "alloc"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"core",
|
|
|
|
]
|
|
|
|
|
2020-10-08 11:37:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
|
|
|
|
2020-05-18 09:35:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2021-05-27 10:39:40 +00:00
|
|
|
version = "1.0.68"
|
2020-05-18 09:35:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-27 10:39:40 +00:00
|
|
|
checksum = "4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787"
|
2020-05-18 09:35:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "compiler_builtins"
|
2021-05-18 17:51:31 +00:00
|
|
|
version = "0.1.43"
|
2020-05-18 09:35:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dlmalloc"
|
2020-11-21 18:49:51 +00:00
|
|
|
version = "0.2.1"
|
2020-05-18 09:35:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-21 18:49:51 +00:00
|
|
|
checksum = "332570860c2edf2d57914987bf9e24835425f75825086b6ba7d1e6a3e4f1f254"
|
2020-05-18 09:35:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"libc",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fortanix-sgx-abi"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c56c422ef86062869b2d57ae87270608dc5929969dd130a6e248979cf4fb6ca6"
|
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
|
|
|
version = "0.2.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
|
|
|
|
dependencies = [
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
"rustc-std-workspace-std",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-08-05 11:55:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2020-11-27 17:01:01 +00:00
|
|
|
version = "0.23.0"
|
2020-08-05 11:55:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-27 17:01:01 +00:00
|
|
|
checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"
|
2020-08-05 11:55:27 +00:00
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"rustc-std-workspace-alloc",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
2020-05-18 09:35:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2021-03-26 12:33:03 +00:00
|
|
|
version = "0.11.2"
|
2020-05-18 09:35:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-26 12:33:03 +00:00
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
2020-05-18 09:35:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"rustc-std-workspace-alloc",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-01-21 13:51:28 +00:00
|
|
|
version = "0.1.18"
|
2020-05-18 09:35:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-21 13:51:28 +00:00
|
|
|
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
|
2020-05-18 09:35:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"libc",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2021-05-27 10:39:40 +00:00
|
|
|
version = "0.2.95"
|
2020-07-23 09:42:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-27 10:39:40 +00:00
|
|
|
checksum = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36"
|
2020-07-23 09:42:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
2020-08-05 11:55:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2021-03-09 09:16:43 +00:00
|
|
|
version = "0.4.4"
|
2020-08-05 11:55:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-09 09:16:43 +00:00
|
|
|
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
|
2020-08-05 11:55:27 +00:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
2020-10-08 11:37:02 +00:00
|
|
|
"autocfg",
|
2020-08-05 11:55:27 +00:00
|
|
|
"compiler_builtins",
|
|
|
|
"rustc-std-workspace-alloc",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2020-11-27 17:01:01 +00:00
|
|
|
version = "0.22.0"
|
2020-08-05 11:55:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-27 17:01:01 +00:00
|
|
|
checksum = "8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397"
|
2020-08-05 11:55:27 +00:00
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"rustc-std-workspace-alloc",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
2020-05-18 09:35:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "panic_abort"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2021-04-16 09:59:20 +00:00
|
|
|
"alloc",
|
2020-07-23 09:42:44 +00:00
|
|
|
"cfg-if",
|
2020-05-18 09:35:23 +00:00
|
|
|
"compiler_builtins",
|
|
|
|
"core",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "panic_unwind"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"alloc",
|
|
|
|
"cfg-if",
|
|
|
|
"compiler_builtins",
|
|
|
|
"core",
|
|
|
|
"libc",
|
|
|
|
"unwind",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc_macro"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"std",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2021-05-04 11:55:04 +00:00
|
|
|
version = "0.1.19"
|
2020-05-18 09:35:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-04 11:55:04 +00:00
|
|
|
checksum = "410f7acf3cb3a44527c5d9546bad4bf4e6c460915d5f9f2fc524498bfe8f70ce"
|
2020-05-18 09:35:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-std-workspace-alloc"
|
|
|
|
version = "1.99.0"
|
|
|
|
dependencies = [
|
|
|
|
"alloc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-std-workspace-core"
|
|
|
|
version = "1.99.0"
|
|
|
|
dependencies = [
|
|
|
|
"core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-std-workspace-std"
|
|
|
|
version = "1.99.0"
|
|
|
|
dependencies = [
|
|
|
|
"std",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "std"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2020-08-05 11:55:27 +00:00
|
|
|
"addr2line",
|
2020-05-18 09:35:23 +00:00
|
|
|
"alloc",
|
|
|
|
"cfg-if",
|
|
|
|
"compiler_builtins",
|
|
|
|
"core",
|
|
|
|
"dlmalloc",
|
|
|
|
"fortanix-sgx-abi",
|
|
|
|
"hashbrown",
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2020-08-05 11:55:27 +00:00
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
2020-05-18 09:35:23 +00:00
|
|
|
"panic_abort",
|
|
|
|
"panic_unwind",
|
2020-08-05 11:55:27 +00:00
|
|
|
"rustc-demangle",
|
2021-04-16 09:59:20 +00:00
|
|
|
"std_detect",
|
2020-05-18 09:35:23 +00:00
|
|
|
"unwind",
|
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
2021-04-16 09:59:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "std_detect"
|
|
|
|
version = "0.1.5"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"compiler_builtins",
|
|
|
|
"libc",
|
|
|
|
"rustc-std-workspace-alloc",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|
|
|
|
|
2020-05-18 09:35:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sysroot"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"alloc",
|
|
|
|
"compiler_builtins",
|
|
|
|
"core",
|
|
|
|
"std",
|
|
|
|
"test",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "term"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"core",
|
|
|
|
"std",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "test"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2020-07-23 09:42:44 +00:00
|
|
|
"cfg-if",
|
2020-05-18 09:35:23 +00:00
|
|
|
"core",
|
|
|
|
"getopts",
|
|
|
|
"libc",
|
|
|
|
"panic_abort",
|
|
|
|
"panic_unwind",
|
|
|
|
"proc_macro",
|
|
|
|
"std",
|
|
|
|
"term",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2020-06-30 16:31:36 +00:00
|
|
|
version = "0.1.8"
|
2020-05-18 09:35:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-30 16:31:36 +00:00
|
|
|
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
|
2020-05-18 09:35:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
"rustc-std-workspace-std",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unwind"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"compiler_builtins",
|
|
|
|
"core",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
dependencies = [
|
|
|
|
"compiler_builtins",
|
|
|
|
"rustc-std-workspace-alloc",
|
|
|
|
"rustc-std-workspace-core",
|
|
|
|
]
|