2016-09-02 03:55:29 -05:00
|
|
|
[root]
|
|
|
|
name = "unwind"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"core 0.0.0",
|
|
|
|
"libc 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"core 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc_jemalloc"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"build_helper 0.1.0",
|
|
|
|
"core 0.0.0",
|
2016-12-12 11:27:14 -06:00
|
|
|
"gcc 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"libc 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc_system"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"core 0.0.0",
|
|
|
|
"libc 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arena"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bootstrap"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"build_helper 0.1.0",
|
2016-10-21 15:18:09 -05:00
|
|
|
"cmake 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-12 11:27:14 -06:00
|
|
|
"gcc 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-21 02:55:39 -05:00
|
|
|
"libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"num_cpus 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-24 16:37:04 -06:00
|
|
|
"toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "build-manifest"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "build_helper"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cargotest"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cmake"
|
2016-10-21 15:18:09 -05:00
|
|
|
version = "0.1.18"
|
2016-09-02 03:55:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-12-12 11:27:14 -06:00
|
|
|
"gcc 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "collections"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"alloc 0.0.0",
|
|
|
|
"core 0.0.0",
|
2016-11-29 13:38:08 -06:00
|
|
|
"std_unicode 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
2016-10-07 01:30:38 -05:00
|
|
|
[[package]]
|
|
|
|
name = "compiler_builtins"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"core 0.0.0",
|
2016-12-12 11:27:14 -06:00
|
|
|
"gcc 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-07 01:30:38 -05:00
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "compiletest"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2016-10-07 14:26:45 -05:00
|
|
|
"env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-28 17:01:21 -06:00
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2016-10-07 14:26:45 -05:00
|
|
|
version = "0.3.5"
|
2016-09-02 03:55:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "error_index_generator"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-10-21 02:55:39 -05:00
|
|
|
"libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flate"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"build_helper 0.1.0",
|
2016-12-12 11:27:14 -06:00
|
|
|
"gcc 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fmt_macros"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gcc"
|
2016-12-12 11:27:14 -06:00
|
|
|
version = "0.3.40"
|
2016-09-02 03:55:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "graphviz"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"core 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2016-10-21 02:55:39 -05:00
|
|
|
version = "0.2.17"
|
2016-09-02 03:55:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linkchecker"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
|
|
|
version = "0.2.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-10-21 02:55:39 -05:00
|
|
|
"libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "panic_abort"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"core 0.0.0",
|
|
|
|
"libc 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "panic_unwind"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"alloc 0.0.0",
|
|
|
|
"core 0.0.0",
|
|
|
|
"libc 0.0.0",
|
|
|
|
"unwind 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc_macro"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"syntax 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2016-10-07 01:30:38 -05:00
|
|
|
name = "proc_macro_plugin"
|
2016-09-02 03:55:29 -05:00
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2016-10-07 01:30:38 -05:00
|
|
|
"rustc_plugin 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
2017-01-17 21:27:09 -06:00
|
|
|
"syntax_pos 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2016-10-07 01:30:38 -05:00
|
|
|
name = "rand"
|
2016-09-02 03:55:29 -05:00
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2016-10-07 01:30:38 -05:00
|
|
|
"core 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustbook"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"arena 0.0.0",
|
|
|
|
"fmt_macros 0.0.0",
|
|
|
|
"graphviz 0.0.0",
|
|
|
|
"log 0.0.0",
|
|
|
|
"rustc_back 0.0.0",
|
|
|
|
"rustc_bitflags 0.0.0",
|
|
|
|
"rustc_const_math 0.0.0",
|
|
|
|
"rustc_data_structures 0.0.0",
|
|
|
|
"rustc_errors 0.0.0",
|
2016-08-24 08:10:38 -05:00
|
|
|
"rustc_i128 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc_llvm 0.0.0",
|
|
|
|
"serialize 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-main"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"rustc_back 0.0.0",
|
|
|
|
"rustc_driver 0.0.0",
|
|
|
|
"rustdoc 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-serialize"
|
|
|
|
version = "0.3.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_back"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"log 0.0.0",
|
|
|
|
"serialize 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_bitflags"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_borrowck"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"graphviz 0.0.0",
|
|
|
|
"log 0.0.0",
|
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_data_structures 0.0.0",
|
|
|
|
"rustc_errors 0.0.0",
|
|
|
|
"rustc_mir 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_const_eval"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2016-09-25 18:53:26 -05:00
|
|
|
"arena 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"graphviz 0.0.0",
|
|
|
|
"log 0.0.0",
|
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_back 0.0.0",
|
|
|
|
"rustc_const_math 0.0.0",
|
2016-09-24 09:45:24 -05:00
|
|
|
"rustc_data_structures 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc_errors 0.0.0",
|
2016-08-24 08:10:38 -05:00
|
|
|
"rustc_i128 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_const_math"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2016-08-24 08:10:38 -05:00
|
|
|
"rustc_i128 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"serialize 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_data_structures"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"log 0.0.0",
|
2016-12-16 11:01:32 -06:00
|
|
|
"rustc_i128 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"serialize 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_driver"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"arena 0.0.0",
|
|
|
|
"graphviz 0.0.0",
|
|
|
|
"log 0.0.0",
|
2016-10-07 01:30:38 -05:00
|
|
|
"proc_macro_plugin 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_back 0.0.0",
|
|
|
|
"rustc_borrowck 0.0.0",
|
|
|
|
"rustc_const_eval 0.0.0",
|
2016-10-28 20:26:01 -05:00
|
|
|
"rustc_data_structures 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc_errors 0.0.0",
|
|
|
|
"rustc_incremental 0.0.0",
|
|
|
|
"rustc_lint 0.0.0",
|
|
|
|
"rustc_llvm 0.0.0",
|
|
|
|
"rustc_metadata 0.0.0",
|
|
|
|
"rustc_mir 0.0.0",
|
|
|
|
"rustc_passes 0.0.0",
|
|
|
|
"rustc_plugin 0.0.0",
|
|
|
|
"rustc_privacy 0.0.0",
|
|
|
|
"rustc_resolve 0.0.0",
|
|
|
|
"rustc_save_analysis 0.0.0",
|
|
|
|
"rustc_trans 0.0.0",
|
|
|
|
"rustc_typeck 0.0.0",
|
|
|
|
"serialize 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_ext 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_errors"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
2016-08-24 08:10:38 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_i128"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_incremental"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"graphviz 0.0.0",
|
|
|
|
"log 0.0.0",
|
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_data_structures 0.0.0",
|
|
|
|
"serialize 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_lint"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"log 0.0.0",
|
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_back 0.0.0",
|
|
|
|
"rustc_const_eval 0.0.0",
|
2016-08-24 08:10:38 -05:00
|
|
|
"rustc_i128 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_llvm"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"build_helper 0.1.0",
|
2016-12-12 11:27:14 -06:00
|
|
|
"gcc 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-18 16:15:14 -06:00
|
|
|
"rustc_bitflags 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_metadata"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"flate 0.0.0",
|
|
|
|
"log 0.0.0",
|
2016-10-07 01:30:38 -05:00
|
|
|
"proc_macro 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_back 0.0.0",
|
|
|
|
"rustc_const_math 0.0.0",
|
|
|
|
"rustc_data_structures 0.0.0",
|
|
|
|
"rustc_errors 0.0.0",
|
2016-08-24 08:10:38 -05:00
|
|
|
"rustc_i128 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc_llvm 0.0.0",
|
|
|
|
"serialize 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
2016-10-07 01:30:38 -05:00
|
|
|
"syntax_ext 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_mir"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"graphviz 0.0.0",
|
|
|
|
"log 0.0.0",
|
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_bitflags 0.0.0",
|
|
|
|
"rustc_const_eval 0.0.0",
|
|
|
|
"rustc_const_math 0.0.0",
|
|
|
|
"rustc_data_structures 0.0.0",
|
2016-08-24 08:10:38 -05:00
|
|
|
"rustc_i128 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_passes"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"log 0.0.0",
|
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_const_eval 0.0.0",
|
|
|
|
"rustc_const_math 0.0.0",
|
|
|
|
"rustc_errors 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_platform_intrinsics"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_plugin"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_back 0.0.0",
|
|
|
|
"rustc_errors 0.0.0",
|
|
|
|
"rustc_metadata 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_privacy"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"rustc 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_resolve"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"arena 0.0.0",
|
|
|
|
"log 0.0.0",
|
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_errors 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_save_analysis"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"log 0.0.0",
|
|
|
|
"rustc 0.0.0",
|
|
|
|
"serialize 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_trans"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"flate 0.0.0",
|
|
|
|
"log 0.0.0",
|
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_back 0.0.0",
|
2016-11-16 16:36:08 -06:00
|
|
|
"rustc_bitflags 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc_const_eval 0.0.0",
|
|
|
|
"rustc_const_math 0.0.0",
|
|
|
|
"rustc_data_structures 0.0.0",
|
|
|
|
"rustc_errors 0.0.0",
|
2016-08-24 08:10:38 -05:00
|
|
|
"rustc_i128 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc_incremental 0.0.0",
|
|
|
|
"rustc_llvm 0.0.0",
|
|
|
|
"rustc_platform_intrinsics 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_typeck"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"arena 0.0.0",
|
|
|
|
"fmt_macros 0.0.0",
|
|
|
|
"log 0.0.0",
|
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_back 0.0.0",
|
|
|
|
"rustc_const_eval 0.0.0",
|
|
|
|
"rustc_const_math 0.0.0",
|
2016-11-18 04:31:44 -06:00
|
|
|
"rustc_data_structures 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc_errors 0.0.0",
|
|
|
|
"rustc_platform_intrinsics 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustdoc"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"arena 0.0.0",
|
|
|
|
"build_helper 0.1.0",
|
2016-12-12 11:27:14 -06:00
|
|
|
"gcc 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"log 0.0.0",
|
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_back 0.0.0",
|
|
|
|
"rustc_const_eval 0.0.0",
|
|
|
|
"rustc_data_structures 0.0.0",
|
|
|
|
"rustc_driver 0.0.0",
|
|
|
|
"rustc_errors 0.0.0",
|
|
|
|
"rustc_lint 0.0.0",
|
|
|
|
"rustc_metadata 0.0.0",
|
|
|
|
"rustc_resolve 0.0.0",
|
|
|
|
"rustc_trans 0.0.0",
|
|
|
|
"serialize 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serialize"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2016-08-24 08:10:38 -05:00
|
|
|
"rustc_i128 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "std"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"alloc 0.0.0",
|
|
|
|
"alloc_jemalloc 0.0.0",
|
|
|
|
"alloc_system 0.0.0",
|
|
|
|
"build_helper 0.1.0",
|
|
|
|
"collections 0.0.0",
|
2016-10-07 01:30:38 -05:00
|
|
|
"compiler_builtins 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"core 0.0.0",
|
2016-12-12 11:27:14 -06:00
|
|
|
"gcc 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"libc 0.0.0",
|
|
|
|
"panic_abort 0.0.0",
|
|
|
|
"panic_unwind 0.0.0",
|
|
|
|
"rand 0.0.0",
|
2016-11-29 13:38:08 -06:00
|
|
|
"std_unicode 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"unwind 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "std_shim"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2016-10-07 01:30:38 -05:00
|
|
|
"core 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"std 0.0.0",
|
|
|
|
]
|
|
|
|
|
2016-11-29 13:38:08 -06:00
|
|
|
[[package]]
|
|
|
|
name = "std_unicode"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"core 0.0.0",
|
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "syntax"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"log 0.0.0",
|
|
|
|
"rustc_bitflags 0.0.0",
|
2016-11-02 23:33:35 -05:00
|
|
|
"rustc_data_structures 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc_errors 0.0.0",
|
2016-08-24 08:10:38 -05:00
|
|
|
"rustc_i128 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"serialize 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syntax_ext"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"fmt_macros 0.0.0",
|
|
|
|
"log 0.0.0",
|
2016-10-07 01:30:38 -05:00
|
|
|
"proc_macro 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc_errors 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syntax_pos"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"serialize 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "term"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "test"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"getopts 0.0.0",
|
|
|
|
"term 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "test_shim"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"test 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tidy"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.1.30"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[metadata]
|
2016-10-21 15:18:09 -05:00
|
|
|
"checksum cmake 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "0e5bcf27e097a184c1df4437654ed98df3d7a516e8508a6ba45d8b092bbdf283"
|
2016-10-07 14:26:45 -05:00
|
|
|
"checksum env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "15abd780e45b3ea4f76b4e9a26ff4843258dd8a3eed2775a0e7368c2e7936c2f"
|
2016-09-02 03:55:29 -05:00
|
|
|
"checksum filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "5363ab8e4139b8568a6237db5248646e5a8a2f89bd5ccb02092182b11fd3e922"
|
2016-12-12 11:27:14 -06:00
|
|
|
"checksum gcc 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)" = "872db9e59486ef2b14f8e8c10e9ef02de2bccef6363d7f34835dedb386b3d950"
|
2016-09-02 03:55:29 -05:00
|
|
|
"checksum getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9047cfbd08a437050b363d35ef160452c5fe8ea5187ae0a624708c91581d685"
|
2016-10-21 02:55:39 -05:00
|
|
|
"checksum libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "044d1360593a78f5c8e5e710beccdc24ab71d1f01bc19a29bcacdba22e8475d8"
|
2016-09-02 03:55:29 -05:00
|
|
|
"checksum log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ab83497bf8bf4ed2a74259c1c802351fcd67a65baa86394b6ba73c36f4838054"
|
|
|
|
"checksum num_cpus 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "cee7e88156f3f9e19bdd598f8d6c9db7bf4078f99f8381f43a55b09648d1a6e3"
|
|
|
|
"checksum rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)" = "6159e4e6e559c81bd706afe9c8fd68f547d3e851ce12e76b1de7914bab61691b"
|
|
|
|
"checksum toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)" = "0590d72182e50e879c4da3b11c6488dae18fccb1ae0c7a3eda18e16795844796"
|