Blame Cargo.lock

Packit f0b94e
[[package]]
Packit f0b94e
name = "adler32"
Packit f0b94e
version = "1.0.2"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "aho-corasick"
Packit f0b94e
version = "0.6.8"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "ansi_term"
Packit f0b94e
version = "0.10.2"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "app_units"
Packit f0b94e
version = "0.6.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "num-traits 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "arrayvec"
Packit f0b94e
version = "0.4.6"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "atomic_refcell"
Packit f0b94e
version = "0.1.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "atty"
Packit f0b94e
version = "0.2.2"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "audioipc"
Packit f0b94e
version = "0.2.1"
Packit f0b94e
dependencies = [
Packit f0b94e
 "bincode 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "cubeb 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "iovec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "memmap 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "serde_derive 1.0.27 (git+https://github.com/gankro/serde?branch=deserialize_from_enums4)",
Packit f0b94e
 "tokio-core 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "tokio-io 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "tokio-uds 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "audioipc-client"
Packit f0b94e
version = "0.3.0"
Packit f0b94e
dependencies = [
Packit f0b94e
 "audioipc 0.2.1",
Packit f0b94e
 "cubeb-backend 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "foreign-types 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "tokio-core 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "tokio-uds 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "audioipc-server"
Packit f0b94e
version = "0.2.2"
Packit f0b94e
dependencies = [
Packit f0b94e
 "audioipc 0.2.1",
Packit f0b94e
 "bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "cubeb 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "tokio-core 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "tokio-uds 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "base64"
Packit f0b94e
version = "0.6.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "binary-space-partition"
Packit f0b94e
version = "0.1.2"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "bincode"
Packit f0b94e
version = "0.9.1"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "bindgen"
Packit f0b94e
version = "0.37.4"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "cexpr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "clang-sys 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "clap 2.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "proc-macro2 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "which 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "bitflags"
Packit f0b94e
version = "0.7.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "bitflags"
Packit f0b94e
version = "1.0.1"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "bitreader"
Packit f0b94e
version = "0.3.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "boxfnonce"
Packit f0b94e
version = "0.0.3"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "build_const"
Packit f0b94e
version = "0.2.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "byteorder"
Packit f0b94e
version = "1.2.1"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "bytes"
Packit f0b94e
version = "0.4.5"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "iovec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "bzip2"
Packit f0b94e
version = "0.3.2"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "bzip2-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "bzip2-sys"
Packit f0b94e
version = "0.1.6"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "cc"
Packit f0b94e
version = "1.0.25"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "cexpr"
Packit f0b94e
version = "0.2.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "nom 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "cfg-if"
Packit f0b94e
version = "0.1.2"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "chrono"
Packit f0b94e
version = "0.2.25"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "num 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "clang-sys"
Packit f0b94e
version = "0.23.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "libloading 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "clap"
Packit f0b94e
version = "2.29.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "term_size 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "vec_map 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "cmake"
Packit f0b94e
version = "0.1.29"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "cookie"
Packit f0b94e
version = "0.10.1"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "core-foundation"
Packit f0b94e
version = "0.5.1"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "core-foundation-sys"
Packit f0b94e
version = "0.5.1"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "core-graphics"
Packit f0b94e
version = "0.13.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "foreign-types 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "core-text"
Packit f0b94e
version = "9.2.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "core-graphics 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "foreign-types 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "cose"
Packit f0b94e
version = "0.1.4"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "moz_cbor 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "cose-c"
Packit f0b94e
version = "0.1.5"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "cose 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "crc"
Packit f0b94e
version = "1.7.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "build_const 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "crossbeam-deque"
Packit f0b94e
version = "0.2.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "crossbeam-epoch 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "crossbeam-epoch"
Packit f0b94e
version = "0.3.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "arrayvec 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "scopeguard 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "crossbeam-utils"
Packit f0b94e
version = "0.2.2"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "cssparser"
Packit f0b94e
version = "0.23.2"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "cssparser-macros 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "dtoa-short 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "procedural-masquerade 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "cssparser-macros"
Packit f0b94e
version = "0.3.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "phf_codegen 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "procedural-masquerade 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "cstr"
Packit f0b94e
version = "0.1.3"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "cstr-macros 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "procedural-masquerade 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "cstr-macros"
Packit f0b94e
version = "0.1.2"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "procedural-masquerade 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "syn 0.12.12 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "cubeb"
Packit f0b94e
version = "0.4.1"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "cubeb-core 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "cubeb-backend"
Packit f0b94e
version = "0.4.1"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "cubeb-core 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "cubeb-core"
Packit f0b94e
version = "0.4.4"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "cubeb-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "cubeb-pulse"
Packit f0b94e
version = "0.1.1"
Packit f0b94e
dependencies = [
Packit f0b94e
 "cubeb-backend 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "pulse 0.2.0",
Packit f0b94e
 "pulse-ffi 0.1.0",
Packit f0b94e
 "semver 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "cubeb-sys"
Packit f0b94e
version = "0.4.1"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "cmake 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "darling"
Packit f0b94e
version = "0.3.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "darling_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "darling_macro 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "darling_core"
Packit f0b94e
version = "0.3.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "ident_case 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "syn 0.12.12 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "darling_macro"
Packit f0b94e
version = "0.3.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "darling_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "syn 0.12.12 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "debug_unreachable"
Packit f0b94e
version = "0.1.1"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "dtoa"
Packit f0b94e
version = "0.4.2"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "dtoa-short"
Packit f0b94e
version = "0.3.1"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "dwrote"
Packit f0b94e
version = "0.4.1"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "gdi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "serde_derive 1.0.27 (git+https://github.com/gankro/serde?branch=deserialize_from_enums4)",
Packit f0b94e
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "either"
Packit f0b94e
version = "1.1.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "encoding_c"
Packit f0b94e
version = "0.8.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "encoding_rs 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "encoding_glue"
Packit f0b94e
version = "0.1.0"
Packit f0b94e
dependencies = [
Packit f0b94e
 "encoding_rs 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "nserror 0.1.0",
Packit f0b94e
 "nsstring 0.1.0",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "encoding_rs"
Packit f0b94e
version = "0.7.2"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "simd 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "env_logger"
Packit f0b94e
version = "0.4.3"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "error-chain"
Packit f0b94e
version = "0.11.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "euclid"
Packit f0b94e
version = "0.17.2"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "num-traits 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "fallible"
Packit f0b94e
version = "0.0.1"
Packit f0b94e
dependencies = [
Packit f0b94e
 "hashglobe 0.1.0",
Packit f0b94e
 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "flate2"
Packit f0b94e
version = "1.0.1"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "miniz_oxide_c_api 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "fnv"
Packit f0b94e
version = "1.0.5"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "foreign-types"
Packit f0b94e
version = "0.3.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "freetype"
Packit f0b94e
version = "0.3.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "fs2"
Packit f0b94e
version = "0.4.2"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "fuchsia-zircon"
Packit f0b94e
version = "0.2.1"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "fuchsia-zircon-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "fuchsia-zircon-sys"
Packit f0b94e
version = "0.2.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "futures"
Packit f0b94e
version = "0.1.18"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "futures-cpupool"
Packit f0b94e
version = "0.1.8"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "fxhash"
Packit f0b94e
version = "0.2.1"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "gcc"
Packit f0b94e
version = "0.3.54"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "gdi32-sys"
Packit f0b94e
version = "0.2.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "geckodriver"
Packit f0b94e
version = "0.19.1"
Packit f0b94e
dependencies = [
Packit f0b94e
 "chrono 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "clap 2.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "mozprofile 0.3.0",
Packit f0b94e
 "mozrunner 0.5.0",
Packit f0b94e
 "mozversion 0.1.2",
Packit f0b94e
 "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "webdriver 0.34.0",
Packit f0b94e
 "zip 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "geckoservo"
Packit f0b94e
version = "0.0.1"
Packit f0b94e
dependencies = [
Packit f0b94e
 "atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "cssparser 0.23.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "cstr 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "malloc_size_of 0.0.1",
Packit f0b94e
 "nsstring 0.1.0",
Packit f0b94e
 "parking_lot 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "selectors 0.19.0",
Packit f0b94e
 "servo_arc 0.1.1",
Packit f0b94e
 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "style 0.0.1",
Packit f0b94e
 "style_traits 0.0.1",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "gkrust"
Packit f0b94e
version = "0.1.0"
Packit f0b94e
dependencies = [
Packit f0b94e
 "gkrust-shared 0.1.0",
Packit f0b94e
 "stylo_tests 0.0.1",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "gkrust-gtest"
Packit f0b94e
version = "0.1.0"
Packit f0b94e
dependencies = [
Packit f0b94e
 "gkrust-shared 0.1.0",
Packit f0b94e
 "mp4parse-gtest 0.1.0",
Packit f0b94e
 "nsstring-gtest 0.1.0",
Packit f0b94e
 "xpcom-gtest 0.1.0",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "gkrust-shared"
Packit f0b94e
version = "0.1.0"
Packit f0b94e
dependencies = [
Packit f0b94e
 "audioipc-client 0.3.0",
Packit f0b94e
 "audioipc-server 0.2.2",
Packit f0b94e
 "cose-c 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "cubeb-pulse 0.1.1",
Packit f0b94e
 "cubeb-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "encoding_c 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "encoding_glue 0.1.0",
Packit f0b94e
 "geckoservo 0.0.1",
Packit f0b94e
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "mp4parse_capi 0.10.0",
Packit f0b94e
 "netwerk_helper 0.0.1",
Packit f0b94e
 "nserror 0.1.0",
Packit f0b94e
 "nsstring 0.1.0",
Packit f0b94e
 "prefs_parser 0.0.1",
Packit f0b94e
 "rust_url_capi 0.0.1",
Packit f0b94e
 "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "u2fhid 0.1.0",
Packit f0b94e
 "webrender_bindings 0.1.0",
Packit f0b94e
 "xpcom 0.1.0",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "gl_generator"
Packit f0b94e
version = "0.8.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "khronos_api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "gleam"
Packit f0b94e
version = "0.4.20"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "gl_generator 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "glob"
Packit f0b94e
version = "0.2.11"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "hashglobe"
Packit f0b94e
version = "0.1.0"
Packit f0b94e
dependencies = [
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "httparse"
Packit f0b94e
version = "1.2.3"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "hyper"
Packit f0b94e
version = "0.10.13"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "httparse 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "ident_case"
Packit f0b94e
version = "1.0.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "idna"
Packit f0b94e
version = "0.1.4"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "unicode-normalization 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "iovec"
Packit f0b94e
version = "0.1.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "itertools"
Packit f0b94e
version = "0.7.6"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "either 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "itoa"
Packit f0b94e
version = "0.3.1"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "js"
Packit f0b94e
version = "0.1.4"
Packit f0b94e
dependencies = [
Packit f0b94e
 "bindgen 0.37.4 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "cmake 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "mozjs_sys 0.0.0",
Packit f0b94e
 "num-traits 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "kernel32-sys"
Packit f0b94e
version = "0.2.2"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "khronos_api"
Packit f0b94e
version = "2.0.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "language-tags"
Packit f0b94e
version = "0.2.2"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "lazy_static"
Packit f0b94e
version = "0.2.11"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "lazy_static"
Packit f0b94e
version = "1.0.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "lazycell"
Packit f0b94e
version = "0.4.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "libc"
Packit f0b94e
version = "0.2.43"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "libloading"
Packit f0b94e
version = "0.5.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "libudev"
Packit f0b94e
version = "0.2.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "libudev-sys 0.1.3",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "libudev-sys"
Packit f0b94e
version = "0.1.3"
Packit f0b94e
dependencies = [
Packit f0b94e
 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "libz-sys"
Packit f0b94e
version = "1.0.16"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "log"
Packit f0b94e
version = "0.3.9"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "log"
Packit f0b94e
version = "0.4.1"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "malloc_size_of"
Packit f0b94e
version = "0.0.1"
Packit f0b94e
dependencies = [
Packit f0b94e
 "app_units 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "cssparser 0.23.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "euclid 0.17.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "hashglobe 0.1.0",
Packit f0b94e
 "selectors 0.19.0",
Packit f0b94e
 "servo_arc 0.1.1",
Packit f0b94e
 "smallbitvec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "malloc_size_of_derive"
Packit f0b94e
version = "0.0.1"
Packit f0b94e
dependencies = [
Packit f0b94e
 "quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "syn 0.12.12 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "synstructure 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "matches"
Packit f0b94e
version = "0.1.6"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "memchr"
Packit f0b94e
version = "1.0.2"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "memchr"
Packit f0b94e
version = "2.0.2"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "memmap"
Packit f0b94e
version = "0.5.2"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "fs2 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "memoffset"
Packit f0b94e
version = "0.2.1"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "mime"
Packit f0b94e
version = "0.2.6"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "miniz_oxide"
Packit f0b94e
version = "0.1.2"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "adler32 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "miniz_oxide_c_api"
Packit f0b94e
version = "0.1.2"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "crc 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "miniz_oxide 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "mio"
Packit f0b94e
version = "0.6.9"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "iovec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "mio-uds"
Packit f0b94e
version = "0.6.4"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "mio 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "miow"
Packit f0b94e
version = "0.2.1"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "moz_cbor"
Packit f0b94e
version = "0.1.1"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "mozjs_sys"
Packit f0b94e
version = "0.0.0"
Packit f0b94e
dependencies = [
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "libz-sys 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "mozprofile"
Packit f0b94e
version = "0.3.0"
Packit f0b94e
dependencies = [
Packit f0b94e
 "tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "mozrunner"
Packit f0b94e
version = "0.5.0"
Packit f0b94e
dependencies = [
Packit f0b94e
 "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "mozprofile 0.3.0",
Packit f0b94e
 "winreg 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "mozversion"
Packit f0b94e
version = "0.1.2"
Packit f0b94e
dependencies = [
Packit f0b94e
 "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "rust-ini 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "semver 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "mp4parse"
Packit f0b94e
version = "0.10.0"
Packit f0b94e
dependencies = [
Packit f0b94e
 "bitreader 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "mp4parse_fallible 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "num-traits 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "mp4parse-gtest"
Packit f0b94e
version = "0.1.0"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "mp4parse_capi"
Packit f0b94e
version = "0.10.0"
Packit f0b94e
dependencies = [
Packit f0b94e
 "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "mp4parse 0.10.0",
Packit f0b94e
 "num-traits 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "mp4parse_fallible"
Packit f0b94e
version = "0.0.1"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "msdos_time"
Packit f0b94e
version = "0.1.5"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "net2"
Packit f0b94e
version = "0.2.31"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "netwerk_helper"
Packit f0b94e
version = "0.0.1"
Packit f0b94e
dependencies = [
Packit f0b94e
 "nserror 0.1.0",
Packit f0b94e
 "nsstring 0.1.0",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "nodrop"
Packit f0b94e
version = "0.1.12"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "nom"
Packit f0b94e
version = "1.2.4"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "nserror"
Packit f0b94e
version = "0.1.0"
Packit f0b94e
dependencies = [
Packit f0b94e
 "nsstring 0.1.0",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "nsstring"
Packit f0b94e
version = "0.1.0"
Packit f0b94e
dependencies = [
Packit f0b94e
 "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "nsstring-gtest"
Packit f0b94e
version = "0.1.0"
Packit f0b94e
dependencies = [
Packit f0b94e
 "nsstring 0.1.0",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "num"
Packit f0b94e
version = "0.1.40"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "num-iter 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "num-traits 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "num-integer"
Packit f0b94e
version = "0.1.35"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "num-traits 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "num-iter"
Packit f0b94e
version = "0.1.34"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "num-traits 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "num-traits"
Packit f0b94e
version = "0.1.41"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "num-traits"
Packit f0b94e
version = "0.2.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "num_cpus"
Packit f0b94e
version = "1.7.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "ordered-float"
Packit f0b94e
version = "0.4.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "num-traits 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "owning_ref"
Packit f0b94e
version = "0.3.3"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "parking_lot"
Packit f0b94e
version = "0.4.4"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "parking_lot_core 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "thread-id 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "parking_lot_core"
Packit f0b94e
version = "0.2.7"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "peeking_take_while"
Packit f0b94e
version = "0.1.2"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "percent-encoding"
Packit f0b94e
version = "1.0.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "phf"
Packit f0b94e
version = "0.7.21"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "phf_codegen"
Packit f0b94e
version = "0.7.21"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "phf_generator 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "phf_generator"
Packit f0b94e
version = "0.7.21"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "phf_shared"
Packit f0b94e
version = "0.7.21"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "siphasher 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "pkg-config"
Packit f0b94e
version = "0.3.9"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "plane-split"
Packit f0b94e
version = "0.8.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "binary-space-partition 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "euclid 0.17.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "num-traits 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "podio"
Packit f0b94e
version = "0.1.5"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "precomputed-hash"
Packit f0b94e
version = "0.1.1"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "prefs_parser"
Packit f0b94e
version = "0.0.1"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "proc-macro2"
Packit f0b94e
version = "0.2.2"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "proc-macro2"
Packit f0b94e
version = "0.3.5"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "procedural-masquerade"
Packit f0b94e
version = "0.1.1"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "pulse"
Packit f0b94e
version = "0.2.0"
Packit f0b94e
dependencies = [
Packit f0b94e
 "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "pulse-ffi 0.1.0",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "pulse-ffi"
Packit f0b94e
version = "0.1.0"
Packit f0b94e
dependencies = [
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "quote"
Packit f0b94e
version = "0.3.15"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "quote"
Packit f0b94e
version = "0.4.2"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "proc-macro2 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "quote"
Packit f0b94e
version = "0.5.2"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "proc-macro2 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "rand"
Packit f0b94e
version = "0.3.18"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "fuchsia-zircon 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "rayon"
Packit f0b94e
version = "1.0.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "either 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "rayon-core"
Packit f0b94e
version = "1.4.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "redox_syscall"
Packit f0b94e
version = "0.1.32"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "regex"
Packit f0b94e
version = "0.2.2"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "aho-corasick 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "utf8-ranges 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "regex"
Packit f0b94e
version = "1.0.5"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "aho-corasick 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "utf8-ranges 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "regex-syntax"
Packit f0b94e
version = "0.4.1"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "regex-syntax"
Packit f0b94e
version = "0.6.2"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "ron"
Packit f0b94e
version = "0.1.7"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "runloop"
Packit f0b94e
version = "0.1.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "rust-ini"
Packit f0b94e
version = "0.10.2"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "rust_url_capi"
Packit f0b94e
version = "0.0.1"
Packit f0b94e
dependencies = [
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "nserror 0.1.0",
Packit f0b94e
 "nsstring 0.1.0",
Packit f0b94e
 "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "rustc-serialize"
Packit f0b94e
version = "0.3.24"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "safemem"
Packit f0b94e
version = "0.2.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "same-file"
Packit f0b94e
version = "0.1.3"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "scoped-tls"
Packit f0b94e
version = "0.1.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "scopeguard"
Packit f0b94e
version = "0.3.2"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "selectors"
Packit f0b94e
version = "0.19.0"
Packit f0b94e
dependencies = [
Packit f0b94e
 "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "cssparser 0.23.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "phf_codegen 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "servo_arc 0.1.1",
Packit f0b94e
 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "semver"
Packit f0b94e
version = "0.6.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "semver-parser"
Packit f0b94e
version = "0.7.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "serde"
Packit f0b94e
version = "1.0.27"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "serde_derive 1.0.27 (git+https://github.com/gankro/serde?branch=deserialize_from_enums4)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "serde_derive"
Packit f0b94e
version = "1.0.27"
Packit f0b94e
source = "git+https://github.com/gankro/serde?branch=deserialize_from_enums4#93e24f268ab99c0df10e2183587284e02ca30e9e"
Packit f0b94e
dependencies = [
Packit f0b94e
 "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "serde_derive_internals 0.19.0 (git+https://github.com/gankro/serde?branch=deserialize_from_enums4)",
Packit f0b94e
 "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "serde_derive_internals"
Packit f0b94e
version = "0.19.0"
Packit f0b94e
source = "git+https://github.com/gankro/serde?branch=deserialize_from_enums4#93e24f268ab99c0df10e2183587284e02ca30e9e"
Packit f0b94e
dependencies = [
Packit f0b94e
 "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "synom 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "servo_arc"
Packit f0b94e
version = "0.1.1"
Packit f0b94e
dependencies = [
Packit f0b94e
 "nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "simd"
Packit f0b94e
version = "0.2.1"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "siphasher"
Packit f0b94e
version = "0.2.1"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "size_of_test"
Packit f0b94e
version = "0.0.1"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "slab"
Packit f0b94e
version = "0.3.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "smallbitvec"
Packit f0b94e
version = "1.0.6"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "smallvec"
Packit f0b94e
version = "0.6.5"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "stable_deref_trait"
Packit f0b94e
version = "1.0.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "strsim"
Packit f0b94e
version = "0.6.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "style"
Packit f0b94e
version = "0.0.1"
Packit f0b94e
dependencies = [
Packit f0b94e
 "app_units 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "arrayvec 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "bindgen 0.37.4 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "cssparser 0.23.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "debug_unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "euclid 0.17.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "fallible 0.0.1",
Packit f0b94e
 "fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "hashglobe 0.1.0",
Packit f0b94e
 "itertools 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "malloc_size_of 0.0.1",
Packit f0b94e
 "malloc_size_of_derive 0.0.1",
Packit f0b94e
 "matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "nsstring 0.1.0",
Packit f0b94e
 "num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "num-traits 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "ordered-float 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "parking_lot 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "rayon 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "selectors 0.19.0",
Packit f0b94e
 "servo_arc 0.1.1",
Packit f0b94e
 "smallbitvec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "style_derive 0.0.1",
Packit f0b94e
 "style_traits 0.0.1",
Packit f0b94e
 "time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "toml 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "uluru 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "unicode-segmentation 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "style_derive"
Packit f0b94e
version = "0.0.1"
Packit f0b94e
dependencies = [
Packit f0b94e
 "darling 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "syn 0.12.12 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "synstructure 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "style_traits"
Packit f0b94e
version = "0.0.1"
Packit f0b94e
dependencies = [
Packit f0b94e
 "app_units 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "cssparser 0.23.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "euclid 0.17.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "malloc_size_of 0.0.1",
Packit f0b94e
 "malloc_size_of_derive 0.0.1",
Packit f0b94e
 "selectors 0.19.0",
Packit f0b94e
 "servo_arc 0.1.1",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "stylo_tests"
Packit f0b94e
version = "0.0.1"
Packit f0b94e
dependencies = [
Packit f0b94e
 "atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "cssparser 0.23.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "cstr 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "euclid 0.17.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "geckoservo 0.0.1",
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "malloc_size_of 0.0.1",
Packit f0b94e
 "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "selectors 0.19.0",
Packit f0b94e
 "size_of_test 0.0.1",
Packit f0b94e
 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "style 0.0.1",
Packit f0b94e
 "style_traits 0.0.1",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "syn"
Packit f0b94e
version = "0.11.11"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "synom 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "syn"
Packit f0b94e
version = "0.12.12"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "proc-macro2 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "synom"
Packit f0b94e
version = "0.11.2"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "synstructure"
Packit f0b94e
version = "0.7.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "proc-macro2 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "syn 0.12.12 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "tempdir"
Packit f0b94e
version = "0.3.5"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "term_size"
Packit f0b94e
version = "0.3.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "textwrap"
Packit f0b94e
version = "0.9.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "term_size 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "thread-id"
Packit f0b94e
version = "3.1.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "thread_local"
Packit f0b94e
version = "0.3.6"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "thread_profiler"
Packit f0b94e
version = "0.1.1"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "time"
Packit f0b94e
version = "0.1.38"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "redox_syscall 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "tokio-core"
Packit f0b94e
version = "0.1.7"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "iovec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "mio 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "tokio-io 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "tokio-io"
Packit f0b94e
version = "0.1.3"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "tokio-uds"
Packit f0b94e
version = "0.1.7"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "iovec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "mio 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "mio-uds 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "tokio-core 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "tokio-io 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "toml"
Packit f0b94e
version = "0.2.1"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "traitobject"
Packit f0b94e
version = "0.1.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "typeable"
Packit f0b94e
version = "0.1.2"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "u2fhid"
Packit f0b94e
version = "0.1.0"
Packit f0b94e
dependencies = [
Packit f0b94e
 "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "boxfnonce 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "libudev 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "runloop 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "ucd-util"
Packit f0b94e
version = "0.1.1"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "uluru"
Packit f0b94e
version = "0.2.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "arrayvec 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "unicase"
Packit f0b94e
version = "1.4.2"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "version_check 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "unicode-bidi"
Packit f0b94e
version = "0.3.4"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "unicode-normalization"
Packit f0b94e
version = "0.1.5"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "unicode-segmentation"
Packit f0b94e
version = "1.1.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "unicode-width"
Packit f0b94e
version = "0.1.4"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "unicode-xid"
Packit f0b94e
version = "0.0.4"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "unicode-xid"
Packit f0b94e
version = "0.1.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "unreachable"
Packit f0b94e
version = "0.1.1"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "unreachable"
Packit f0b94e
version = "1.0.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "url"
Packit f0b94e
version = "1.6.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "percent-encoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "utf8-ranges"
Packit f0b94e
version = "1.0.1"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "uuid"
Packit f0b94e
version = "0.1.18"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "vcpkg"
Packit f0b94e
version = "0.2.2"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "vec_map"
Packit f0b94e
version = "0.8.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "version_check"
Packit f0b94e
version = "0.1.3"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "void"
Packit f0b94e
version = "1.0.2"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "walkdir"
Packit f0b94e
version = "1.0.7"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "webdriver"
Packit f0b94e
version = "0.34.0"
Packit f0b94e
dependencies = [
Packit f0b94e
 "cookie 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "unicode-segmentation 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "webrender"
Packit f0b94e
version = "0.57.0"
Packit f0b94e
dependencies = [
Packit f0b94e
 "app_units 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "bincode 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "core-graphics 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "core-text 9.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "dwrote 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "euclid 0.17.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "freetype 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "gleam 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "num-traits 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "plane-split 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "rayon 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "ron 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "thread_profiler 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "webrender_api 0.57.0",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "webrender_api"
Packit f0b94e
version = "0.57.0"
Packit f0b94e
dependencies = [
Packit f0b94e
 "app_units 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "bincode 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "core-graphics 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "dwrote 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "euclid 0.17.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "serde_derive 1.0.27 (git+https://github.com/gankro/serde?branch=deserialize_from_enums4)",
Packit f0b94e
 "time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "webrender_bindings"
Packit f0b94e
version = "0.1.0"
Packit f0b94e
dependencies = [
Packit f0b94e
 "app_units 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "core-graphics 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "dwrote 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "euclid 0.17.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "foreign-types 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "gleam 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "rayon 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "thread_profiler 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "webrender 0.57.0",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "which"
Packit f0b94e
version = "1.0.3"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "winapi"
Packit f0b94e
version = "0.2.8"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "winapi"
Packit f0b94e
version = "0.3.4"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "winapi-build"
Packit f0b94e
version = "0.1.1"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "winapi-i686-pc-windows-gnu"
Packit f0b94e
version = "0.4.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "winapi-x86_64-pc-windows-gnu"
Packit f0b94e
version = "0.4.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "winreg"
Packit f0b94e
version = "0.5.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "ws2_32-sys"
Packit f0b94e
version = "0.2.1"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "xml-rs"
Packit f0b94e
version = "0.7.0"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "xpcom"
Packit f0b94e
version = "0.1.0"
Packit f0b94e
dependencies = [
Packit f0b94e
 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "nserror 0.1.0",
Packit f0b94e
 "nsstring 0.1.0",
Packit f0b94e
 "xpcom_macros 0.1.0",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "xpcom-gtest"
Packit f0b94e
version = "0.1.0"
Packit f0b94e
dependencies = [
Packit f0b94e
 "nserror 0.1.0",
Packit f0b94e
 "nsstring 0.1.0",
Packit f0b94e
 "xpcom 0.1.0",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "xpcom_macros"
Packit f0b94e
version = "0.1.0"
Packit f0b94e
dependencies = [
Packit f0b94e
 "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[[package]]
Packit f0b94e
name = "zip"
Packit f0b94e
version = "0.3.1"
Packit f0b94e
source = "registry+https://github.com/rust-lang/crates.io-index"
Packit f0b94e
dependencies = [
Packit f0b94e
 "bzip2 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "flate2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "msdos_time 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "podio 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
 "time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
Packit f0b94e
]
Packit f0b94e
Packit f0b94e
[metadata]
Packit f0b94e
"checksum adler32 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6cbd0b9af8587c72beadc9f72d35b9fbb070982c9e6203e46e93f10df25f8f45"
Packit f0b94e
"checksum aho-corasick 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "68f56c7353e5a9547cbd76ed90f7bb5ffc3ba09d4ea9bd1d8c06c8b1142eeb5a"
Packit f0b94e
"checksum ansi_term 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6b3568b48b7cefa6b8ce125f9bb4989e52fbcc29ebea88df04cc7c5f12f70455"
Packit f0b94e
"checksum app_units 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "29069a9b483f7780aebb55dafb360c6225eefdc1f98c8d336a65148fd10c37b1"
Packit f0b94e
"checksum arrayvec 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2f0ef4a9820019a0c91d918918c93dc71d469f581a49b47ddc1d285d4270bbe2"
Packit f0b94e
"checksum atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fb2dcb6e6d35f20276943cc04bb98e538b348d525a04ac79c10021561d202f21"
Packit f0b94e
"checksum atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d912da0db7fa85514874458ca3651fe2cddace8d0b0505571dbdcd41ab490159"
Packit f0b94e
"checksum base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "96434f987501f0ed4eb336a411e0631ecd1afa11574fe148587adc4ff96143c9"
Packit f0b94e
"checksum binary-space-partition 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "88ceb0d16c4fd0e42876e298d7d3ce3780dd9ebdcbe4199816a32c77e08597ff"
Packit f0b94e
"checksum bincode 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9d3fb369af639822830328794eba2501b3479652fcd021b2aeb1ed4984202afd"
Packit f0b94e
"checksum bindgen 0.37.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1b25ab82877ea8fe6ce1ce1f8ac54361f0218bad900af9eb11803994bf67c221"
Packit f0b94e
"checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"
Packit f0b94e
"checksum bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf"
Packit f0b94e
"checksum bitreader 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "80b13e2ab064ff3aa0bdbf1eff533f9822dc37899821f5f98c67f263eab51707"
Packit f0b94e
"checksum boxfnonce 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8380105befe91099e6f69206164072c05bc92427ff6aa8a5171388317346dd75"
Packit f0b94e
"checksum build_const 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e90dc84f5e62d2ebe7676b83c22d33b6db8bd27340fb6ffbff0a364efa0cb9c9"
Packit f0b94e
"checksum byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "652805b7e73fada9d85e9a6682a4abd490cb52d96aeecc12e33a0de34dfd0d23"
Packit f0b94e
"checksum bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d828f97b58cc5de3e40c421d0cf2132d6b2da4ee0e11b8632fa838f0f9333ad6"
Packit f0b94e
"checksum bzip2 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3eafc42c44e0d827de6b1c131175098fe7fb53b8ce8a47e65cb3ea94688be24"
Packit f0b94e
"checksum bzip2-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2c5162604199bbb17690ede847eaa6120a3f33d5ab4dcc8e7c25b16d849ae79b"
Packit f0b94e
"checksum cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16"
Packit f0b94e
"checksum cexpr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "393a5f0088efbe41f9d1fcd062f24e83c278608420e62109feb2c8abee07de7d"
Packit f0b94e
"checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
Packit f0b94e
"checksum chrono 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)" = "9213f7cd7c27e95c2b57c49f0e69b1ea65b27138da84a170133fd21b07659c00"
Packit f0b94e
"checksum clang-sys 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d7f7c04e52c35222fffcc3a115b5daf5f7e2bfb71c13c4e2321afe1fc71859c2"
Packit f0b94e
"checksum clap 2.29.0 (registry+https://github.com/rust-lang/crates.io-index)" = "110d43e343eb29f4f51c1db31beb879d546db27998577e5715270a54bcf41d3f"
Packit f0b94e
"checksum cmake 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)" = "56d741ea7a69e577f6d06b36b7dff4738f680593dc27a701ffa8506b73ce28bb"
Packit f0b94e
"checksum cookie 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "746858cae4eae40fff37e1998320068df317bc247dc91a67c6cfa053afdc2abb"
Packit f0b94e
"checksum core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "286e0b41c3a20da26536c6000a280585d519fd07b3956b43aed8a79e9edce980"
Packit f0b94e
"checksum core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "716c271e8613ace48344f723b60b900a93150271e5be206212d052bbc0883efa"
Packit f0b94e
"checksum core-graphics 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fb0ed45fdc32f9ab426238fba9407dfead7bacd7900c9b4dd3f396f46eafdae3"
Packit f0b94e
"checksum core-text 9.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2bd581c37283d0c23311d179aefbb891f2324ee0405da58a26e8594ab76e5748"
Packit f0b94e
"checksum cose 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "72fa26cb151d3ae4b70f63d67d0fed57ce04220feafafbae7f503bef7aae590d"
Packit f0b94e
"checksum cose-c 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "49726015ab0ca765144fcca61e4a7a543a16b795a777fa53f554da2fffff9a94"
Packit f0b94e
"checksum crc 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bd5d02c0aac6bd68393ed69e00bbc2457f3e89075c6349db7189618dc4ddc1d7"
Packit f0b94e
"checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3"
Packit f0b94e
"checksum crossbeam-epoch 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "59796cc6cbbdc6bb319161349db0c3250ec73ec7fcb763a51065ec4e2e158552"
Packit f0b94e
"checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9"
Packit f0b94e
"checksum cssparser 0.23.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8a807ac3ab7a217829c2a3b65732b926b2befe6a35f33b4bf8b503692430f223"
Packit f0b94e
"checksum cssparser-macros 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "079adec4af52bb5275eadd004292028c79eb3c5f5b4ee8086a36d4197032f6df"
Packit f0b94e
"checksum cstr 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b6557bdb1dc9647eae1cf7f5601b14cd45fc3c7ccf2df618387416fe542da6ea"
Packit f0b94e
"checksum cstr-macros 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f9f316203d1ea36f4f18316822806f6999aa3dc5ed1adf51e35b77e3b3933d78"
Packit f0b94e
"checksum cubeb 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ed237804b9799d1c29089e6cab3f4b7160186179981a61865feff13d55a902f8"
Packit f0b94e
"checksum cubeb-backend 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4f6d8f189a1cf9cce9aec45eb0aeb1d221514d788b89a1cd6bc2b76110ee4d81"
Packit f0b94e
"checksum cubeb-core 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7dcedc8ffadc0481f1dfbdeb315e7d7ae9afe6a70815d22efcca8e0bd2ba89e0"
Packit f0b94e
"checksum cubeb-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fab28c0e152330f74bcbec1572c374397458957d5ad50605879352ec562f41aa"
Packit f0b94e
"checksum darling 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d3effd06d4057f275cb7858889f4952920bab78dd8ff0f6e7dfe0c8d2e67ed89"
Packit f0b94e
"checksum darling_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "167dd3e235c2f1da16a635c282630452cdf49191eb05711de1bcd1d3d5068c00"
Packit f0b94e
"checksum darling_macro 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c53edaba455f6073a10c27c72440860eb3f60444f8c8660a391032eeae744d82"
Packit f0b94e
"checksum debug_unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9a032eac705ca39214d169f83e3d3da290af06d8d1d344d1baad2fd002dca4b3"
Packit f0b94e
"checksum dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab"
Packit f0b94e
"checksum dtoa-short 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "068d4026697c1a18f0b0bb8cfcad1b0c151b90d8edb9bf4c235ad68128920d1d"
Packit f0b94e
"checksum dwrote 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a207eb7b40e25d1d28dc679f451d321fb6954b73ceaa47986702575865469461"
Packit f0b94e
"checksum either 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "18785c1ba806c258137c937e44ada9ee7e69a37e3c72077542cd2f069d78562a"
Packit f0b94e
"checksum encoding_c 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "93ec52324ca72f423237a413ca0e1c60654c8b3d0934fcd5fd888508dfcc4ba7"
Packit f0b94e
"checksum encoding_rs 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "98fd0f24d1fb71a4a6b9330c8ca04cbd4e7cc5d846b54ca74ff376bc7c9f798d"
Packit f0b94e
"checksum env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3ddf21e73e016298f5cb37d6ef8e8da8e39f91f9ec8b0df44b7deb16a9f8cd5b"
Packit f0b94e
"checksum error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3"
Packit f0b94e
"checksum euclid 0.17.2 (registry+https://github.com/rust-lang/crates.io-index)" = "adfe67a9343519c1449d208da5998c6de582de698f7a39c4ac82ffba23d131a5"
Packit f0b94e
"checksum flate2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9fac2277e84e5e858483756647a9d0aa8d9a2b7cba517fd84325a0aaa69a0909"
Packit f0b94e
"checksum fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6cc484842f1e2884faf56f529f960cc12ad8c71ce96cc7abba0a067c98fee344"
Packit f0b94e
"checksum foreign-types 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5ebc04f19019fff1f2d627b5581574ead502f80c48c88900575a46e0840fe5d0"
Packit f0b94e
"checksum freetype 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "398b8a11884898184d55aca9806f002b3cf68f0e860e0cbb4586f834ee39b0e7"
Packit f0b94e
"checksum fs2 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9ab76cfd2aaa59b7bf6688ad9ba15bbae64bff97f04ea02144cfd3443e5c2866"
Packit f0b94e
"checksum fuchsia-zircon 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f6c0581a4e363262e52b87f59ee2afe3415361c6ec35e665924eb08afe8ff159"
Packit f0b94e
"checksum fuchsia-zircon-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "43f3795b4bae048dc6123a6b972cadde2e676f9ded08aef6bb77f5f157684a82"
Packit f0b94e
"checksum futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "0bab5b5e94f5c31fc764ba5dd9ad16568aae5d4825538c01d6bca680c9bf94a7"
Packit f0b94e
"checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
Packit f0b94e
"checksum fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
Packit f0b94e
"checksum gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)" = "5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb"
Packit f0b94e
"checksum gdi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0912515a8ff24ba900422ecda800b52f4016a56251922d397c576bf92c690518"
Packit f0b94e
"checksum gl_generator 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4f5c19cde55637681450c92f7a05ea16c78e2b6d0587e601ec1ebdab6960854b"
Packit f0b94e
"checksum gleam 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)" = "959c818d9bbe9f7b7db55dce0bc44673c4da4f4ee122536c40550f984c3b8017"
Packit f0b94e
"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
Packit f0b94e
"checksum httparse 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "af2f2dd97457e8fb1ae7c5a420db346af389926e36f43768b96f101546b04a07"
Packit f0b94e
"checksum hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)" = "368cb56b2740ebf4230520e2b90ebb0461e69034d85d1945febd9b3971426db2"
Packit f0b94e
"checksum ident_case 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c9826188e666f2ed92071d2dadef6edc430b11b158b5b2b3f4babbcc891eaaa"
Packit f0b94e
"checksum idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "014b298351066f1512874135335d62a789ffe78a9974f94b43ed5621951eaf7d"
Packit f0b94e
"checksum iovec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "29d062ee61fccdf25be172e70f34c9f6efc597e1fb8f6526e8437b2046ab26be"
Packit f0b94e
"checksum itertools 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b07332223953b5051bceb67e8c4700aa65291535568e1f12408c43c4a42c0394"
Packit f0b94e
"checksum itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eb2f404fbc66fd9aac13e998248505e7ecb2ad8e44ab6388684c5fb11c6c251c"
Packit f0b94e
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
Packit f0b94e
"checksum khronos_api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d867c645cfeb8a7fec503731679eac03ac11b7105aa5a71cb8f8ee5271636add"
Packit f0b94e
"checksum language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
Packit f0b94e
"checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
Packit f0b94e
"checksum lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c8f31047daa365f19be14b47c29df4f7c3b581832407daabe6ae77397619237d"
Packit f0b94e
"checksum lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce12306c4739d86ee97c23139f3a34ddf0387bbf181bc7929d287025a8c3ef6b"
Packit f0b94e
"checksum libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d"
Packit f0b94e
"checksum libloading 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3ad660d7cb8c5822cd83d10897b0f1f1526792737a179e73896152f85b88c2"
Packit f0b94e
"checksum libudev 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ea626d3bdf40a1c5aee3bcd4f40826970cae8d80a8fec934c82a63840094dcfe"
Packit f0b94e
"checksum libz-sys 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)" = "3fdd64ef8ee652185674455c1d450b83cbc8ad895625d543b5324d923f82e4d8"
Packit f0b94e
"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
Packit f0b94e
"checksum log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "89f010e843f2b1a31dbd316b3b8d443758bc634bed37aabade59c686d644e0a2"
Packit f0b94e
"checksum matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "100aabe6b8ff4e4a7e32c1c13523379802df0772b82466207ac25b013f193376"
Packit f0b94e
"checksum memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "148fab2e51b4f1cfc66da2a7c32981d1d3c083a803978268bb11fe4b86925e7a"
Packit f0b94e
"checksum memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a3b4142ab8738a78c51896f704f83c11df047ff1bda9a92a661aa6361552d93d"
Packit f0b94e
"checksum memmap 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "46f3c7359028b31999287dae4e5047ddfe90a23b7dca2282ce759b491080c99b"
Packit f0b94e
"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
Packit f0b94e
"checksum mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0"
Packit f0b94e
"checksum miniz_oxide 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aaa2d3ad070f428fffbd7d3ca2ea20bb0d8cffe9024405c44e1840bc1418b398"
Packit f0b94e
"checksum miniz_oxide_c_api 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "92d98fdbd6145645828069b37ea92ca3de225e000d80702da25c20d3584b38a5"
Packit f0b94e
"checksum mio 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9e965267d4d58496fc4f740e9861118367f13570cadf66316ed2c3f2f14d87c7"
Packit f0b94e
"checksum mio-uds 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1731a873077147b626d89cc6c2a0db6288d607496c5d10c0cfcf3adc697ec673"
Packit f0b94e
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
Packit f0b94e
"checksum moz_cbor 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20c82a57087fd5990d7122dbff1607c3b20c3d2958e9d9ad9765aab415e2c91c"
Packit f0b94e
"checksum mp4parse_fallible 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6626c2aef76eb8f984eef02e475883d3fe9112e114720446c5810fc5f045cd30"
Packit f0b94e
"checksum msdos_time 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "65ba9d75bcea84e07812618fedf284a64776c2f2ea0cad6bca7f69739695a958"
Packit f0b94e
"checksum net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)" = "3a80f842784ef6c9a958b68b7516bc7e35883c614004dd94959a4dca1b716c09"
Packit f0b94e
"checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
Packit f0b94e
"checksum nom 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b8c256fd9471521bcb84c3cdba98921497f1a331cbc15b8030fc63b82050ce"
Packit f0b94e
"checksum num 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "a311b77ebdc5dd4cf6449d81e4135d9f0e3b153839ac90e648a8ef538f923525"
Packit f0b94e
"checksum num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)" = "d1452e8b06e448a07f0e6ebb0bb1d92b8890eea63288c0b627331d53514d0fba"
Packit f0b94e
"checksum num-iter 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)" = "7485fcc84f85b4ecd0ea527b14189281cf27d60e583ae65ebc9c088b13dffe01"
Packit f0b94e
"checksum num-traits 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "cacfcab5eb48250ee7d0c7896b51a2c5eec99c1feea5f32025635f5ae4b00070"
Packit f0b94e
"checksum num-traits 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e7de20f146db9d920c45ee8ed8f71681fd9ade71909b48c3acbd766aa504cf10"
Packit f0b94e
"checksum num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "514f0d73e64be53ff320680ca671b64fe3fb91da01e1ae2ddc99eb51d453b20d"
Packit f0b94e
"checksum ordered-float 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "da12c96037889ae0be29dd2bdd260e5a62a7df24e6466d5a15bb8131c1c200a8"
Packit f0b94e
"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"
Packit f0b94e
"checksum parking_lot 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "37f364e2ce5efa24c7d0b6646d5bb61145551a0112f107ffd7499f1a3e322fbd"
Packit f0b94e
"checksum parking_lot_core 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6c677d78851950b3aec390e681a411f78cc250cba277d4f578758a377f727970"
Packit f0b94e
"checksum peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
Packit f0b94e
"checksum percent-encoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de154f638187706bde41d9b4738748933d64e6b37bdbffc0b47a97d16a6ae356"
Packit f0b94e
"checksum phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "cb325642290f28ee14d8c6201159949a872f220c62af6e110a56ea914fbe42fc"
Packit f0b94e
"checksum phf_codegen 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "d62594c0bb54c464f633175d502038177e90309daf2e0158be42ed5f023ce88f"
Packit f0b94e
"checksum phf_generator 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "6b07ffcc532ccc85e3afc45865469bf5d9e4ef5bfcf9622e3cfe80c2d275ec03"
Packit f0b94e
"checksum phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "07e24b0ca9643bdecd0632f2b3da6b1b89bbb0030e0b992afc1113b23a7bc2f2"
Packit f0b94e
"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903"
Packit f0b94e
"checksum plane-split 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "69c557e11e3a1533bc969fa596e5011e1d9f76dd61cd102ef942c9f8654b17a2"
Packit f0b94e
"checksum podio 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e5422a1ee1bc57cc47ae717b0137314258138f38fd5f3cea083f43a9725383a0"
Packit f0b94e
"checksum precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
Packit f0b94e
"checksum proc-macro2 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d1cb7aaaa4bf022ec2b14ff2f2ba1643a22f3cee88df014a85e14b392282c61d"
Packit f0b94e
"checksum proc-macro2 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "77997c53ae6edd6d187fec07ec41b207063b5ee6f33680e9fa86d405cdd313d4"
Packit f0b94e
"checksum procedural-masquerade 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9f566249236c6ca4340f7ca78968271f0ed2b0f234007a61b66f9ecd0af09260"
Packit f0b94e
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
Packit f0b94e
"checksum quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1eca14c727ad12702eb4b6bfb5a232287dcf8385cb8ca83a3eeaf6519c44c408"
Packit f0b94e
"checksum quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9949cfe66888ffe1d53e6ec9d9f3b70714083854be20fd5e271b232a017401e8"
Packit f0b94e
"checksum rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)" = "6475140dfd8655aeb72e1fd4b7a1cc1c202be65d71669476e392fe62532b9edd"
Packit f0b94e
"checksum rayon 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "485541959c8ecc49865526fe6c4de9653dd6e60d829d6edf0be228167b60372d"
Packit f0b94e
"checksum rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d24ad214285a7729b174ed6d3bcfcb80177807f959d95fafd5bfc5c4f201ac8"
Packit f0b94e
"checksum redox_syscall 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "ab105df655884ede59d45b7070c8a65002d921461ee813a024558ca16030eea0"
Packit f0b94e
"checksum regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1731164734096285ec2a5ec7fea5248ae2f5485b3feeb0115af4fda2183b2d1b"
Packit f0b94e
"checksum regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2069749032ea3ec200ca51e4a31df41759190a88edca0d2d86ee8bedf7073341"
Packit f0b94e
"checksum regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad890a5eef7953f55427c50575c680c42841653abd2b028b68cd223d157f62db"
Packit f0b94e
"checksum regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "747ba3b235651f6e2f67dfa8bcdcd073ddb7c243cb21c442fc12395dfcac212d"
Packit f0b94e
"checksum ron 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "da06feaa07f69125ab9ddc769b11de29090122170b402547f64b86fe16ebc399"
Packit f0b94e
"checksum runloop 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d79b4b604167921892e84afbbaad9d5ad74e091bf6c511d9dbfb0593f09fabd"
Packit f0b94e
"checksum rust-ini 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "22dab655e8122ccb15db25a56852ce62506f1486cdefd37e86371bf34ea8f601"
Packit f0b94e
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
Packit f0b94e
"checksum safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f"
Packit f0b94e
"checksum same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d931a44fdaa43b8637009e7632a02adc4f2b2e0733c08caa4cf00e8da4a117a7"
Packit f0b94e
"checksum scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f417c22df063e9450888a7561788e9bd46d3bb3c1466435b4eccb903807f147d"
Packit f0b94e
"checksum scopeguard 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c79eb2c3ac4bc2507cda80e7f3ac5b88bd8eae4c0914d5663e6a8933994be918"
Packit f0b94e
"checksum semver 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"
Packit f0b94e
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
Packit f0b94e
"checksum serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)" = "db99f3919e20faa51bb2996057f5031d8685019b5a06139b1ce761da671b8526"
Packit f0b94e
"checksum serde_derive 1.0.27 (git+https://github.com/gankro/serde?branch=deserialize_from_enums4)" = "<none>"
Packit f0b94e
"checksum serde_derive_internals 0.19.0 (git+https://github.com/gankro/serde?branch=deserialize_from_enums4)" = "<none>"
Packit f0b94e
"checksum simd 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3dd0805c7363ab51a829a1511ad24b6ed0349feaa756c4bc2f977f9f496e6673"
Packit f0b94e
"checksum siphasher 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2ffc669b726f2bc9a3bcff66e5e23b56ba6bf70e22a34c3d7b6d0b3450b65b84"
Packit f0b94e
"checksum slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23"
Packit f0b94e
"checksum smallbitvec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "79b776f00dfe01df905fa3b2eaa1659522e99e3fc4a7b1334171622205c4bdcf"
Packit f0b94e
"checksum smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "153ffa32fd170e9944f7e0838edf824a754ec4c1fc64746fcc9fe1f8fa602e5d"
Packit f0b94e
"checksum stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "15132e0e364248108c5e2c02e3ab539be8d6f5d52a01ca9bbf27ed657316f02b"
Packit f0b94e
"checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694"
Packit f0b94e
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
Packit f0b94e
"checksum syn 0.12.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9e1c669ed757c0ebd04337f6a5bb972d05e0c08fe2540dd3ee3dd9e4daf1604c"
Packit f0b94e
"checksum synom 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)" = "27e31aa4b09b9f4cb12dff3c30ba503e17b1a624413d764d32dab76e3920e5bc"
Packit f0b94e
"checksum synstructure 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "010366096045d8250555904c58da03377289e7f4b2ce7a5b1027e2b532f41000"
Packit f0b94e
"checksum tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "87974a6f5c1dfb344d733055601650059a3363de2a6104819293baff662132d6"
Packit f0b94e
"checksum term_size 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2b6b55df3198cc93372e85dd2ed817f0e38ce8cc0f22eb32391bfad9c4bf209"
Packit f0b94e
"checksum textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c0b59b6b4b44d867f1370ef1bd91bfb262bf07bf0ae65c202ea2fbc16153b693"
Packit f0b94e
"checksum thread-id 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8df7875b676fddfadffd96deea3b1124e5ede707d4884248931077518cf1f773"
Packit f0b94e
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
Packit f0b94e
"checksum thread_profiler 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf947d192a9be60ef5131cc7a4648886ba89d712f16700ebbf80c8a69d05d48f"
Packit f0b94e
"checksum time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" = "d5d788d3aa77bc0ef3e9621256885555368b47bd495c13dd2e7413c89f845520"
Packit f0b94e
"checksum tokio-core 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "febd81b3e2ef615c6c8077347b33f3f3deec3d708ecd08194c9707b7a1eccfc9"
Packit f0b94e
"checksum tokio-io 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4ab83e7adb5677e42e405fa4ceff75659d93c4d7d7dd22f52fcec59ee9f02af"
Packit f0b94e
"checksum tokio-uds 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "65ae5d255ce739e8537221ed2942e0445f4b3b813daebac1c0050ddaaa3587f9"
Packit f0b94e
"checksum toml 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "736b60249cb25337bc196faa43ee12c705e426f3d55c214d73a4e7be06f92cb4"
Packit f0b94e
"checksum traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079"
Packit f0b94e
"checksum typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887"
Packit f0b94e
"checksum ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd2be2d6639d0f8fe6cdda291ad456e23629558d466e2789d2c3e9892bda285d"
Packit f0b94e
"checksum uluru 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "519130f0ea964ba540a9d8af1373738c2226f1d465eda07e61db29feb5479db9"
Packit f0b94e
"checksum unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33"
Packit f0b94e
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
Packit f0b94e
"checksum unicode-normalization 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "51ccda9ef9efa3f7ef5d91e8f9b83bbe6955f9bf86aec89d5cce2c874625920f"
Packit f0b94e
"checksum unicode-segmentation 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "18127285758f0e2c6cf325bb3f3d138a12fee27de4f23e146cd6a179f26c2cf3"
Packit f0b94e
"checksum unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f"
Packit f0b94e
"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
Packit f0b94e
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
Packit f0b94e
"checksum unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1f2ae5ddb18e1c92664717616dd9549dde73f539f01bd7b77c2edb2446bdff91"
Packit f0b94e
"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
Packit f0b94e
"checksum url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fa35e768d4daf1d85733418a49fb42e10d7f633e394fccab4ab7aba897053fe2"
Packit f0b94e
"checksum utf8-ranges 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd70f467df6810094968e2fce0ee1bd0e87157aceb026a8c083bcf5e25b9efe4"
Packit f0b94e
"checksum uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "78c590b5bd79ed10aad8fb75f078a59d8db445af6c743e55c4a53227fc01c13f"
Packit f0b94e
"checksum vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9e0a7d8bed3178a8fb112199d466eeca9ed09a14ba8ad67718179b4fd5487d0b"
Packit f0b94e
"checksum vec_map 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "887b5b631c2ad01628bbbaa7dd4c869f80d3186688f8d0b6f58774fbe324988c"
Packit f0b94e
"checksum version_check 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6b772017e347561807c1aa192438c5fd74242a670a6cffacc40f2defd1dc069d"
Packit f0b94e
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
Packit f0b94e
"checksum walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bb08f9e670fab86099470b97cd2b252d6527f0b3cc1401acdb595ffc9dd288ff"
Packit f0b94e
"checksum which 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4be6cfa54dab45266e98b5d7be2f8ce959ddd49abd141a05d52dce4b07f803bb"
Packit f0b94e
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
Packit f0b94e
"checksum winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "04e3bd221fcbe8a271359c04f21a76db7d0c6028862d1bb5512d85e1e2eb5bb3"
Packit f0b94e
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
Packit f0b94e
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
Packit f0b94e
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
Packit f0b94e
"checksum winreg 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9338067aba07889a38beaad4dbb77fa2e62e87c423b770824b3bdf412874bd2c"
Packit f0b94e
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
Packit f0b94e
"checksum xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c1cb601d29fe2c2ac60a2b2e5e293994d87a1f6fa9687a31a15270f909be9c2"
Packit f0b94e
"checksum zip 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "10931e278527cea65682696481e6d840371d581079df529ebfee186e0eaad719"