Created
July 13, 2018 14:09
-
-
Save luser/d6aa1d39e0645ee6f29669dfdcaba757 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[package]] | |
name = "Inflector" | |
version = "0.11.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "adler32" | |
version = "1.0.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "aho-corasick" | |
version = "0.6.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "ansi_term" | |
version = "0.11.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "app_units" | |
version = "0.6.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", | |
"serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "arrayvec" | |
version = "0.4.6" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "ascii-canvas" | |
version = "1.0.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "atomic_refcell" | |
version = "0.1.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "atty" | |
version = "0.1.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "atty" | |
version = "0.2.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "audioipc" | |
version = "0.2.4" | |
dependencies = [ | |
"bincode 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
"cubeb 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
"iovec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
"memmap 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", | |
"serde_derive 1.0.66 (git+https://github.com/servo/serde?branch=deserialize_from_enums8)", | |
"tokio-core 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
"tokio-io 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
"tokio-uds 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "audioipc-client" | |
version = "0.4.0" | |
dependencies = [ | |
"audioipc 0.2.4", | |
"cubeb-backend 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"foreign-types 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
"futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
"tokio-core 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
"tokio-uds 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "audioipc-server" | |
version = "0.2.3" | |
dependencies = [ | |
"audioipc 0.2.4", | |
"bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
"cubeb-core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
"lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
"slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"tokio-core 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
"tokio-uds 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "base64" | |
version = "0.6.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "binary-space-partition" | |
version = "0.1.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "bincode" | |
version = "1.0.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "bindgen" | |
version = "0.37.4" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"cexpr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"clang-sys 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"proc-macro2 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
"quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"regex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"which 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "binjs_meta" | |
version = "0.3.6" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"Inflector 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"itertools 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
"log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"webidl 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "binsource" | |
version = "0.1.0" | |
dependencies = [ | |
"binjs_meta 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
"clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"env_logger 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
"itertools 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
"log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"webidl 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"yaml-rust 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "bit-set" | |
version = "0.4.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"bit-vec 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "bit-vec" | |
version = "0.4.4" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "bitflags" | |
version = "0.7.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "bitflags" | |
version = "1.0.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "bitreader" | |
version = "0.3.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "boxfnonce" | |
version = "0.0.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "build_const" | |
version = "0.2.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "byteorder" | |
version = "1.2.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "bytes" | |
version = "0.4.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"iovec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "bzip2" | |
version = "0.3.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"bzip2-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "bzip2-sys" | |
version = "0.1.6" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"cc 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "cc" | |
version = "1.0.9" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "cexpr" | |
version = "0.2.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"nom 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "cfg-if" | |
version = "0.1.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "chrono" | |
version = "0.2.25" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"num 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", | |
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "clang-sys" | |
version = "0.23.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
"libloading 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "clap" | |
version = "2.31.2" | |
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.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"term_size 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
"vec_map 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "cmake" | |
version = "0.1.29" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"cc 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "cookie" | |
version = "0.10.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "core-foundation" | |
version = "0.5.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "core-foundation" | |
version = "0.6.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"core-foundation-sys 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "core-foundation-sys" | |
version = "0.5.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "core-foundation-sys" | |
version = "0.6.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "core-graphics" | |
version = "0.13.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"foreign-types 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "core-text" | |
version = "9.2.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"core-graphics 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"foreign-types 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "cose" | |
version = "0.1.4" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"moz_cbor 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "cose-c" | |
version = "0.1.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"cose 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "crc" | |
version = "1.7.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"build_const 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "crossbeam-deque" | |
version = "0.2.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "crossbeam-epoch" | |
version = "0.3.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"arrayvec 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
"scopeguard 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "crossbeam-utils" | |
version = "0.2.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "cssparser" | |
version = "0.24.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"cssparser-macros 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
"dtoa-short 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
"phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)", | |
"proc-macro2 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
"procedural-masquerade 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"quote 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
"smallvec 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"syn 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "cssparser-macros" | |
version = "0.3.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"phf_codegen 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)", | |
"proc-macro2 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
"procedural-masquerade 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"syn 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "cstr" | |
version = "0.1.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"cstr-macros 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
"procedural-masquerade 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "cstr-macros" | |
version = "0.1.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"procedural-masquerade 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"syn 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "cubeb" | |
version = "0.5.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"cubeb-core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "cubeb-backend" | |
version = "0.5.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"cubeb-core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "cubeb-core" | |
version = "0.5.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"cubeb-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "cubeb-pulse" | |
version = "0.2.0" | |
dependencies = [ | |
"cubeb-backend 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"pulse 0.2.0", | |
"pulse-ffi 0.1.0", | |
"semver 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "cubeb-sys" | |
version = "0.5.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"cmake 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", | |
"gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)", | |
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "darling" | |
version = "0.4.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"darling_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"darling_macro 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "darling_core" | |
version = "0.4.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"ident_case 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"proc-macro2 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
"quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"syn 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "darling_macro" | |
version = "0.4.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"darling_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"syn 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "devd-rs" | |
version = "0.2.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
"nom 3.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "diff" | |
version = "0.1.11" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "docopt" | |
version = "0.8.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", | |
"serde_derive 1.0.66 (git+https://github.com/servo/serde?branch=deserialize_from_enums8)", | |
"strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "dtoa" | |
version = "0.4.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "dtoa-short" | |
version = "0.3.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "dwrote" | |
version = "0.4.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"gdi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
"serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", | |
"serde_derive 1.0.66 (git+https://github.com/servo/serde?branch=deserialize_from_enums8)", | |
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "either" | |
version = "1.1.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "ena" | |
version = "0.5.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "encoding_c" | |
version = "0.9.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"encoding_rs 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "encoding_glue" | |
version = "0.1.0" | |
dependencies = [ | |
"encoding_rs 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
"nserror 0.1.0", | |
"nsstring 0.1.0", | |
] | |
[[package]] | |
name = "encoding_rs" | |
version = "0.8.4" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"simd 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "env_logger" | |
version = "0.5.6" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"termcolor 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "error-chain" | |
version = "0.11.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "euclid" | |
version = "0.17.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", | |
"serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "fallible" | |
version = "0.0.1" | |
dependencies = [ | |
"hashglobe 0.1.0", | |
"smallvec 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "fixedbitset" | |
version = "0.1.8" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "flate2" | |
version = "1.0.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
"miniz_oxide_c_api 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "fnv" | |
version = "1.0.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "foreign-types" | |
version = "0.3.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "freetype" | |
version = "0.4.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "fs2" | |
version = "0.4.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "fuchsia-zircon" | |
version = "0.2.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"fuchsia-zircon-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "fuchsia-zircon-sys" | |
version = "0.2.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "futures" | |
version = "0.1.18" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "futures-cpupool" | |
version = "0.1.8" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
"num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "fxhash" | |
version = "0.2.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "gcc" | |
version = "0.3.54" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "gdi32-sys" | |
version = "0.2.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "geckodriver" | |
version = "0.21.0" | |
dependencies = [ | |
"chrono 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)", | |
"clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)", | |
"lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"mozprofile 0.3.0", | |
"mozrunner 0.7.0", | |
"mozversion 0.1.3", | |
"regex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
"uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
"webdriver 0.36.0", | |
"zip 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "geckoservo" | |
version = "0.0.1" | |
dependencies = [ | |
"atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"cssparser 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"cstr 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
"log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"malloc_size_of 0.0.1", | |
"nsstring 0.1.0", | |
"parking_lot 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
"selectors 0.19.0", | |
"servo_arc 0.1.1", | |
"smallvec 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"style 0.0.1", | |
"style_traits 0.0.1", | |
] | |
[[package]] | |
name = "gkrust" | |
version = "0.1.0" | |
dependencies = [ | |
"gkrust-shared 0.1.0", | |
"stylo_tests 0.0.1", | |
] | |
[[package]] | |
name = "gkrust-gtest" | |
version = "0.1.0" | |
dependencies = [ | |
"gkrust-shared 0.1.0", | |
"mp4parse-gtest 0.1.0", | |
"nsstring-gtest 0.1.0", | |
"xpcom-gtest 0.1.0", | |
] | |
[[package]] | |
name = "gkrust-shared" | |
version = "0.1.0" | |
dependencies = [ | |
"audioipc-client 0.4.0", | |
"audioipc-server 0.2.3", | |
"cose-c 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
"cubeb-pulse 0.2.0", | |
"cubeb-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"encoding_c 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"encoding_glue 0.1.0", | |
"env_logger 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
"geckoservo 0.0.1", | |
"log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"mozurl 0.0.1", | |
"mp4parse_capi 0.10.1", | |
"netwerk_helper 0.0.1", | |
"nserror 0.1.0", | |
"nsstring 0.1.0", | |
"prefs_parser 0.0.1", | |
"rsdparsa_capi 0.1.0", | |
"rustc_version 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"u2fhid 0.2.0", | |
"webrender_bindings 0.1.0", | |
"xpcom 0.1.0", | |
] | |
[[package]] | |
name = "gl_generator" | |
version = "0.9.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"khronos_api 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "gleam" | |
version = "0.5.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"gl_generator 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "glob" | |
version = "0.2.11" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "hashglobe" | |
version = "0.1.0" | |
dependencies = [ | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "httparse" | |
version = "1.2.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "humantime" | |
version = "1.1.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"quick-error 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "hyper" | |
version = "0.10.13" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"httparse 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
"language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
"mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
"num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", | |
"traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"url 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "ident_case" | |
version = "1.0.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "idna" | |
version = "0.1.4" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
"unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
"unicode-normalization 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "iovec" | |
version = "0.1.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "itertools" | |
version = "0.6.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"either 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "itertools" | |
version = "0.7.6" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"either 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "itoa" | |
version = "0.3.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "itoa" | |
version = "0.4.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "js" | |
version = "0.1.4" | |
dependencies = [ | |
"bindgen 0.37.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
"cmake 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", | |
"env_logger 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
"lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
"log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"mozjs_sys 0.0.0", | |
"num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "kernel32-sys" | |
version = "0.2.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "khronos_api" | |
version = "2.2.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "lalrpop" | |
version = "0.15.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"ascii-canvas 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"atty 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"bit-set 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
"docopt 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
"ena 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"itertools 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
"lalrpop-snap 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"lalrpop-util 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"petgraph 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", | |
"serde_derive 1.0.66 (git+https://github.com/servo/serde?branch=deserialize_from_enums8)", | |
"string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
"term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "lalrpop-intern" | |
version = "0.15.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "lalrpop-snap" | |
version = "0.15.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"ascii-canvas 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"atty 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"bit-set 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
"ena 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"itertools 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
"lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"lalrpop-util 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"petgraph 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
"term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "lalrpop-util" | |
version = "0.15.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "language-tags" | |
version = "0.2.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "lazy_static" | |
version = "1.0.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "lazycell" | |
version = "0.4.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "libc" | |
version = "0.2.39" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "libloading" | |
version = "0.5.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"cc 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "libudev" | |
version = "0.2.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
"libudev-sys 0.1.3", | |
] | |
[[package]] | |
name = "libudev-sys" | |
version = "0.1.3" | |
dependencies = [ | |
"lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "libz-sys" | |
version = "1.0.16" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)", | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
"vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "linked-hash-map" | |
version = "0.5.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "log" | |
version = "0.3.9" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "log" | |
version = "0.4.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "malloc_size_of" | |
version = "0.0.1" | |
dependencies = [ | |
"app_units 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"cssparser 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"euclid 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
"hashglobe 0.1.0", | |
"selectors 0.19.0", | |
"servo_arc 0.1.1", | |
"smallbitvec 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"smallvec 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "malloc_size_of_derive" | |
version = "0.0.1" | |
dependencies = [ | |
"quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"syn 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"synstructure 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "matches" | |
version = "0.1.6" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "memchr" | |
version = "1.0.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "memchr" | |
version = "2.0.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "memmap" | |
version = "0.5.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"fs2 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "memoffset" | |
version = "0.2.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "mime" | |
version = "0.2.6" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "miniz_oxide" | |
version = "0.1.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"adler32 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "miniz_oxide_c_api" | |
version = "0.1.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"cc 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
"crc 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
"miniz_oxide 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "mio" | |
version = "0.6.9" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"iovec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
"miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", | |
"slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "mio-uds" | |
version = "0.6.4" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
"mio 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "miow" | |
version = "0.2.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", | |
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "moz_cbor" | |
version = "0.1.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "mozjs_sys" | |
version = "0.0.0" | |
dependencies = [ | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
"libz-sys 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)", | |
"num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "mozprofile" | |
version = "0.3.0" | |
dependencies = [ | |
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "mozrunner" | |
version = "0.7.0" | |
dependencies = [ | |
"log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"mozprofile 0.3.0", | |
"winreg 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "mozurl" | |
version = "0.0.1" | |
dependencies = [ | |
"nserror 0.1.0", | |
"nsstring 0.1.0", | |
"url 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"xpcom 0.1.0", | |
] | |
[[package]] | |
name = "mozversion" | |
version = "0.1.3" | |
dependencies = [ | |
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"rust-ini 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
"semver 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "mp4parse" | |
version = "0.10.1" | |
dependencies = [ | |
"bitreader 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"mp4parse_fallible 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"num-traits 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "mp4parse-gtest" | |
version = "0.1.0" | |
[[package]] | |
name = "mp4parse_capi" | |
version = "0.10.1" | |
dependencies = [ | |
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"mp4parse 0.10.1", | |
"num-traits 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "mp4parse_fallible" | |
version = "0.0.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "msdos_time" | |
version = "0.1.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", | |
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "net2" | |
version = "0.2.31" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "netwerk_helper" | |
version = "0.0.1" | |
dependencies = [ | |
"nserror 0.1.0", | |
"nsstring 0.1.0", | |
] | |
[[package]] | |
name = "new-ordered-float" | |
version = "1.0.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"num-traits 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "new_debug_unreachable" | |
version = "1.0.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "nodrop" | |
version = "0.1.12" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "nom" | |
version = "1.2.4" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "nom" | |
version = "3.2.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "nserror" | |
version = "0.1.0" | |
dependencies = [ | |
"nsstring 0.1.0", | |
] | |
[[package]] | |
name = "nsstring" | |
version = "0.1.0" | |
dependencies = [ | |
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "nsstring-gtest" | |
version = "0.1.0" | |
dependencies = [ | |
"nsstring 0.1.0", | |
] | |
[[package]] | |
name = "num" | |
version = "0.1.40" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", | |
"num-iter 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", | |
"num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "num-integer" | |
version = "0.1.35" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "num-iter" | |
version = "0.1.34" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", | |
"num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "num-traits" | |
version = "0.1.43" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"num-traits 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "num-traits" | |
version = "0.2.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "num_cpus" | |
version = "1.7.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "ordermap" | |
version = "0.3.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "owning_ref" | |
version = "0.3.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "parking_lot" | |
version = "0.5.4" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
"parking_lot_core 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "parking_lot_core" | |
version = "0.2.7" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
"rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
"smallvec 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "peeking_take_while" | |
version = "0.1.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "percent-encoding" | |
version = "1.0.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "petgraph" | |
version = "0.4.11" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"fixedbitset 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
"ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "phf" | |
version = "0.7.21" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "phf_codegen" | |
version = "0.7.21" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"phf_generator 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)", | |
"phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "phf_generator" | |
version = "0.7.21" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)", | |
"rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "phf_shared" | |
version = "0.7.21" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"siphasher 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "pkg-config" | |
version = "0.3.9" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "plane-split" | |
version = "0.9.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"binary-space-partition 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"euclid 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
"log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "podio" | |
version = "0.1.5" | |
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" | |
[[package]] | |
name = "prefs_parser" | |
version = "0.0.1" | |
[[package]] | |
name = "proc-macro2" | |
version = "0.3.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "proc-macro2" | |
version = "0.4.6" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "procedural-masquerade" | |
version = "0.1.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "pulse" | |
version = "0.2.0" | |
dependencies = [ | |
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"pulse-ffi 0.1.0", | |
] | |
[[package]] | |
name = "pulse-ffi" | |
version = "0.1.0" | |
dependencies = [ | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "quick-error" | |
version = "1.2.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "quote" | |
version = "0.3.15" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "quote" | |
version = "0.5.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"proc-macro2 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "quote" | |
version = "0.6.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"proc-macro2 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "rand" | |
version = "0.3.18" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"fuchsia-zircon 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "rayon" | |
version = "1.0.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"either 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "rayon-core" | |
version = "1.4.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
"num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "redox_syscall" | |
version = "0.1.32" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "regex" | |
version = "0.2.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
"memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
"utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "regex" | |
version = "1.0.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
"memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"regex-syntax 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
"utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "regex-syntax" | |
version = "0.4.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "regex-syntax" | |
version = "0.6.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "ron" | |
version = "0.1.7" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "rsdparsa" | |
version = "0.1.0" | |
[[package]] | |
name = "rsdparsa_capi" | |
version = "0.1.0" | |
dependencies = [ | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
"nserror 0.1.0", | |
"rsdparsa 0.1.0", | |
] | |
[[package]] | |
name = "runloop" | |
version = "0.1.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "rust-ini" | |
version = "0.10.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "rustc-serialize" | |
version = "0.3.24" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "rustc_version" | |
version = "0.2.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"semver 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "safemem" | |
version = "0.2.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "same-file" | |
version = "1.0.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "scoped-tls" | |
version = "0.1.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "scopeguard" | |
version = "0.3.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "selectors" | |
version = "0.19.0" | |
dependencies = [ | |
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"cssparser 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
"log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
"phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)", | |
"phf_codegen 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)", | |
"precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"servo_arc 0.1.1", | |
"smallvec 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "semver" | |
version = "0.6.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" | |
[[package]] | |
name = "serde" | |
version = "1.0.66" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"serde_derive 1.0.66 (git+https://github.com/servo/serde?branch=deserialize_from_enums8)", | |
] | |
[[package]] | |
name = "serde_bytes" | |
version = "0.10.4" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "serde_derive" | |
version = "1.0.66" | |
source = "git+https://github.com/servo/serde?branch=deserialize_from_enums8#c4457d804b38b14e699b45c01d1909f93f25ab5e" | |
dependencies = [ | |
"proc-macro2 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
"quote 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
"syn 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "servo_arc" | |
version = "0.1.1" | |
dependencies = [ | |
"nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
"stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "simd" | |
version = "0.2.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "siphasher" | |
version = "0.2.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "size_of_test" | |
version = "0.0.1" | |
[[package]] | |
name = "slab" | |
version = "0.3.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "smallbitvec" | |
version = "2.1.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "smallvec" | |
version = "0.6.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "stable_deref_trait" | |
version = "1.0.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "string_cache" | |
version = "0.7.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)", | |
"precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", | |
"string_cache_codegen 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "string_cache_codegen" | |
version = "0.4.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"phf_generator 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)", | |
"phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)", | |
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", | |
"string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "string_cache_shared" | |
version = "0.3.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "strsim" | |
version = "0.6.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "strsim" | |
version = "0.7.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "style" | |
version = "0.0.1" | |
dependencies = [ | |
"app_units 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"arrayvec 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
"atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"bindgen 0.37.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"cssparser 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"euclid 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
"fallible 0.0.1", | |
"fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
"hashglobe 0.1.0", | |
"itertools 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
"itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"malloc_size_of 0.0.1", | |
"malloc_size_of_derive 0.0.1", | |
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
"new-ordered-float 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"nsstring 0.1.0", | |
"num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", | |
"num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", | |
"num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
"parking_lot 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
"precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"rayon 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"selectors 0.19.0", | |
"servo_arc 0.1.1", | |
"smallbitvec 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"smallvec 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"style_derive 0.0.1", | |
"style_traits 0.0.1", | |
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", | |
"toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
"uluru 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
"unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"walkdir 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "style_derive" | |
version = "0.0.1" | |
dependencies = [ | |
"darling 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"syn 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"synstructure 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "style_traits" | |
version = "0.0.1" | |
dependencies = [ | |
"app_units 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"cssparser 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"euclid 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
"malloc_size_of 0.0.1", | |
"malloc_size_of_derive 0.0.1", | |
"selectors 0.19.0", | |
"servo_arc 0.1.1", | |
] | |
[[package]] | |
name = "stylo_tests" | |
version = "0.0.1" | |
dependencies = [ | |
"atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"cssparser 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"cstr 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
"env_logger 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
"euclid 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
"geckoservo 0.0.1", | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
"log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"malloc_size_of 0.0.1", | |
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"selectors 0.19.0", | |
"size_of_test 0.0.1", | |
"smallvec 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"style 0.0.1", | |
"style_traits 0.0.1", | |
] | |
[[package]] | |
name = "syn" | |
version = "0.13.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"proc-macro2 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
"quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "syn" | |
version = "0.14.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"proc-macro2 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
"quote 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "synstructure" | |
version = "0.8.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"proc-macro2 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
"quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"syn 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "tempdir" | |
version = "0.3.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "term" | |
version = "0.4.6" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "term_size" | |
version = "0.3.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "termcolor" | |
version = "0.3.6" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"wincolor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "textwrap" | |
version = "0.9.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"term_size 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "thread_local" | |
version = "0.3.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "thread_profiler" | |
version = "0.1.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "time" | |
version = "0.1.40" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
"redox_syscall 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", | |
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "tokio-core" | |
version = "0.1.7" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
"futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
"iovec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
"mio 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
"scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"tokio-io 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "tokio-io" | |
version = "0.1.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
"futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "tokio-uds" | |
version = "0.1.7" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
"futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
"iovec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
"mio 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
"mio-uds 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
"tokio-core 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
"tokio-io 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "toml" | |
version = "0.4.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "traitobject" | |
version = "0.1.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "typeable" | |
version = "0.1.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "u2fhid" | |
version = "0.2.0" | |
dependencies = [ | |
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"boxfnonce 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
"core-foundation 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"core-foundation-sys 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"devd-rs 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
"libudev 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
"runloop 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "ucd-util" | |
version = "0.1.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "uluru" | |
version = "0.2.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"arrayvec 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "unicase" | |
version = "1.4.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"version_check 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "unicode-bidi" | |
version = "0.3.4" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "unicode-normalization" | |
version = "0.1.5" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "unicode-segmentation" | |
version = "1.2.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "unicode-width" | |
version = "0.1.4" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "unicode-xid" | |
version = "0.1.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "unreachable" | |
version = "1.0.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "url" | |
version = "1.7.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
"percent-encoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "utf8-ranges" | |
version = "1.0.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "uuid" | |
version = "0.1.18" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "vcpkg" | |
version = "0.2.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "vec_map" | |
version = "0.8.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "version_check" | |
version = "0.1.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "void" | |
version = "1.0.2" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "walkdir" | |
version = "2.1.4" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"same-file 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "webdriver" | |
version = "0.36.0" | |
dependencies = [ | |
"cookie 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)", | |
"log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"regex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", | |
"unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"url 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "webidl" | |
version = "0.6.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"lalrpop 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"lalrpop-util 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "webrender" | |
version = "0.57.2" | |
dependencies = [ | |
"app_units 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"bincode 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"core-graphics 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"core-text 9.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"dwrote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"euclid 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
"freetype 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"gleam 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", | |
"plane-split 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"rayon 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"ron 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
"serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", | |
"smallvec 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"thread_profiler 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", | |
"webrender_api 0.57.2", | |
] | |
[[package]] | |
name = "webrender_api" | |
version = "0.57.2" | |
dependencies = [ | |
"app_units 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"bincode 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"core-graphics 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"dwrote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"euclid 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
"serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", | |
"serde_bytes 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
"serde_derive 1.0.66 (git+https://github.com/servo/serde?branch=deserialize_from_enums8)", | |
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "webrender_bindings" | |
version = "0.1.0" | |
dependencies = [ | |
"app_units 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"bincode 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"core-graphics 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"dwrote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"euclid 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
"foreign-types 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"gleam 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"nsstring 0.1.0", | |
"rayon 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
"thread_profiler 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", | |
"webrender 0.57.2", | |
] | |
[[package]] | |
name = "which" | |
version = "1.0.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "winapi" | |
version = "0.2.8" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
[[package]] | |
name = "winapi" | |
version = "0.3.4" | |
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-build" | |
version = "0.1.1" | |
source = "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" | |
[[package]] | |
name = "wincolor" | |
version = "0.1.6" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "winreg" | |
version = "0.5.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "ws2_32-sys" | |
version = "0.2.1" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "xml-rs" | |
version = "0.7.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "xpcom" | |
version = "0.1.0" | |
dependencies = [ | |
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)", | |
"nserror 0.1.0", | |
"nsstring 0.1.0", | |
"xpcom_macros 0.1.0", | |
] | |
[[package]] | |
name = "xpcom-gtest" | |
version = "0.1.0" | |
dependencies = [ | |
"nserror 0.1.0", | |
"nsstring 0.1.0", | |
"xpcom 0.1.0", | |
] | |
[[package]] | |
name = "xpcom_macros" | |
version = "0.1.0" | |
dependencies = [ | |
"lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"syn 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "yaml-rust" | |
version = "0.4.0" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[[package]] | |
name = "zip" | |
version = "0.3.3" | |
source = "registry+https://github.com/rust-lang/crates.io-index" | |
dependencies = [ | |
"bzip2 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
"flate2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
"msdos_time 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
"podio 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", | |
] | |
[metadata] | |
"checksum Inflector 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1b33cd9b653730fc539c53c7b3c672d2f47108fa20c6df571fa5817178f5a14c" | |
"checksum adler32 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6cbd0b9af8587c72beadc9f72d35b9fbb070982c9e6203e46e93f10df25f8f45" | |
"checksum aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "500909c4f87a9e52355b26626d890833e9e1d53ac566db76c36faa984b889699" | |
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" | |
"checksum app_units 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "29069a9b483f7780aebb55dafb360c6225eefdc1f98c8d336a65148fd10c37b1" | |
"checksum arrayvec 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2f0ef4a9820019a0c91d918918c93dc71d469f581a49b47ddc1d285d4270bbe2" | |
"checksum ascii-canvas 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b385d69402821a1c254533a011a312531cbcc0e3e24f19bbb4747a5a2daf37e2" | |
"checksum atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fb2dcb6e6d35f20276943cc04bb98e538b348d525a04ac79c10021561d202f21" | |
"checksum atty 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d0fd4c0631f06448cc45a6bbb3b710ebb7ff8ccb96a0800c994afe23a70d5df2" | |
"checksum atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d912da0db7fa85514874458ca3651fe2cddace8d0b0505571dbdcd41ab490159" | |
"checksum base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "96434f987501f0ed4eb336a411e0631ecd1afa11574fe148587adc4ff96143c9" | |
"checksum binary-space-partition 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "88ceb0d16c4fd0e42876e298d7d3ce3780dd9ebdcbe4199816a32c77e08597ff" | |
"checksum bincode 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bda13183df33055cbb84b847becce220d392df502ebe7a4a78d7021771ed94d0" | |
"checksum bindgen 0.37.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1b25ab82877ea8fe6ce1ce1f8ac54361f0218bad900af9eb11803994bf67c221" | |
"checksum binjs_meta 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9fcfc86eecb125147e907529a5f1ac7978f6f26d20a52b82a7e053da5faefbc3" | |
"checksum bit-set 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d9bf6104718e80d7b26a68fdbacff3481cfc05df670821affc7e9cbc1884400c" | |
"checksum bit-vec 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "02b4ff8b16e6076c3e14220b39fbc1fabb6737522281a388998046859400895f" | |
"checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d" | |
"checksum bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf" | |
"checksum bitreader 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "80b13e2ab064ff3aa0bdbf1eff533f9822dc37899821f5f98c67f263eab51707" | |
"checksum boxfnonce 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8380105befe91099e6f69206164072c05bc92427ff6aa8a5171388317346dd75" | |
"checksum build_const 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e90dc84f5e62d2ebe7676b83c22d33b6db8bd27340fb6ffbff0a364efa0cb9c9" | |
"checksum byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "652805b7e73fada9d85e9a6682a4abd490cb52d96aeecc12e33a0de34dfd0d23" | |
"checksum bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d828f97b58cc5de3e40c421d0cf2132d6b2da4ee0e11b8632fa838f0f9333ad6" | |
"checksum bzip2 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3eafc42c44e0d827de6b1c131175098fe7fb53b8ce8a47e65cb3ea94688be24" | |
"checksum bzip2-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2c5162604199bbb17690ede847eaa6120a3f33d5ab4dcc8e7c25b16d849ae79b" | |
"checksum cc 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "2b4911e4bdcb4100c7680e7e854ff38e23f1b34d4d9e079efae3da2801341ffc" | |
"checksum cexpr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "393a5f0088efbe41f9d1fcd062f24e83c278608420e62109feb2c8abee07de7d" | |
"checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de" | |
"checksum chrono 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)" = "9213f7cd7c27e95c2b57c49f0e69b1ea65b27138da84a170133fd21b07659c00" | |
"checksum clang-sys 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d7f7c04e52c35222fffcc3a115b5daf5f7e2bfb71c13c4e2321afe1fc71859c2" | |
"checksum clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f0f16b89cbb9ee36d87483dc939fe9f1e13c05898d56d7b230a0d4dff033a536" | |
"checksum cmake 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)" = "56d741ea7a69e577f6d06b36b7dff4738f680593dc27a701ffa8506b73ce28bb" | |
"checksum cookie 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "746858cae4eae40fff37e1998320068df317bc247dc91a67c6cfa053afdc2abb" | |
"checksum core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "286e0b41c3a20da26536c6000a280585d519fd07b3956b43aed8a79e9edce980" | |
"checksum core-foundation 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c7caa6cb9e76ddddbea09a03266d6b3bc98cd41e9fb9b017c473e7cca593ec25" | |
"checksum core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "716c271e8613ace48344f723b60b900a93150271e5be206212d052bbc0883efa" | |
"checksum core-foundation-sys 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b2a53cce0ddcf7e7e1f998738d757d5a3bf08bf799a180e50ebe50d298f52f5a" | |
"checksum core-graphics 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fb0ed45fdc32f9ab426238fba9407dfead7bacd7900c9b4dd3f396f46eafdae3" | |
"checksum core-text 9.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2bd581c37283d0c23311d179aefbb891f2324ee0405da58a26e8594ab76e5748" | |
"checksum cose 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "72fa26cb151d3ae4b70f63d67d0fed57ce04220feafafbae7f503bef7aae590d" | |
"checksum cose-c 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "49726015ab0ca765144fcca61e4a7a543a16b795a777fa53f554da2fffff9a94" | |
"checksum crc 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bd5d02c0aac6bd68393ed69e00bbc2457f3e89075c6349db7189618dc4ddc1d7" | |
"checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3" | |
"checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150" | |
"checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9" | |
"checksum cssparser 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)" = "495beddc39b1987b8e9f029354eccbd5ef88eb5f1cd24badb764dce338acf2e0" | |
"checksum cssparser-macros 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f3a5383ae18dbfdeb569ed62019f5bddb2a95cd2d3833313c475a0d014777805" | |
"checksum cstr 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b6557bdb1dc9647eae1cf7f5601b14cd45fc3c7ccf2df618387416fe542da6ea" | |
"checksum cstr-macros 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0472c17c83d3ec1af32fb6ee2b3ad56ae0b6e69355d63d1d30602055c34324a8" | |
"checksum cubeb 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8a3502aafa1bf95c524f65d2ba46d8741700c6a8a9543ea52c6da3d8b69a2896" | |
"checksum cubeb-backend 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fdcac95519416d9ec814db2dc40e6293e7da25b906023d93f48b87f0587ab138" | |
"checksum cubeb-core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "37f7b20f757a4e4b6aa28863236551bff77682dc6db192eba15af615492b5445" | |
"checksum cubeb-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "653b9e245d35dbe2a2da7c4586275cee75ff656ddeb02d4a73b4afdfa6d67502" | |
"checksum darling 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2a78af487e4eb8f4421a1770687b328af6bb4494ca93435210678c6eea875c11" | |
"checksum darling_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b315f49c7b6db3708bca6e6913c194581a44ec619b7a39e131d4dd63733a3698" | |
"checksum darling_macro 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eb69a38fdeaeaf3db712e1df170de67ee9dfc24fb88ca3e9d21e703ec25a4d8e" | |
"checksum devd-rs 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e7c9ac481c38baf400d3b732e4a06850dfaa491d1b6379a249d9d40d14c2434c" | |
"checksum diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "3c2b69f912779fbb121ceb775d74d51e915af17aaebc38d28a592843a2dd0a3a" | |
"checksum docopt 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d8acd393692c503b168471874953a2531df0e9ab77d0b6bbc582395743300a4a" | |
"checksum dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab" | |
"checksum dtoa-short 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "068d4026697c1a18f0b0bb8cfcad1b0c151b90d8edb9bf4c235ad68128920d1d" | |
"checksum dwrote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b26e30aaa6bf31ec830db15fec14ed04f0f2ecfcc486ecfce88c55d3389b237f" | |
"checksum either 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "18785c1ba806c258137c937e44ada9ee7e69a37e3c72077542cd2f069d78562a" | |
"checksum ena 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cabe5a5078ac8c506d3e4430763b1ba9b609b1286913e7d08e581d1c2de9b7e5" | |
"checksum encoding_c 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "769ecb8b33323998e482b218c0d13cd64c267609023b4b7ec3ee740714c318ee" | |
"checksum encoding_rs 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)" = "88a1b66a0d28af4b03a8c8278c6dcb90e6e600d89c14500a9e7a02e64b9ee3ac" | |
"checksum env_logger 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0561146661ae44c579e993456bc76d11ce1e0c7d745e57b2fa7146b6e49fa2ad" | |
"checksum error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3" | |
"checksum euclid 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c95fd0d455f114291a3109286bd387bd423770058474a2d3f38b712cd661df60" | |
"checksum fixedbitset 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "85cb8fec437468d86dc7c83ca7cfc933341d561873275f22dd5eedefa63a6478" | |
"checksum flate2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9fac2277e84e5e858483756647a9d0aa8d9a2b7cba517fd84325a0aaa69a0909" | |
"checksum fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6cc484842f1e2884faf56f529f960cc12ad8c71ce96cc7abba0a067c98fee344" | |
"checksum foreign-types 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5ebc04f19019fff1f2d627b5581574ead502f80c48c88900575a46e0840fe5d0" | |
"checksum freetype 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b659e75b7a7338fe75afd7f909fc2b71937845cffb6ebe54ba2e50f13d8e903d" | |
"checksum fs2 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9ab76cfd2aaa59b7bf6688ad9ba15bbae64bff97f04ea02144cfd3443e5c2866" | |
"checksum fuchsia-zircon 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f6c0581a4e363262e52b87f59ee2afe3415361c6ec35e665924eb08afe8ff159" | |
"checksum fuchsia-zircon-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "43f3795b4bae048dc6123a6b972cadde2e676f9ded08aef6bb77f5f157684a82" | |
"checksum futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "0bab5b5e94f5c31fc764ba5dd9ad16568aae5d4825538c01d6bca680c9bf94a7" | |
"checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" | |
"checksum fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" | |
"checksum gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)" = "5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb" | |
"checksum gdi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0912515a8ff24ba900422ecda800b52f4016a56251922d397c576bf92c690518" | |
"checksum gl_generator 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a795170cbd85b5a7baa58d6d7525cae6a03e486859860c220f7ebbbdd379d0a" | |
"checksum gleam 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e47b39459e47b76be4d2c82702932cdc66df09dcb8f813424167991adb8b3380" | |
"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" | |
"checksum httparse 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "af2f2dd97457e8fb1ae7c5a420db346af389926e36f43768b96f101546b04a07" | |
"checksum humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0484fda3e7007f2a4a0d9c3a703ca38c71c54c55602ce4660c419fd32e188c9e" | |
"checksum hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)" = "368cb56b2740ebf4230520e2b90ebb0461e69034d85d1945febd9b3971426db2" | |
"checksum ident_case 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c9826188e666f2ed92071d2dadef6edc430b11b158b5b2b3f4babbcc891eaaa" | |
"checksum idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "014b298351066f1512874135335d62a789ffe78a9974f94b43ed5621951eaf7d" | |
"checksum iovec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "29d062ee61fccdf25be172e70f34c9f6efc597e1fb8f6526e8437b2046ab26be" | |
"checksum itertools 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d3f2be4da1690a039e9ae5fd575f706a63ad5a2120f161b1d653c9da3930dd21" | |
"checksum itertools 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b07332223953b5051bceb67e8c4700aa65291535568e1f12408c43c4a42c0394" | |
"checksum itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eb2f404fbc66fd9aac13e998248505e7ecb2ad8e44ab6388684c5fb11c6c251c" | |
"checksum itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c069bbec61e1ca5a596166e55dfe4773ff745c3d16b700013bcaff9a6df2c682" | |
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" | |
"checksum khronos_api 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "037ab472c33f67b5fbd3e9163a2645319e5356fcd355efa6d4eb7fff4bbcb554" | |
"checksum lalrpop 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88035943c3cfbb897a499a556212b2b053574f32b4238b71b61625bc470f80aa" | |
"checksum lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cc4fd87be4a815fd373e02773983940f0d75fb26fde8c098e9e45f7af03154c0" | |
"checksum lalrpop-snap 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5f244285324e4e33d486910b66fd3b7cb37e2072c5bf63319f506fe99ed72650" | |
"checksum lalrpop-util 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "de408fd50dea8ad7a77107144983a25c7fdabf5f8faf707a6e020d68874ed06c" | |
"checksum language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a" | |
"checksum lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e6412c5e2ad9584b0b8e979393122026cdd6d2a80b933f890dcd694ddbe73739" | |
"checksum lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce12306c4739d86ee97c23139f3a34ddf0387bbf181bc7929d287025a8c3ef6b" | |
"checksum libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)" = "f54263ad99207254cf58b5f701ecb432c717445ea2ee8af387334bdd1a03fdff" | |
"checksum libloading 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3ad660d7cb8c5822cd83d10897b0f1f1526792737a179e73896152f85b88c2" | |
"checksum libudev 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ea626d3bdf40a1c5aee3bcd4f40826970cae8d80a8fec934c82a63840094dcfe" | |
"checksum libz-sys 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)" = "3fdd64ef8ee652185674455c1d450b83cbc8ad895625d543b5324d923f82e4d8" | |
"checksum linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "70fb39025bc7cdd76305867c4eccf2f2dcf6e9a57f5b21a93e1c2d86cd03ec9e" | |
"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" | |
"checksum log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6fddaa003a65722a7fb9e26b0ce95921fe4ba590542ced664d8ce2fa26f9f3ac" | |
"checksum matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "100aabe6b8ff4e4a7e32c1c13523379802df0772b82466207ac25b013f193376" | |
"checksum memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "148fab2e51b4f1cfc66da2a7c32981d1d3c083a803978268bb11fe4b86925e7a" | |
"checksum memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "796fba70e76612589ed2ce7f45282f5af869e0fdd7cc6199fa1aa1f1d591ba9d" | |
"checksum memmap 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "46f3c7359028b31999287dae4e5047ddfe90a23b7dca2282ce759b491080c99b" | |
"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3" | |
"checksum mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0" | |
"checksum miniz_oxide 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aaa2d3ad070f428fffbd7d3ca2ea20bb0d8cffe9024405c44e1840bc1418b398" | |
"checksum miniz_oxide_c_api 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "92d98fdbd6145645828069b37ea92ca3de225e000d80702da25c20d3584b38a5" | |
"checksum mio 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9e965267d4d58496fc4f740e9861118367f13570cadf66316ed2c3f2f14d87c7" | |
"checksum mio-uds 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1731a873077147b626d89cc6c2a0db6288d607496c5d10c0cfcf3adc697ec673" | |
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" | |
"checksum moz_cbor 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20c82a57087fd5990d7122dbff1607c3b20c3d2958e9d9ad9765aab415e2c91c" | |
"checksum mp4parse_fallible 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6626c2aef76eb8f984eef02e475883d3fe9112e114720446c5810fc5f045cd30" | |
"checksum msdos_time 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "65ba9d75bcea84e07812618fedf284a64776c2f2ea0cad6bca7f69739695a958" | |
"checksum net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)" = "3a80f842784ef6c9a958b68b7516bc7e35883c614004dd94959a4dca1b716c09" | |
"checksum new-ordered-float 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8ccbebba6fb53a6d2bdcfaf79cb339bc136dee3bfff54dc337a334bafe36476a" | |
"checksum new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0cdc457076c78ab54d5e0d6fa7c47981757f1e34dc39ff92787f217dede586c4" | |
"checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2" | |
"checksum nom 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b8c256fd9471521bcb84c3cdba98921497f1a331cbc15b8030fc63b82050ce" | |
"checksum nom 3.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05aec50c70fd288702bcd93284a8444607f3292dbdf2a30de5ea5dcdbe72287b" | |
"checksum num 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "a311b77ebdc5dd4cf6449d81e4135d9f0e3b153839ac90e648a8ef538f923525" | |
"checksum num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)" = "d1452e8b06e448a07f0e6ebb0bb1d92b8890eea63288c0b627331d53514d0fba" | |
"checksum num-iter 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)" = "7485fcc84f85b4ecd0ea527b14189281cf27d60e583ae65ebc9c088b13dffe01" | |
"checksum num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31" | |
"checksum num-traits 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e7de20f146db9d920c45ee8ed8f71681fd9ade71909b48c3acbd766aa504cf10" | |
"checksum num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "514f0d73e64be53ff320680ca671b64fe3fb91da01e1ae2ddc99eb51d453b20d" | |
"checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" | |
"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37" | |
"checksum parking_lot 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "9fd9d732f2de194336fb02fe11f9eed13d9e76f13f4315b4d88a14ca411750cd" | |
"checksum parking_lot_core 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6c677d78851950b3aec390e681a411f78cc250cba277d4f578758a377f727970" | |
"checksum peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" | |
"checksum percent-encoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de154f638187706bde41d9b4738748933d64e6b37bdbffc0b47a97d16a6ae356" | |
"checksum petgraph 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "7a7e5234c228fbfa874c86a77f685886127f82e0aef602ad1d48333fcac6ad61" | |
"checksum phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "cb325642290f28ee14d8c6201159949a872f220c62af6e110a56ea914fbe42fc" | |
"checksum phf_codegen 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "d62594c0bb54c464f633175d502038177e90309daf2e0158be42ed5f023ce88f" | |
"checksum phf_generator 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "6b07ffcc532ccc85e3afc45865469bf5d9e4ef5bfcf9622e3cfe80c2d275ec03" | |
"checksum phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "07e24b0ca9643bdecd0632f2b3da6b1b89bbb0030e0b992afc1113b23a7bc2f2" | |
"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903" | |
"checksum plane-split 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7079b8485b4f9d9560dee7a69ca8f6ca781f9f284ff9d2bf27255d440b03e4af" | |
"checksum podio 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e5422a1ee1bc57cc47ae717b0137314258138f38fd5f3cea083f43a9725383a0" | |
"checksum precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" | |
"checksum proc-macro2 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "77997c53ae6edd6d187fec07ec41b207063b5ee6f33680e9fa86d405cdd313d4" | |
"checksum proc-macro2 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "effdb53b25cdad54f8f48843d67398f7ef2e14f12c1b4cb4effc549a6462a4d6" | |
"checksum procedural-masquerade 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9f566249236c6ca4340f7ca78968271f0ed2b0f234007a61b66f9ecd0af09260" | |
"checksum quick-error 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eda5fe9b71976e62bc81b781206aaa076401769b2143379d3eb2118388babac4" | |
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" | |
"checksum quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9949cfe66888ffe1d53e6ec9d9f3b70714083854be20fd5e271b232a017401e8" | |
"checksum quote 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e44651a0dc4cdd99f71c83b561e221f714912d11af1a4dff0631f923d53af035" | |
"checksum rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)" = "6475140dfd8655aeb72e1fd4b7a1cc1c202be65d71669476e392fe62532b9edd" | |
"checksum rayon 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "485541959c8ecc49865526fe6c4de9653dd6e60d829d6edf0be228167b60372d" | |
"checksum rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d24ad214285a7729b174ed6d3bcfcb80177807f959d95fafd5bfc5c4f201ac8" | |
"checksum redox_syscall 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "ab105df655884ede59d45b7070c8a65002d921461ee813a024558ca16030eea0" | |
"checksum regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1731164734096285ec2a5ec7fea5248ae2f5485b3feeb0115af4fda2183b2d1b" | |
"checksum regex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "75ecf88252dce580404a22444fc7d626c01815debba56a7f4f536772a5ff19d3" | |
"checksum regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad890a5eef7953f55427c50575c680c42841653abd2b028b68cd223d157f62db" | |
"checksum regex-syntax 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8f1ac0f60d675cc6cf13a20ec076568254472551051ad5dd050364d70671bf6b" | |
"checksum ron 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "da06feaa07f69125ab9ddc769b11de29090122170b402547f64b86fe16ebc399" | |
"checksum runloop 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d79b4b604167921892e84afbbaad9d5ad74e091bf6c511d9dbfb0593f09fabd" | |
"checksum rust-ini 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8a654c5bda722c699be6b0fe4c0d90de218928da5b724c3e467fc48865c37263" | |
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda" | |
"checksum rustc_version 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b9743a7670d88d5d52950408ecdb7c71d8986251ab604d4689dd2ca25c9bca69" | |
"checksum safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f" | |
"checksum same-file 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "cfb6eded0b06a0b512c8ddbcf04089138c9b4362c2f696f3c3d76039d68f3637" | |
"checksum scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f417c22df063e9450888a7561788e9bd46d3bb3c1466435b4eccb903807f147d" | |
"checksum scopeguard 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c79eb2c3ac4bc2507cda80e7f3ac5b88bd8eae4c0914d5663e6a8933994be918" | |
"checksum semver 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537" | |
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | |
"checksum serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)" = "e9a2d9a9ac5120e0f768801ca2b58ad6eec929dc9d1d616c162f208869c2ce95" | |
"checksum serde_bytes 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)" = "adb6e51a6b3696b301bc221d785f898b4457c619b51d7ce195a6d20baecb37b3" | |
"checksum serde_derive 1.0.66 (git+https://github.com/servo/serde?branch=deserialize_from_enums8)" = "<none>" | |
"checksum simd 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ed3686dd9418ebcc3a26a0c0ae56deab0681e53fe899af91f5bbcee667ebffb1" | |
"checksum siphasher 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2ffc669b726f2bc9a3bcff66e5e23b56ba6bf70e22a34c3d7b6d0b3450b65b84" | |
"checksum slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23" | |
"checksum smallbitvec 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c63726029f0069f88467873e47f392575f28f9f16b72ac65465263db4b3a13c" | |
"checksum smallvec 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44db0ecb22921ef790d17ae13a3f6d15784183ff5f2a01aa32098c7498d2b4b9" | |
"checksum stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "15132e0e364248108c5e2c02e3ab539be8d6f5d52a01ca9bbf27ed657316f02b" | |
"checksum string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "25d70109977172b127fe834e5449e5ab1740b9ba49fa18a2020f509174f25423" | |
"checksum string_cache_codegen 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "479cde50c3539481f33906a387f2bd17c8e87cb848c35b6021d41fb81ff9b4d7" | |
"checksum string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b1884d1bc09741d466d9b14e6d37ac89d6909cbcac41dd9ae982d4d063bbedfc" | |
"checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694" | |
"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" | |
"checksum syn 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "91b52877572087400e83d24b9178488541e3d535259e04ff17a63df1e5ceff59" | |
"checksum syn 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c67da57e61ebc7b7b6fff56bb34440ca3a83db037320b0507af4c10368deda7d" | |
"checksum synstructure 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "98cad891cd238c98e1f0aec9f7c0f620aa696e4e5f7daba56ac67b5e86a6b049" | |
"checksum tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "87974a6f5c1dfb344d733055601650059a3363de2a6104819293baff662132d6" | |
"checksum term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "fa63644f74ce96fbeb9b794f66aff2a52d601cbd5e80f4b97123e3899f4570f1" | |
"checksum term_size 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2b6b55df3198cc93372e85dd2ed817f0e38ce8cc0f22eb32391bfad9c4bf209" | |
"checksum termcolor 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "adc4587ead41bf016f11af03e55a624c06568b5a19db4e90fde573d805074f83" | |
"checksum textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c0b59b6b4b44d867f1370ef1bd91bfb262bf07bf0ae65c202ea2fbc16153b693" | |
"checksum thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "279ef31c19ededf577bfd12dfae728040a21f635b06a24cd670ff510edd38963" | |
"checksum thread_profiler 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf947d192a9be60ef5131cc7a4648886ba89d712f16700ebbf80c8a69d05d48f" | |
"checksum time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "d825be0eb33fda1a7e68012d51e9c7f451dc1a69391e7fdc197060bb8c56667b" | |
"checksum tokio-core 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "febd81b3e2ef615c6c8077347b33f3f3deec3d708ecd08194c9707b7a1eccfc9" | |
"checksum tokio-io 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4ab83e7adb5677e42e405fa4ceff75659d93c4d7d7dd22f52fcec59ee9f02af" | |
"checksum tokio-uds 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "65ae5d255ce739e8537221ed2942e0445f4b3b813daebac1c0050ddaaa3587f9" | |
"checksum toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a7540f4ffc193e0d3c94121edb19b055670d369f77d5804db11ae053a45b6e7e" | |
"checksum traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079" | |
"checksum typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887" | |
"checksum ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd2be2d6639d0f8fe6cdda291ad456e23629558d466e2789d2c3e9892bda285d" | |
"checksum uluru 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "519130f0ea964ba540a9d8af1373738c2226f1d465eda07e61db29feb5479db9" | |
"checksum unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33" | |
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" | |
"checksum unicode-normalization 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "51ccda9ef9efa3f7ef5d91e8f9b83bbe6955f9bf86aec89d5cce2c874625920f" | |
"checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1" | |
"checksum unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f" | |
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" | |
"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56" | |
"checksum url 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f808aadd8cfec6ef90e4a14eb46f24511824d1ac596b9682703c87056c8678b7" | |
"checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122" | |
"checksum uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "78c590b5bd79ed10aad8fb75f078a59d8db445af6c743e55c4a53227fc01c13f" | |
"checksum vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9e0a7d8bed3178a8fb112199d466eeca9ed09a14ba8ad67718179b4fd5487d0b" | |
"checksum vec_map 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "887b5b631c2ad01628bbbaa7dd4c869f80d3186688f8d0b6f58774fbe324988c" | |
"checksum version_check 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6b772017e347561807c1aa192438c5fd74242a670a6cffacc40f2defd1dc069d" | |
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" | |
"checksum walkdir 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "63636bd0eb3d00ccb8b9036381b526efac53caf112b7783b730ab3f8e44da369" | |
"checksum webidl 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dc14e4b71f94b5bb4c6d696e3b3be4d2e9ee6750a60870ecae09ff7138a131a7" | |
"checksum which 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4be6cfa54dab45266e98b5d7be2f8ce959ddd49abd141a05d52dce4b07f803bb" | |
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" | |
"checksum winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "04e3bd221fcbe8a271359c04f21a76db7d0c6028862d1bb5512d85e1e2eb5bb3" | |
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" | |
"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" | |
"checksum wincolor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eeb06499a3a4d44302791052df005d5232b927ed1a9658146d842165c4de7767" | |
"checksum winreg 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a27a759395c1195c4cc5cda607ef6f8f6498f64e78f7900f5de0a127a424704a" | |
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" | |
"checksum xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c1cb601d29fe2c2ac60a2b2e5e293994d87a1f6fa9687a31a15270f909be9c2" | |
"checksum yaml-rust 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "57ab38ee1a4a266ed033496cf9af1828d8d6e6c1cfa5f643a2809effcae4d628" | |
"checksum zip 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "77ce0ceee93c995954a31f77903925a6a8bb094709445238e344f2107910e29e" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment