2019-04-04 18:59:54 +03:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2018-04-04 15:14:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "Inflector"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-11 22:53:28 +03:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 15:14:26 +03:00
|
|
|
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-02 01:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "adler32"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-10 23:19:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2018-08-29 04:37:30 +03:00
|
|
|
version = "0.6.8"
|
2017-02-10 23:19:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-16 02:44:39 +03:00
|
|
|
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-10 23:19:18 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
2018-06-14 22:45:55 +03:00
|
|
|
version = "0.11.0"
|
2017-02-10 23:19:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-06-14 22:45:55 +03:00
|
|
|
dependencies = [
|
2018-11-02 17:56:08 +03:00
|
|
|
"winapi 0.3.6 (git+https://github.com/froydnj/winapi-rs?branch=aarch64)",
|
2018-06-14 22:45:55 +03:00
|
|
|
]
|
2017-02-10 23:19:18 +03:00
|
|
|
|
2018-08-02 17:20:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "app_units"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-18 20:51:03 +03:00
|
|
|
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-04 18:41:57 +03:00
|
|
|
"serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-02 17:20:54 +03:00
|
|
|
]
|
|
|
|
|
2018-10-12 20:29:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "argon2rs"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-08-09 22:42:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-05-20 04:10:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2017-12-08 03:17:46 +03:00
|
|
|
version = "0.4.6"
|
2017-05-20 04:10:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-12-08 03:17:46 +03:00
|
|
|
"nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-20 04:10:42 +03:00
|
|
|
]
|
|
|
|
|
2017-02-10 23:19:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "atomic_refcell"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-06-01 02:52:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2018-08-29 04:37:30 +03:00
|
|
|
version = "0.2.11"
|
2017-06-01 02:52:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-29 04:37:30 +03:00
|
|
|
"termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-02 17:56:08 +03:00
|
|
|
"winapi 0.3.6 (git+https://github.com/froydnj/winapi-rs?branch=aarch64)",
|
2017-06-01 02:52:00 +03:00
|
|
|
]
|
|
|
|
|
2019-06-21 22:51:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "audio_thread_priority"
|
2019-06-26 23:23:49 +03:00
|
|
|
version = "0.15.0"
|
2019-06-21 22:51:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"dbus 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mach 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.6 (git+https://github.com/froydnj/winapi-rs?branch=aarch64)",
|
|
|
|
]
|
|
|
|
|
2017-08-11 05:41:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "audioipc"
|
2018-04-18 06:50:20 +03:00
|
|
|
version = "0.2.4"
|
2017-08-11 05:41:35 +03:00
|
|
|
dependencies = [
|
2018-03-22 17:26:47 +03:00
|
|
|
"bincode 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
"bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-03 03:06:04 +03:00
|
|
|
"cc 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-07 05:04:54 +03:00
|
|
|
"cubeb 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-20 04:51:11 +03:00
|
|
|
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-11 05:41:35 +03:00
|
|
|
"memmap 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-07 05:04:54 +03:00
|
|
|
"mio-named-pipes 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-06 09:26:30 +03:00
|
|
|
"scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-04 18:41:57 +03:00
|
|
|
"serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.88 (git+https://github.com/servo/serde?branch=deserialize_from_enums10)",
|
2018-08-18 18:29:05 +03:00
|
|
|
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-06 09:26:30 +03:00
|
|
|
"tokio-uds 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-07 05:04:54 +03:00
|
|
|
"winapi 0.3.6 (git+https://github.com/froydnj/winapi-rs?branch=aarch64)",
|
2017-08-11 05:41:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "audioipc-client"
|
2018-03-22 13:10:19 +03:00
|
|
|
version = "0.4.0"
|
2017-08-11 05:41:35 +03:00
|
|
|
dependencies = [
|
2019-06-26 23:23:49 +03:00
|
|
|
"audio_thread_priority 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-18 06:50:20 +03:00
|
|
|
"audioipc 0.2.4",
|
2019-06-21 22:51:22 +03:00
|
|
|
"cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-07 05:04:54 +03:00
|
|
|
"cubeb-backend 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-13 08:05:37 +03:00
|
|
|
"foreign-types 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-08 05:23:10 +03:00
|
|
|
"futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-21 22:49:08 +03:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-06 09:26:30 +03:00
|
|
|
"tokio-uds 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-11 05:41:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "audioipc-server"
|
2018-04-18 06:50:20 +03:00
|
|
|
version = "0.2.3"
|
2017-08-11 05:41:35 +03:00
|
|
|
dependencies = [
|
2019-06-26 23:23:49 +03:00
|
|
|
"audio_thread_priority 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-18 06:50:20 +03:00
|
|
|
"audioipc 0.2.4",
|
2018-08-18 18:29:05 +03:00
|
|
|
"bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-07 05:04:54 +03:00
|
|
|
"cubeb-core 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-20 04:51:11 +03:00
|
|
|
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-11 05:41:35 +03:00
|
|
|
"lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-11 05:41:35 +03:00
|
|
|
"slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-06 09:26:30 +03:00
|
|
|
"tokio-uds 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-11 05:41:35 +03:00
|
|
|
]
|
|
|
|
|
2019-05-24 10:31:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "authenticator"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"boxfnonce 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"devd-rs 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libudev 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"runloop 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.6 (git+https://github.com/froydnj/winapi-rs?branch=aarch64)",
|
|
|
|
]
|
|
|
|
|
2019-05-19 00:30:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-12 20:29:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"backtrace-sys 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-23 17:17:35 +03:00
|
|
|
"cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-12 20:29:14 +03:00
|
|
|
"rustc-demangle 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-02 17:56:08 +03:00
|
|
|
"winapi 0.3.6 (git+https://github.com/froydnj/winapi-rs?branch=aarch64)",
|
2018-10-12 20:29:14 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace-sys"
|
|
|
|
version = "0.1.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-03 03:06:04 +03:00
|
|
|
"cc 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-12 20:29:14 +03:00
|
|
|
]
|
|
|
|
|
2018-09-12 17:04:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "baldrdash"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-06-25 21:13:10 +03:00
|
|
|
"bindgen 0.49.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-04 09:28:01 +03:00
|
|
|
"cranelift-codegen 0.32.0 (git+https://github.com/CraneStation/Cranelift?rev=312516a69da03dc06eace32f61412389a8dcadf3)",
|
|
|
|
"cranelift-wasm 0.32.0 (git+https://github.com/CraneStation/Cranelift?rev=312516a69da03dc06eace32f61412389a8dcadf3)",
|
2018-09-12 17:04:35 +03:00
|
|
|
"env_logger 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-15 13:39:28 +03:00
|
|
|
"target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-12 17:04:35 +03:00
|
|
|
]
|
|
|
|
|
2019-03-15 18:04:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-01 22:25:27 +03:00
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-15 18:04:46 +03:00
|
|
|
"safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-02 01:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2019-01-02 14:40:11 +03:00
|
|
|
version = "0.10.0"
|
2018-03-02 01:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-01 22:25:27 +03:00
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 01:33:35 +03:00
|
|
|
]
|
|
|
|
|
2018-07-24 03:38:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bench-collections-gtest"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-12-07 17:00:57 +03:00
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-24 03:38:43 +03:00
|
|
|
"fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-05-04 02:03:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "binary-space-partition"
|
2017-05-15 22:13:31 +03:00
|
|
|
version = "0.1.2"
|
2017-05-04 02:03:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-10 17:30:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "binast"
|
2019-06-12 16:49:26 +03:00
|
|
|
version = "0.2.0"
|
2018-10-10 17:30:08 +03:00
|
|
|
dependencies = [
|
2019-05-24 21:48:57 +03:00
|
|
|
"Inflector 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-10 17:09:06 +03:00
|
|
|
"binjs_meta 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-10 17:30:08 +03:00
|
|
|
"clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"env_logger 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-10 17:09:06 +03:00
|
|
|
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-03 22:23:36 +03:00
|
|
|
"yaml-rust 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-10 17:30:08 +03:00
|
|
|
]
|
|
|
|
|
2018-03-22 17:26:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-01 22:25:27 +03:00
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-04 18:41:57 +03:00
|
|
|
"serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-22 17:26:47 +03:00
|
|
|
]
|
|
|
|
|
2017-02-10 23:19:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
2019-06-25 21:13:10 +03:00
|
|
|
version = "0.49.3"
|
2017-02-10 23:19:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-03 13:55:43 +03:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 10:41:30 +03:00
|
|
|
"cexpr 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-23 17:17:35 +03:00
|
|
|
"cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-27 17:39:41 +03:00
|
|
|
"clang-sys 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-17 01:23:59 +03:00
|
|
|
"fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-11 22:53:28 +03:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-21 09:13:11 +03:00
|
|
|
"peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-02 23:41:27 +03:00
|
|
|
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-08 23:17:50 +03:00
|
|
|
"regex 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-27 17:39:41 +03:00
|
|
|
"shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-25 19:44:17 +03:00
|
|
|
"which 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-10 23:19:18 +03:00
|
|
|
]
|
|
|
|
|
2018-04-04 15:14:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "binjs_meta"
|
2019-06-10 17:09:06 +03:00
|
|
|
version = "0.5.2"
|
2018-04-04 15:14:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"Inflector 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-10 17:09:06 +03:00
|
|
|
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-10 17:09:06 +03:00
|
|
|
"weedle 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 15:14:26 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
2019-05-01 22:25:27 +03:00
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit_reverse"
|
|
|
|
version = "0.1.7"
|
2018-04-04 15:14:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-10-18 19:37:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2018-09-03 13:55:43 +03:00
|
|
|
version = "1.0.4"
|
2017-10-18 19:37:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-12-14 11:01:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bitreader"
|
2017-03-07 04:30:48 +03:00
|
|
|
version = "0.3.0"
|
2016-12-14 11:01:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-22 01:43:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bits"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"comedy 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"filetime_win 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"guid_win 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-04 18:41:57 +03:00
|
|
|
"serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.88 (git+https://github.com/servo/serde?branch=deserialize_from_enums10)",
|
2019-03-22 01:43:41 +03:00
|
|
|
"winapi 0.3.6 (git+https://github.com/froydnj/winapi-rs?branch=aarch64)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bits_client"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"bits 0.1.0",
|
|
|
|
"comedy 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"guid_win 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-08 23:17:50 +03:00
|
|
|
"regex 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-08 12:49:24 +03:00
|
|
|
"tempfile 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-22 01:43:41 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitsdownload"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"bits_client 0.1.0",
|
2019-04-15 22:44:35 +03:00
|
|
|
"comedy 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-24 12:26:59 +03:00
|
|
|
"crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-15 22:44:35 +03:00
|
|
|
"failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"moz_task 0.1.0",
|
|
|
|
"nserror 0.1.0",
|
|
|
|
"nsstring 0.1.0",
|
|
|
|
"xpcom 0.1.0",
|
2019-03-22 01:43:41 +03:00
|
|
|
]
|
|
|
|
|
2018-10-12 20:29:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "blake2-rfc"
|
|
|
|
version = "0.2.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-12-25 04:11:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2019-04-25 22:31:16 +03:00
|
|
|
version = "0.7.3"
|
2018-12-25 04:11:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"block-padding 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byte-tools 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-01 22:25:27 +03:00
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-25 04:11:35 +03:00
|
|
|
"generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-padding"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"byte-tools 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
Bug 1482608 - Port the synced bookmarks merger to Rust. r=nika,mak,markh,tcsc
This commit introduces a Rust XPCOM component,
`mozISyncedBookmarksMerger`, that wraps the Dogear crate for
merging and applying synced bookmarks.
How this works: `SyncedBookmarksMirror.jsm` manages opening
the connection, initializing the schema, and writing incoming
items into the mirror database. The new `mozISyncedBookmarksMerger`
holds a handle to the same connection. When JS code calls
`mozISyncedBookmarksMerger::apply`, the merger builds local and
remote trees, produces a merged tree, applies the tree back to Places,
and stages outgoing items for upload in a temp table, all on the
storage thread. It then calls back in to JS, which inflates Sync
records for outgoing items, notifies Places observers, and cleans up.
Since Dogear has a more robust merging algorithm that attempts to fix
up invalid trees, `test_bookmark_corruption.js` intentionally fails.
This is fixed in the next commit, which changes the merger to handle
invalid structure.
Differential Revision: https://phabricator.services.mozilla.com/D20076
--HG--
extra : moz-landing-system : lando
2019-03-25 07:50:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bookmark_sync"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-22 08:09:23 +03:00
|
|
|
"cstr 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-04 02:04:37 +03:00
|
|
|
"dogear 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
Bug 1482608 - Port the synced bookmarks merger to Rust. r=nika,mak,markh,tcsc
This commit introduces a Rust XPCOM component,
`mozISyncedBookmarksMerger`, that wraps the Dogear crate for
merging and applying synced bookmarks.
How this works: `SyncedBookmarksMirror.jsm` manages opening
the connection, initializing the schema, and writing incoming
items into the mirror database. The new `mozISyncedBookmarksMerger`
holds a handle to the same connection. When JS code calls
`mozISyncedBookmarksMerger::apply`, the merger builds local and
remote trees, produces a merged tree, applies the tree back to Places,
and stages outgoing items for upload in a temp table, all on the
storage thread. It then calls back in to JS, which inflates Sync
records for outgoing items, notifies Places observers, and cleans up.
Since Dogear has a more robust merging algorithm that attempts to fix
up invalid trees, `test_bookmark_corruption.js` intentionally fails.
This is fixed in the next commit, which changes the merger to handle
invalid structure.
Differential Revision: https://phabricator.services.mozilla.com/D20076
--HG--
extra : moz-landing-system : lando
2019-03-25 07:50:14 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"moz_task 0.1.0",
|
|
|
|
"nserror 0.1.0",
|
|
|
|
"nsstring 0.1.0",
|
|
|
|
"storage 0.1.0",
|
|
|
|
"storage_variant 0.1.0",
|
|
|
|
"thin-vec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"xpcom 0.1.0",
|
|
|
|
]
|
|
|
|
|
2017-08-09 22:20:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "boxfnonce"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-02 01:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "build_const"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-12-25 04:11:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "byte-tools"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-08-16 21:06:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2019-05-01 22:25:27 +03:00
|
|
|
version = "1.3.1"
|
2016-09-09 01:12:34 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-08-16 21:06:46 +03:00
|
|
|
|
2017-09-26 05:51:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2018-08-18 18:29:05 +03:00
|
|
|
version = "0.4.9"
|
2017-09-26 05:51:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-01 22:25:27 +03:00
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-26 05:51:30 +03:00
|
|
|
]
|
|
|
|
|
2018-03-02 01:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bzip2"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bzip2-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 01:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bzip2-sys"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-03 03:06:04 +03:00
|
|
|
"cc 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 01:33:35 +03:00
|
|
|
]
|
|
|
|
|
2018-02-13 08:05:37 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2019-04-03 03:06:04 +03:00
|
|
|
version = "1.0.34"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-02-13 08:05:37 +03:00
|
|
|
|
2019-03-20 20:00:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cert_storage"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-01 22:25:27 +03:00
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-24 12:26:59 +03:00
|
|
|
"crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-24 23:38:23 +03:00
|
|
|
"lmdb-rkv 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-26 23:10:59 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-04 02:24:19 +03:00
|
|
|
"moz_task 0.1.0",
|
2019-03-20 20:00:47 +03:00
|
|
|
"nserror 0.1.0",
|
|
|
|
"nsstring 0.1.0",
|
2019-06-13 22:14:59 +03:00
|
|
|
"rkv 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-01 22:25:27 +03:00
|
|
|
"rust_cascade 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-08 23:17:50 +03:00
|
|
|
"sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-04 02:41:17 +03:00
|
|
|
"storage_variant 0.1.0",
|
2019-03-20 20:00:47 +03:00
|
|
|
"style 0.0.1",
|
2019-06-13 22:14:59 +03:00
|
|
|
"tempfile 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-06 00:19:21 +03:00
|
|
|
"thin-vec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-20 20:00:47 +03:00
|
|
|
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"xpcom 0.1.0",
|
|
|
|
]
|
|
|
|
|
2017-02-10 23:19:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
2018-10-22 10:41:30 +03:00
|
|
|
version = "0.3.3"
|
2017-02-10 23:19:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-22 10:41:30 +03:00
|
|
|
"nom 4.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-10 23:19:18 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2019-03-23 17:17:35 +03:00
|
|
|
version = "0.1.6"
|
2017-02-10 23:19:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-02 01:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2018-09-18 20:51:03 +03:00
|
|
|
version = "0.4.6"
|
2018-03-02 01:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-18 20:51:03 +03:00
|
|
|
"num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-14 22:58:45 +03:00
|
|
|
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 01:33:35 +03:00
|
|
|
]
|
|
|
|
|
2017-02-10 23:19:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
2019-03-27 17:39:41 +03:00
|
|
|
version = "0.28.0"
|
2017-02-10 23:19:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-13 16:14:09 +03:00
|
|
|
"libloading 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-10 23:19:18 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2018-06-14 22:45:55 +03:00
|
|
|
version = "2.31.2"
|
2017-02-10 23:19:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-14 22:45:55 +03:00
|
|
|
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-29 04:37:30 +03:00
|
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-03 13:55:43 +03:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-14 22:45:55 +03:00
|
|
|
"strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 01:33:35 +03:00
|
|
|
"term_size 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-08 21:24:40 +03:00
|
|
|
"textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-10 23:19:18 +03:00
|
|
|
"unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-01 02:52:00 +03:00
|
|
|
"vec_map 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-10 23:19:18 +03:00
|
|
|
]
|
|
|
|
|
2019-05-19 00:30:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cloudabi"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-02-13 08:05:37 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cmake"
|
|
|
|
version = "0.1.29"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-03 03:06:04 +03:00
|
|
|
"cc 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-13 08:05:37 +03:00
|
|
|
]
|
|
|
|
|
2019-03-22 01:43:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "comedy"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.6 (git+https://github.com/froydnj/winapi-rs?branch=aarch64)",
|
|
|
|
]
|
|
|
|
|
2018-10-12 20:29:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-02 01:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cookie"
|
2018-08-18 18:29:05 +03:00
|
|
|
version = "0.11.0"
|
2018-03-02 01:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-14 22:58:45 +03:00
|
|
|
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 01:33:35 +03:00
|
|
|
]
|
|
|
|
|
2018-05-08 11:04:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2018-12-14 22:40:03 +03:00
|
|
|
version = "0.6.3"
|
2018-05-08 11:04:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-12-14 22:40:03 +03:00
|
|
|
"core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-08 11:04:52 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2018-12-14 22:40:03 +03:00
|
|
|
version = "0.6.2"
|
2018-05-08 11:04:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-06 19:42:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "core-graphics"
|
2018-09-21 06:29:49 +03:00
|
|
|
version = "0.17.1"
|
2017-02-06 19:42:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-03 13:55:43 +03:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-14 22:40:03 +03:00
|
|
|
"core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-21 18:41:47 +03:00
|
|
|
"foreign-types 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-06 19:42:53 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-text"
|
2018-09-21 06:29:49 +03:00
|
|
|
version = "13.0.0"
|
2017-02-06 19:42:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-12-14 22:40:03 +03:00
|
|
|
"core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-21 06:29:49 +03:00
|
|
|
"core-graphics 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-21 18:41:47 +03:00
|
|
|
"foreign-types 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-06 19:42:53 +03:00
|
|
|
]
|
|
|
|
|
2017-11-22 18:37:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cose"
|
2018-01-08 13:46:51 +03:00
|
|
|
version = "0.1.4"
|
2017-11-22 18:37:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-01-08 13:46:51 +03:00
|
|
|
dependencies = [
|
2018-02-12 11:02:03 +03:00
|
|
|
"moz_cbor 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-08 13:46:51 +03:00
|
|
|
]
|
2017-11-22 18:37:15 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cose-c"
|
2018-01-08 13:46:51 +03:00
|
|
|
version = "0.1.5"
|
2017-11-22 18:37:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-01-08 13:46:51 +03:00
|
|
|
"cose 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-22 18:37:15 +03:00
|
|
|
]
|
|
|
|
|
2018-09-12 17:04:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-bforest"
|
2019-07-04 09:28:01 +03:00
|
|
|
version = "0.32.0"
|
|
|
|
source = "git+https://github.com/CraneStation/Cranelift?rev=312516a69da03dc06eace32f61412389a8dcadf3#312516a69da03dc06eace32f61412389a8dcadf3"
|
2018-09-12 17:04:35 +03:00
|
|
|
dependencies = [
|
2019-07-04 09:28:01 +03:00
|
|
|
"cranelift-entity 0.32.0 (git+https://github.com/CraneStation/Cranelift?rev=312516a69da03dc06eace32f61412389a8dcadf3)",
|
2018-09-12 17:04:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen"
|
2019-07-04 09:28:01 +03:00
|
|
|
version = "0.32.0"
|
|
|
|
source = "git+https://github.com/CraneStation/Cranelift?rev=312516a69da03dc06eace32f61412389a8dcadf3#312516a69da03dc06eace32f61412389a8dcadf3"
|
2018-09-12 17:04:35 +03:00
|
|
|
dependencies = [
|
2019-07-04 09:28:01 +03:00
|
|
|
"cranelift-bforest 0.32.0 (git+https://github.com/CraneStation/Cranelift?rev=312516a69da03dc06eace32f61412389a8dcadf3)",
|
|
|
|
"cranelift-codegen-meta 0.32.0 (git+https://github.com/CraneStation/Cranelift?rev=312516a69da03dc06eace32f61412389a8dcadf3)",
|
|
|
|
"cranelift-entity 0.32.0 (git+https://github.com/CraneStation/Cranelift?rev=312516a69da03dc06eace32f61412389a8dcadf3)",
|
2018-11-09 16:16:08 +03:00
|
|
|
"failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-15 13:39:28 +03:00
|
|
|
"target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-12 17:04:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen-meta"
|
2019-07-04 09:28:01 +03:00
|
|
|
version = "0.32.0"
|
|
|
|
source = "git+https://github.com/CraneStation/Cranelift?rev=312516a69da03dc06eace32f61412389a8dcadf3#312516a69da03dc06eace32f61412389a8dcadf3"
|
2018-11-09 16:16:08 +03:00
|
|
|
dependencies = [
|
2019-07-04 09:28:01 +03:00
|
|
|
"cranelift-entity 0.32.0 (git+https://github.com/CraneStation/Cranelift?rev=312516a69da03dc06eace32f61412389a8dcadf3)",
|
2018-11-09 16:16:08 +03:00
|
|
|
]
|
2018-09-12 17:04:35 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-entity"
|
2019-07-04 09:28:01 +03:00
|
|
|
version = "0.32.0"
|
|
|
|
source = "git+https://github.com/CraneStation/Cranelift?rev=312516a69da03dc06eace32f61412389a8dcadf3#312516a69da03dc06eace32f61412389a8dcadf3"
|
2018-09-12 17:04:35 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-frontend"
|
2019-07-04 09:28:01 +03:00
|
|
|
version = "0.32.0"
|
|
|
|
source = "git+https://github.com/CraneStation/Cranelift?rev=312516a69da03dc06eace32f61412389a8dcadf3#312516a69da03dc06eace32f61412389a8dcadf3"
|
2018-09-12 17:04:35 +03:00
|
|
|
dependencies = [
|
2019-07-04 09:28:01 +03:00
|
|
|
"cranelift-codegen 0.32.0 (git+https://github.com/CraneStation/Cranelift?rev=312516a69da03dc06eace32f61412389a8dcadf3)",
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-15 13:39:28 +03:00
|
|
|
"target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-12 17:04:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-wasm"
|
2019-07-04 09:28:01 +03:00
|
|
|
version = "0.32.0"
|
|
|
|
source = "git+https://github.com/CraneStation/Cranelift?rev=312516a69da03dc06eace32f61412389a8dcadf3#312516a69da03dc06eace32f61412389a8dcadf3"
|
2018-09-12 17:04:35 +03:00
|
|
|
dependencies = [
|
2019-07-04 09:28:01 +03:00
|
|
|
"cranelift-codegen 0.32.0 (git+https://github.com/CraneStation/Cranelift?rev=312516a69da03dc06eace32f61412389a8dcadf3)",
|
|
|
|
"cranelift-entity 0.32.0 (git+https://github.com/CraneStation/Cranelift?rev=312516a69da03dc06eace32f61412389a8dcadf3)",
|
|
|
|
"cranelift-frontend 0.32.0 (git+https://github.com/CraneStation/Cranelift?rev=312516a69da03dc06eace32f61412389a8dcadf3)",
|
2018-11-09 16:16:08 +03:00
|
|
|
"failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-04 09:28:01 +03:00
|
|
|
"wasmparser 0.32.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-12 17:04:35 +03:00
|
|
|
]
|
|
|
|
|
2018-03-02 01:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crc"
|
|
|
|
version = "1.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"build_const 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-06-24 12:26:59 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"smallvec 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-02-20 17:05:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-03-27 01:12:56 +03:00
|
|
|
"crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-20 17:05:08 +03:00
|
|
|
"crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-08-18 18:29:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2019-06-24 12:26:59 +03:00
|
|
|
version = "0.6.3"
|
2018-08-18 18:29:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-24 12:26:59 +03:00
|
|
|
"crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
]
|
|
|
|
|
2018-02-20 17:05:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2018-03-27 01:12:56 +03:00
|
|
|
version = "0.3.1"
|
2018-02-20 17:05:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-23 17:17:35 +03:00
|
|
|
"cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-20 17:05:08 +03:00
|
|
|
"crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-11 22:53:28 +03:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-20 17:05:08 +03:00
|
|
|
"memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"scopeguard 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-08-18 18:29:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2019-06-24 12:26:59 +03:00
|
|
|
version = "0.7.1"
|
2018-08-18 18:29:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-23 17:17:35 +03:00
|
|
|
"cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-24 12:26:59 +03:00
|
|
|
"crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-11 22:53:28 +03:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
"memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"scopeguard 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-02-20 17:05:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-23 17:17:35 +03:00
|
|
|
"cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-20 17:05:08 +03:00
|
|
|
]
|
|
|
|
|
2018-08-18 18:29:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2019-06-24 12:26:59 +03:00
|
|
|
version = "0.6.5"
|
2019-02-07 19:14:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-23 17:17:35 +03:00
|
|
|
"cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-24 12:26:59 +03:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-07 19:14:04 +03:00
|
|
|
]
|
|
|
|
|
2017-02-10 23:19:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cssparser"
|
2019-07-08 07:51:08 +03:00
|
|
|
version = "0.25.7"
|
2017-02-10 23:19:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-20 15:21:20 +03:00
|
|
|
"cssparser-macros 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-22 23:47:28 +03:00
|
|
|
"dtoa-short 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 01:42:10 +03:00
|
|
|
"itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-08 21:24:40 +03:00
|
|
|
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-26 15:10:07 +03:00
|
|
|
"phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-02 23:41:27 +03:00
|
|
|
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-28 20:22:51 +03:00
|
|
|
"procedural-masquerade 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-02 23:41:27 +03:00
|
|
|
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-27 02:40:34 +03:00
|
|
|
"smallvec 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-04 18:59:54 +03:00
|
|
|
"syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-26 15:10:07 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cssparser-macros"
|
2019-05-20 15:21:20 +03:00
|
|
|
version = "0.3.5"
|
2017-02-26 15:10:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"phf_codegen 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-20 15:21:20 +03:00
|
|
|
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-28 20:22:51 +03:00
|
|
|
"procedural-masquerade 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-20 15:21:20 +03:00
|
|
|
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-10 23:19:18 +03:00
|
|
|
]
|
|
|
|
|
2018-02-14 20:42:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cstr"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-20 15:21:20 +03:00
|
|
|
"cstr-macros 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-14 20:42:57 +03:00
|
|
|
"procedural-masquerade 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cstr-macros"
|
2019-05-20 15:21:20 +03:00
|
|
|
version = "0.1.5"
|
2018-02-14 20:42:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"procedural-masquerade 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-20 15:21:20 +03:00
|
|
|
"syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-14 20:42:57 +03:00
|
|
|
]
|
|
|
|
|
2017-08-11 05:41:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cubeb"
|
2019-03-07 05:04:54 +03:00
|
|
|
version = "0.5.4"
|
2018-02-13 08:05:37 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-08-11 05:41:35 +03:00
|
|
|
dependencies = [
|
2019-03-07 05:04:54 +03:00
|
|
|
"cubeb-core 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-11 05:41:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cubeb-backend"
|
2019-03-07 05:04:54 +03:00
|
|
|
version = "0.5.4"
|
2018-02-13 08:05:37 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-08-11 05:41:35 +03:00
|
|
|
dependencies = [
|
2019-03-07 05:04:54 +03:00
|
|
|
"cubeb-core 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-11 05:41:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cubeb-core"
|
2019-03-07 05:04:54 +03:00
|
|
|
version = "0.5.4"
|
2018-02-13 08:05:37 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-03-13 02:52:45 +03:00
|
|
|
dependencies = [
|
2018-09-03 13:55:43 +03:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-07 05:04:54 +03:00
|
|
|
"cubeb-sys 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-13 02:52:45 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cubeb-pulse"
|
2018-03-22 13:10:19 +03:00
|
|
|
version = "0.2.0"
|
2017-03-13 02:52:45 +03:00
|
|
|
dependencies = [
|
2019-03-07 05:04:54 +03:00
|
|
|
"cubeb-backend 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-17 08:24:43 +03:00
|
|
|
"pulse 0.2.0",
|
2017-03-13 02:52:45 +03:00
|
|
|
"pulse-ffi 0.1.0",
|
|
|
|
"semver 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-02-13 08:05:37 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cubeb-sys"
|
2019-03-07 05:04:54 +03:00
|
|
|
version = "0.5.4"
|
2018-02-13 08:05:37 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cmake 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-08-24 14:00:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2019-05-25 03:33:05 +03:00
|
|
|
version = "0.9.0"
|
2017-08-24 14:00:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-25 03:33:05 +03:00
|
|
|
"darling_core 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"darling_macro 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 14:00:41 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2019-05-25 03:33:05 +03:00
|
|
|
version = "0.9.0"
|
2017-08-24 14:00:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-12-07 17:00:57 +03:00
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 14:00:41 +03:00
|
|
|
"ident_case 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-02 23:41:27 +03:00
|
|
|
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-25 03:33:05 +03:00
|
|
|
"strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-02 23:41:27 +03:00
|
|
|
"syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 14:00:41 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2019-05-25 03:33:05 +03:00
|
|
|
version = "0.9.0"
|
2017-08-24 14:00:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-25 03:33:05 +03:00
|
|
|
"darling_core 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-02 23:41:27 +03:00
|
|
|
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 14:00:41 +03:00
|
|
|
]
|
|
|
|
|
2019-06-21 22:51:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dbus"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libdbus-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-04-25 22:31:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "deflate"
|
|
|
|
version = "0.7.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"adler32 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-01 22:25:27 +03:00
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-25 22:31:16 +03:00
|
|
|
]
|
|
|
|
|
2019-03-30 03:16:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "derive_common"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2019-05-25 03:33:05 +03:00
|
|
|
"darling 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-02 23:41:27 +03:00
|
|
|
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-30 03:16:01 +03:00
|
|
|
"synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-01-18 23:32:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-02 23:41:27 +03:00
|
|
|
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-18 23:32:22 +03:00
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-02 23:41:27 +03:00
|
|
|
"syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-18 23:32:22 +03:00
|
|
|
]
|
|
|
|
|
2018-06-12 21:03:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "devd-rs"
|
2019-05-24 10:31:26 +03:00
|
|
|
version = "0.3.0"
|
2018-06-12 21:03:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-24 10:31:26 +03:00
|
|
|
"nom 4.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-12 21:03:01 +03:00
|
|
|
]
|
|
|
|
|
2018-12-25 04:11:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-10-12 20:29:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-12 20:29:14 +03:00
|
|
|
"redox_users 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-02 17:56:08 +03:00
|
|
|
"winapi 0.3.6 (git+https://github.com/froydnj/winapi-rs?branch=aarch64)",
|
2018-10-12 20:29:14 +03:00
|
|
|
]
|
|
|
|
|
Bug 1482608 - Port the synced bookmarks merger to Rust. r=nika,mak,markh,tcsc
This commit introduces a Rust XPCOM component,
`mozISyncedBookmarksMerger`, that wraps the Dogear crate for
merging and applying synced bookmarks.
How this works: `SyncedBookmarksMirror.jsm` manages opening
the connection, initializing the schema, and writing incoming
items into the mirror database. The new `mozISyncedBookmarksMerger`
holds a handle to the same connection. When JS code calls
`mozISyncedBookmarksMerger::apply`, the merger builds local and
remote trees, produces a merged tree, applies the tree back to Places,
and stages outgoing items for upload in a temp table, all on the
storage thread. It then calls back in to JS, which inflates Sync
records for outgoing items, notifies Places observers, and cleans up.
Since Dogear has a more robust merging algorithm that attempts to fix
up invalid trees, `test_bookmark_corruption.js` intentionally fails.
This is fixed in the next commit, which changes the merger to handle
invalid structure.
Differential Revision: https://phabricator.services.mozilla.com/D20076
--HG--
extra : moz-landing-system : lando
2019-03-25 07:50:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dogear"
|
2019-06-04 02:04:37 +03:00
|
|
|
version = "0.2.6"
|
Bug 1482608 - Port the synced bookmarks merger to Rust. r=nika,mak,markh,tcsc
This commit introduces a Rust XPCOM component,
`mozISyncedBookmarksMerger`, that wraps the Dogear crate for
merging and applying synced bookmarks.
How this works: `SyncedBookmarksMirror.jsm` manages opening
the connection, initializing the schema, and writing incoming
items into the mirror database. The new `mozISyncedBookmarksMerger`
holds a handle to the same connection. When JS code calls
`mozISyncedBookmarksMerger::apply`, the merger builds local and
remote trees, produces a merged tree, applies the tree back to Places,
and stages outgoing items for upload in a temp table, all on the
storage thread. It then calls back in to JS, which inflates Sync
records for outgoing items, notifies Places observers, and cleans up.
Since Dogear has a more robust merging algorithm that attempts to fix
up invalid trees, `test_bookmark_corruption.js` intentionally fails.
This is fixed in the next commit, which changes the merger to handle
invalid structure.
Differential Revision: https://phabricator.services.mozilla.com/D20076
--HG--
extra : moz-landing-system : lando
2019-03-25 07:50:14 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"smallbitvec 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-08-23 06:04:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dtoa-short"
|
2017-09-22 23:47:28 +03:00
|
|
|
version = "0.3.1"
|
2017-08-23 06:04:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
Bug 1474871 - Link dump_syms against rustc-demangle. r=ted
The new version of breakpad imported in bug 1309172 doesn't demangle
rust symbols at all, contrary to before, where it tried to C++ demangle
them, which worked for many, although far from all. It however has
rust-demangle support as long as it's linked against a copy of the
rust-demangle-capi crate from https://github.com/luser/rust-demangle-capi/
This imports the code from the rust-demangle-capi crate but because of
some build system complications it's not taken as-is:
- it uses rusty-cheddar, which is deprecated, to generate a C header.
- rusty-cheddar depends on syntex_syntax, which now fails to build.
- rust-demangle-capi has crate-type staticlib, which can't be used
as a dependency in a Cargo.toml. For that reason, we can't create
a fake crate that depends on it to have it vendored.
Overall, it's only a few lines of rust, and the C header can be written
manually, so this is what we do here. The created crate is named in a way
specific to dump_syms.
The build system doesn't know how to figure out what system libraries
are required to link rust static libraries, although the rust compiler
has /some/ support to get the information, so we handle that manually.
--HG--
extra : rebase_source : 9f5a9bfe2148d3040e11c7121a88e85a7f2d5c53
2018-07-12 04:23:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dump_syms_rust_demangle"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"rustc-demangle 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-03-07 02:46:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dwrote"
|
2019-05-25 20:08:40 +03:00
|
|
|
version = "0.9.0"
|
2017-03-07 02:46:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-11 22:53:28 +03:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-04 18:41:57 +03:00
|
|
|
"serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.88 (git+https://github.com/servo/serde?branch=deserialize_from_enums10)",
|
2018-11-02 17:56:08 +03:00
|
|
|
"winapi 0.3.6 (git+https://github.com/froydnj/winapi-rs?branch=aarch64)",
|
2017-03-07 02:46:30 +03:00
|
|
|
]
|
|
|
|
|
2017-06-15 06:22:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-25 11:42:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_c"
|
2018-06-05 13:50:20 +03:00
|
|
|
version = "0.9.0"
|
2017-04-25 11:42:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-16 15:41:34 +03:00
|
|
|
"encoding_rs 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-25 11:42:02 +03:00
|
|
|
]
|
|
|
|
|
2017-04-27 13:27:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_glue"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-04-16 15:41:34 +03:00
|
|
|
"encoding_rs 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-27 13:27:03 +03:00
|
|
|
"nserror 0.1.0",
|
|
|
|
"nsstring 0.1.0",
|
|
|
|
]
|
|
|
|
|
2017-04-25 11:42:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2019-04-16 15:41:34 +03:00
|
|
|
version = "0.8.17"
|
2017-04-25 11:42:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-23 17:17:35 +03:00
|
|
|
"cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-23 17:17:35 +03:00
|
|
|
"packed_simd 0.3.3 (git+https://github.com/hsivonen/packed_simd?branch=rust_1_32)",
|
2017-04-25 11:42:02 +03:00
|
|
|
]
|
|
|
|
|
2018-03-28 23:23:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.5.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-29 04:37:30 +03:00
|
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-28 23:23:10 +03:00
|
|
|
"humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 15:14:26 +03:00
|
|
|
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-28 23:23:10 +03:00
|
|
|
"termcolor 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-08-11 05:41:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "error-chain"
|
2017-12-20 04:51:11 +03:00
|
|
|
version = "0.11.0"
|
2017-08-11 05:41:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-02 17:20:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "euclid"
|
2019-01-12 18:49:16 +03:00
|
|
|
version = "0.19.5"
|
2018-08-02 17:20:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-01-12 18:49:16 +03:00
|
|
|
"euclid_macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-18 20:51:03 +03:00
|
|
|
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-04 18:41:57 +03:00
|
|
|
"serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-09 22:10:50 +03:00
|
|
|
]
|
|
|
|
|
2019-01-12 18:49:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "euclid_macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-02 23:41:27 +03:00
|
|
|
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-12 18:49:16 +03:00
|
|
|
]
|
|
|
|
|
2018-08-09 22:42:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "failure"
|
2018-11-09 16:16:08 +03:00
|
|
|
version = "0.1.3"
|
2018-08-09 22:42:17 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-12 20:29:14 +03:00
|
|
|
"backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-09 16:16:08 +03:00
|
|
|
"failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-09 22:42:17 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "failure_derive"
|
2018-11-09 16:16:08 +03:00
|
|
|
version = "0.1.3"
|
2018-08-09 22:42:17 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-02 23:41:27 +03:00
|
|
|
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-09 16:16:08 +03:00
|
|
|
"synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-09 22:42:17 +03:00
|
|
|
]
|
|
|
|
|
2018-10-10 17:30:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fake-simd"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-09-07 14:55:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fallible"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2017-09-10 21:28:35 +03:00
|
|
|
"hashglobe 0.1.0",
|
2019-02-27 02:40:34 +03:00
|
|
|
"smallvec 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-07 14:55:53 +03:00
|
|
|
]
|
|
|
|
|
2019-03-22 01:43:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "filetime_win"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"comedy 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.6 (git+https://github.com/froydnj/winapi-rs?branch=aarch64)",
|
|
|
|
]
|
|
|
|
|
2018-03-02 01:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 01:33:35 +03:00
|
|
|
"miniz_oxide_c_api 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-06 19:42:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2018-12-07 17:00:57 +03:00
|
|
|
version = "1.0.6"
|
2017-02-06 19:42:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-11-21 18:41:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-06 19:42:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "freetype"
|
2018-04-04 22:23:28 +03:00
|
|
|
version = "0.4.0"
|
2017-02-06 19:42:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-06 19:42:53 +03:00
|
|
|
]
|
|
|
|
|
2017-08-11 05:41:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fs2"
|
2018-08-29 04:37:30 +03:00
|
|
|
version = "0.4.3"
|
2017-08-11 05:41:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-02 17:56:08 +03:00
|
|
|
"winapi 0.3.6 (git+https://github.com/froydnj/winapi-rs?branch=aarch64)",
|
2017-08-11 05:41:35 +03:00
|
|
|
]
|
|
|
|
|
2019-05-19 00:30:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-cprng"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-10-23 07:52:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon"
|
2018-08-18 18:29:05 +03:00
|
|
|
version = "0.3.3"
|
2017-10-23 07:52:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-03 13:55:43 +03:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-23 07:52:44 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon-sys"
|
2018-08-18 18:29:05 +03:00
|
|
|
version = "0.3.3"
|
2017-10-23 07:52:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-05-09 06:47:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2018-08-18 18:29:05 +03:00
|
|
|
version = "0.1.23"
|
2017-05-09 06:47:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-11-06 09:26:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures-cpupool"
|
2018-03-08 05:23:10 +03:00
|
|
|
version = "0.1.8"
|
2017-11-06 09:26:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-18 18:29:05 +03:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-06 09:26:30 +03:00
|
|
|
"num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-08-09 15:46:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fxhash"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-01 22:25:27 +03:00
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-09 15:46:25 +03:00
|
|
|
]
|
|
|
|
|
2018-03-02 01:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "geckodriver"
|
2019-01-28 18:20:03 +03:00
|
|
|
version = "0.24.0"
|
2018-03-02 01:33:35 +03:00
|
|
|
dependencies = [
|
2019-01-02 14:40:11 +03:00
|
|
|
"base64 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-18 20:51:03 +03:00
|
|
|
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-14 22:45:55 +03:00
|
|
|
"clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-24 12:26:59 +03:00
|
|
|
"hyper 0.12.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-11 22:53:28 +03:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-28 18:22:56 +03:00
|
|
|
"mozprofile 0.5.0",
|
2019-01-28 18:22:44 +03:00
|
|
|
"mozrunner 0.9.0",
|
2019-01-28 18:22:37 +03:00
|
|
|
"mozversion 0.2.0",
|
2019-04-08 23:17:50 +03:00
|
|
|
"regex 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-04 18:41:57 +03:00
|
|
|
"serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.88 (git+https://github.com/servo/serde?branch=deserialize_from_enums10)",
|
2018-08-22 11:28:40 +03:00
|
|
|
"serde_json 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 19:31:40 +03:00
|
|
|
"uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-28 18:02:51 +03:00
|
|
|
"webdriver 0.39.0",
|
2018-09-18 20:51:03 +03:00
|
|
|
"zip 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 01:33:35 +03:00
|
|
|
]
|
|
|
|
|
2017-01-20 19:33:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "geckoservo"
|
2017-02-10 23:19:18 +03:00
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-08 07:51:08 +03:00
|
|
|
"cssparser 0.25.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-14 20:42:57 +03:00
|
|
|
"cstr 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-12 07:31:42 +03:00
|
|
|
"malloc_size_of 0.0.1",
|
2017-10-23 22:37:25 +03:00
|
|
|
"nsstring 0.1.0",
|
2018-09-18 20:51:03 +03:00
|
|
|
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 22:54:25 +03:00
|
|
|
"parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-31 03:01:49 +03:00
|
|
|
"selectors 0.21.0",
|
2018-02-22 04:49:38 +03:00
|
|
|
"servo_arc 0.1.1",
|
2019-02-27 02:40:34 +03:00
|
|
|
"smallvec 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-10 23:19:18 +03:00
|
|
|
"style 0.0.1",
|
|
|
|
"style_traits 0.0.1",
|
2019-03-30 03:16:27 +03:00
|
|
|
"to_shmem 0.0.1",
|
2017-02-10 23:19:18 +03:00
|
|
|
]
|
|
|
|
|
2018-12-25 04:11:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-10-24 20:00:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "gkrust"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"gkrust-shared 0.1.0",
|
2018-10-18 13:39:05 +03:00
|
|
|
"mozilla-central-workspace-hack 0.1.0",
|
2017-10-24 20:00:24 +03:00
|
|
|
"stylo_tests 0.0.1",
|
|
|
|
]
|
|
|
|
|
2018-03-02 01:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "gkrust-gtest"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-07-24 03:38:43 +03:00
|
|
|
"bench-collections-gtest 0.1.0",
|
2018-03-02 01:33:35 +03:00
|
|
|
"gkrust-shared 0.1.0",
|
|
|
|
"mp4parse-gtest 0.1.0",
|
|
|
|
"nsstring-gtest 0.1.0",
|
|
|
|
"xpcom-gtest 0.1.0",
|
|
|
|
]
|
|
|
|
|
2016-10-16 01:16:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "gkrust-shared"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
Bug 1496503 - Change the rust panic hook to delegate to Gecko's crash code. r=froydnj
The current rust panic hook keeps a string for the crash reporter, and
goes on calling the default rust panic hook, which prints out a crash
stack... when RUST_BOOTSTRAP is set *and* when that works. Notably, on
both mac and Windows, it only really works for local builds, but fails
for debug builds from automation, although on automation itself, we also
do stackwalk from crash minidumps, which alleviates the problem.
Artifact debug builds are affected, though.
More importantly, C++ calls to e.g. MOZ_CRASH have a similar but
different behavior, in that they dump a stack trace on debug builds, by
default (with exceptions, see below for one). The format of those stack
traces is understood by the various fix*stack*py scripts under
tools/rb/, that are used by the various test harnesses both on
automation and locally.
Additionally, the current rust panic hook, as it calls the default rust
panic hook, ends up calling abort() on non-Windows platforms, which ends
up being verbosely redirected to mozalloc_abort per
https://dxr.mozilla.org/mozilla-central/rev/237e4c0633fda8e227b2ab3ab57e417c980a2811/memory/mozalloc/mozalloc_abort.cpp#79
which then calls MOZ_CRASH. Theoretically, /that/ would also print a
stack trace, but doesn't because currently the stack trace printing code
lives in libxul, and MOZ_CRASH only calls it when compiled from
libxul-code, which mozalloc_abort is not part of.
With this change, we make the rust panic handler call back into
MOZ_CRASH directly. This has multiple advantages:
- This is more consistent cross-platforms (Windows is not special
anymore).
- This is more consistent between C++ and rust (stack traces all look
the same, and can all be post-processed by fix*stack*py if need be)
- This is more consistent in behavior, where debug builds will show
those stack traces without caring about environment variables.
- It demangles C++ symbols in rust-initiated stack traces (for some
reason that didn't happen with the rust panic handler)
A few downsides:
- the loss of demangling for some rust symbols.
- the loss of addresses in the stacks, although they're not entirely
useful
- extra empty lines.
The first should be fixable later one. The latter two are arguably
something that should be consistent across C++ and rust, and should be
changed if necessary, independently of this patch.
Depends on D11719
Depends on D11719
Differential Revision: https://phabricator.services.mozilla.com/D11720
--HG--
extra : moz-landing-system : lando
2018-11-15 01:35:33 +03:00
|
|
|
"arrayvec 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-26 23:23:49 +03:00
|
|
|
"audio_thread_priority 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-22 13:10:19 +03:00
|
|
|
"audioipc-client 0.4.0",
|
2018-04-18 06:50:20 +03:00
|
|
|
"audioipc-server 0.2.3",
|
2019-05-24 10:31:26 +03:00
|
|
|
"authenticator 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-22 01:43:41 +03:00
|
|
|
"bitsdownload 0.1.0",
|
Bug 1482608 - Port the synced bookmarks merger to Rust. r=nika,mak,markh,tcsc
This commit introduces a Rust XPCOM component,
`mozISyncedBookmarksMerger`, that wraps the Dogear crate for
merging and applying synced bookmarks.
How this works: `SyncedBookmarksMirror.jsm` manages opening
the connection, initializing the schema, and writing incoming
items into the mirror database. The new `mozISyncedBookmarksMerger`
holds a handle to the same connection. When JS code calls
`mozISyncedBookmarksMerger::apply`, the merger builds local and
remote trees, produces a merged tree, applies the tree back to Places,
and stages outgoing items for upload in a temp table, all on the
storage thread. It then calls back in to JS, which inflates Sync
records for outgoing items, notifies Places observers, and cleans up.
Since Dogear has a more robust merging algorithm that attempts to fix
up invalid trees, `test_bookmark_corruption.js` intentionally fails.
This is fixed in the next commit, which changes the merger to handle
invalid structure.
Differential Revision: https://phabricator.services.mozilla.com/D20076
--HG--
extra : moz-landing-system : lando
2019-03-25 07:50:14 +03:00
|
|
|
"bookmark_sync 0.1.0",
|
2019-03-20 20:00:47 +03:00
|
|
|
"cert_storage 0.0.1",
|
2018-01-08 13:46:51 +03:00
|
|
|
"cose-c 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-22 13:10:19 +03:00
|
|
|
"cubeb-pulse 0.2.0",
|
2019-03-07 05:04:54 +03:00
|
|
|
"cubeb-sys 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-05 13:50:20 +03:00
|
|
|
"encoding_c 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-27 13:27:03 +03:00
|
|
|
"encoding_glue 0.1.0",
|
2018-04-27 10:48:39 +03:00
|
|
|
"env_logger 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-10 23:19:18 +03:00
|
|
|
"geckoservo 0.0.1",
|
2019-02-11 21:03:12 +03:00
|
|
|
"gkrust_utils 0.1.0",
|
2018-09-12 17:04:35 +03:00
|
|
|
"jsrust_shared 0.1.0",
|
2019-02-07 19:14:04 +03:00
|
|
|
"kvstore 0.1.0",
|
2019-06-11 23:23:10 +03:00
|
|
|
"lmdb-rkv-sys 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-08 21:01:11 +03:00
|
|
|
"mozurl 0.0.1",
|
2018-12-12 18:04:18 +03:00
|
|
|
"mp4parse_capi 0.11.2",
|
2017-10-22 21:27:59 +03:00
|
|
|
"netwerk_helper 0.0.1",
|
2017-03-31 21:20:09 +03:00
|
|
|
"nserror 0.1.0",
|
2016-10-16 01:16:13 +03:00
|
|
|
"nsstring 0.1.0",
|
Bug 1423840 (attempt 2) - Rewrite the prefs parser. r=glandium,Manishearth
The prefs parser has two significant problems.
- It doesn't separate tokenizing from parsing.
- It is implemented as a loop around a big switch on a "current state"
variable.
As a result, it is hard to understand and modify, slower than it could be, and
in obscure cases (involving comments and whitespace) it fails to parse what
should be valid input.
This patch replaces it with a recursive descent parser (albeit one without any
recursion!) that has separate tokenization. The new parser is easier to
understand and modify, more correct, and has better error messages. It doesn't
do error recovery, but that would be much easier to add than in the old parser.
The new parser also runs about 1.9x faster than the existing parser. (As
measured by parsing greprefs.js's contents from memory 1000 times in
succession, omitting the prefs hash table construction. If the table
construction is included, it's about 1.6x faster.)
The new parser is slightly stricter than the old parser in a few ways.
- Disconcertingly, the old parser allowed arbitrary junk between prefs
(including at the start and end of the prefs file) so long as that junk
didn't include any of the following chars: '/', '#', 'u', 's', 'p'. I.e.
lines like these:
!foo@bar&pref("prefname", true);
ticky_pref("prefname", true); // missing 's' at start
User_pref("prefname", true); // should be 'u' at start
would all be treated the same as this:
pref("prefname", true);
The new parser disallows such junk because it isn't necessary and seems like
an unintentional botch by the old parser.
- The old parser allowed character 0x1a (SUB) between tokens and treated it
like '\n'.
The new parser does not allow this character. SUB was used to indicate
end-of-file (*not* end-of-line) in some old operating systems such as MS-DOS,
but this doesn't seem necessary today.
- The old parser tolerated (with a warning) invalid escape sequences within
string literals -- such as "\q" (not a valid escape) and "\x1" and "\u12"
(both of which have insufficient hex digits) -- accepting them literally.
The new parser does not tolerate invalid escape sequences because it doesn't
seem necessary and would complicate things.
- The old parser tolerated character 0x00 (NUL) within string literals; this is
dangerous because C++ code that manipulates string values with embedded NULs
will almost certainly consider those chars as end-of-string markers.
The new parser treats NUL chars as end-of-file, to avoid this danger and
because it facilitates a significant optimization (described within the
code).
- The old parser allowed integer literals to overflow, silently wrapping them.
The new parser treats integer overflow as a parse error. This seems better,
and it caught existing overflows of places.database.lastMaintenance, in
testing/profiles/prefs_general.js (bug 1424030) and
testing/talos/talos/config.py (bug 1434813).
The first of these changes meant that a couple of existing prefs with ";;" at
the end had to be changed (done in the preceding patch).
The minor increase in strictness shouldn't be a problem for default pref files
such as greprefs.js within the application (which we can modify), nor for
app-written prefs files such as prefs.js. It could affect user-written prefs
files such as user.js; the experience above suggests that integer overflow and
";;" are the most likely problems in practice. In my opinion, the risk here is
acceptable.
The new parser also does a better job of tracking line numbers because it (a)
treats "\r\n" sequences as a single end-of-line marker, and (a) pays attention
to end-of-line sequences within string literals.
Finally, the patch adds thorough tests of both valid and invalid syntax.
MozReview-Commit-ID: JD3beOQl4AJ
2018-02-01 08:21:47 +03:00
|
|
|
"prefs_parser 0.0.1",
|
2018-10-02 04:50:56 +03:00
|
|
|
"profiler_helper 0.1.0",
|
2017-06-30 22:54:12 +03:00
|
|
|
"rsdparsa_capi 0.1.0",
|
2019-01-18 23:32:22 +03:00
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-16 15:41:34 +03:00
|
|
|
"shift_or_euc_c 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
Bug 1482608 - Add basic Rust bindings for mozStorage. r=nika,asuth,mak
This commit wraps just enough of the mozStorage API to support the
bookmarks mirror. It's not complete: for example, there's no way
to open, clone, or close a connection, because the mirror handles
that from JS. The wrapper also omits shutdown blocking and retrying on
`SQLITE_BUSY`.
This commit also changes the behavior of sync and async mozStorage
connections. Async (`mozIStorageAsyncConnection`) methods may be called
from any thread on any connection. Sync (`mozIStorageConnection`)
methods may be called from any thread on a sync connection, and from
background threads on an async connection. All connections now QI
to `mozIStorageConnection`, but attempting to call a sync method on
an async connection from the main thread throws.
Finally, this commit exposes an `OpenedConnection::unsafeRawConnection`
getter in Sqlite.jsm, for JS code to access the underlying connection.
Differential Revision: https://phabricator.services.mozilla.com/D20073
--HG--
extra : moz-landing-system : lando
2019-03-25 07:49:18 +03:00
|
|
|
"storage 0.1.0",
|
2017-02-06 19:42:53 +03:00
|
|
|
"webrender_bindings 0.1.0",
|
2018-01-05 01:21:54 +03:00
|
|
|
"xpcom 0.1.0",
|
2019-04-22 05:59:51 +03:00
|
|
|
"xulstore 0.1.0",
|
2017-02-06 19:42:53 +03:00
|
|
|
]
|
|
|
|
|
2019-02-11 21:03:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "gkrust_utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"nsstring 0.1.0",
|
2019-05-22 02:05:22 +03:00
|
|
|
"uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-11 21:03:12 +03:00
|
|
|
]
|
|
|
|
|
2017-02-06 19:42:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "gl_generator"
|
2019-04-01 20:54:08 +03:00
|
|
|
version = "0.11.0"
|
2017-02-06 19:42:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-01 20:54:08 +03:00
|
|
|
"khronos_api 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-27 22:30:19 +03:00
|
|
|
"xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-06 19:42:53 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gleam"
|
2019-05-01 23:45:22 +03:00
|
|
|
version = "0.6.17"
|
2017-02-06 19:42:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-01 20:54:08 +03:00
|
|
|
"gl_generator 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-06 19:42:53 +03:00
|
|
|
]
|
|
|
|
|
2017-02-10 23:19:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-02 04:50:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "goblin"
|
|
|
|
version = "0.0.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-02 04:50:56 +03:00
|
|
|
"plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"scroll 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-03-22 01:43:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "guid_win"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"comedy 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.6 (git+https://github.com/froydnj/winapi-rs?branch=aarch64)",
|
|
|
|
]
|
|
|
|
|
2018-08-18 18:29:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-01 22:25:27 +03:00
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
"bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-07 17:00:57 +03:00
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-24 12:26:59 +03:00
|
|
|
"http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
"indexmap 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
"slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-09-02 01:24:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hashglobe"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
]
|
|
|
|
|
2019-06-24 12:26:59 +03:00
|
|
|
[[package]]
|
|
|
|
name = "headers"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"headers-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"headers-derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mime 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"sha-1 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "headers-core"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "headers-derive"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-08-18 18:29:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2019-06-24 12:26:59 +03:00
|
|
|
version = "0.1.17"
|
2018-08-18 18:29:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-07 17:00:57 +03:00
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
"itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-02 01:24:08 +03:00
|
|
|
]
|
|
|
|
|
2018-03-02 01:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2019-05-19 00:30:23 +03:00
|
|
|
version = "1.3.3"
|
2018-03-02 01:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-28 23:23:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"quick-error 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-02 01:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2019-06-24 12:26:59 +03:00
|
|
|
version = "0.12.19"
|
2018-03-02 01:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-18 18:29:05 +03:00
|
|
|
"bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"h2 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-24 12:26:59 +03:00
|
|
|
"http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-19 00:30:23 +03:00
|
|
|
"httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-25 22:28:42 +03:00
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-14 22:58:45 +03:00
|
|
|
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-24 12:26:59 +03:00
|
|
|
"tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-tcp 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-24 12:26:59 +03:00
|
|
|
"tokio-threadpool 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
"want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 01:33:35 +03:00
|
|
|
]
|
|
|
|
|
2017-08-24 14:00:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-10-19 16:07:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2017-08-02 13:44:48 +03:00
|
|
|
version = "0.1.4"
|
2016-10-19 16:07:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-12-08 21:24:40 +03:00
|
|
|
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-02 13:44:48 +03:00
|
|
|
"unicode-normalization 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-19 16:07:05 +03:00
|
|
|
]
|
|
|
|
|
2019-04-25 22:31:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "image"
|
|
|
|
version = "0.21.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-01 22:25:27 +03:00
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-25 22:31:16 +03:00
|
|
|
"lzw 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-iter 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-rational 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"png 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-08-18 18:29:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-04-25 22:31:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "inflate"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"adler32 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-06-24 12:26:59 +03:00
|
|
|
[[package]]
|
|
|
|
name = "input_buffer"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-08-11 05:41:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "iovec"
|
2018-08-18 18:29:05 +03:00
|
|
|
version = "0.1.2"
|
2017-08-11 05:41:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-11 05:41:35 +03:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-07-28 11:23:45 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2018-02-28 23:07:52 +03:00
|
|
|
version = "0.7.6"
|
2017-07-28 11:23:45 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"either 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-06-10 17:09:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"either 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-04-04 01:42:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-02 01:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "js"
|
|
|
|
version = "0.1.4"
|
|
|
|
dependencies = [
|
2019-06-25 21:13:10 +03:00
|
|
|
"bindgen 0.49.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 01:33:35 +03:00
|
|
|
"cmake 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-05 20:08:05 +03:00
|
|
|
"env_logger 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 01:33:35 +03:00
|
|
|
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-11 22:53:28 +03:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 01:33:35 +03:00
|
|
|
"mozjs_sys 0.0.0",
|
2018-03-19 20:24:54 +03:00
|
|
|
"num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 01:33:35 +03:00
|
|
|
]
|
|
|
|
|
2018-09-12 17:04:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "jsrust"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"jsrust_shared 0.1.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jsrust_shared"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"baldrdash 0.1.0",
|
2019-02-26 22:37:49 +03:00
|
|
|
"mozilla-central-workspace-hack 0.1.0",
|
2018-09-12 17:04:35 +03:00
|
|
|
]
|
|
|
|
|
2017-02-06 19:42:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "khronos_api"
|
2019-04-01 20:54:08 +03:00
|
|
|
version = "3.1.0"
|
2017-02-06 19:42:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-02-07 19:14:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "kvstore"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-24 12:26:59 +03:00
|
|
|
"crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-07 19:14:04 +03:00
|
|
|
"failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-09 06:57:18 +03:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-24 23:38:23 +03:00
|
|
|
"lmdb-rkv 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-07 19:14:04 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"moz_task 0.1.0",
|
|
|
|
"nserror 0.1.0",
|
|
|
|
"nsstring 0.1.0",
|
2019-06-13 22:14:59 +03:00
|
|
|
"rkv 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-07 19:14:04 +03:00
|
|
|
"storage_variant 0.1.0",
|
2019-06-13 22:14:59 +03:00
|
|
|
"tempfile 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-27 17:16:59 +03:00
|
|
|
"thin-vec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-07 19:14:04 +03:00
|
|
|
"xpcom 0.1.0",
|
|
|
|
]
|
|
|
|
|
2017-12-05 20:34:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2019-02-11 22:53:28 +03:00
|
|
|
version = "1.2.0"
|
2017-12-05 20:34:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-08-11 05:41:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-18 18:29:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
2019-05-19 00:30:23 +03:00
|
|
|
version = "1.2.1"
|
2018-08-18 18:29:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-10-19 16:07:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2019-04-05 04:34:23 +03:00
|
|
|
version = "0.2.51"
|
2016-10-19 16:07:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-06-21 22:51:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libdbus-sys"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-10 23:19:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2018-03-13 16:14:09 +03:00
|
|
|
version = "0.5.0"
|
2017-02-10 23:19:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-03 03:06:04 +03:00
|
|
|
"cc 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-02 17:56:08 +03:00
|
|
|
"winapi 0.3.6 (git+https://github.com/froydnj/winapi-rs?branch=aarch64)",
|
2017-02-10 23:19:18 +03:00
|
|
|
]
|
|
|
|
|
2017-08-09 22:20:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libudev"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-07 18:06:31 +03:00
|
|
|
"libudev-sys 0.1.3",
|
2017-08-09 22:20:08 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libudev-sys"
|
|
|
|
version = "0.1.3"
|
|
|
|
dependencies = [
|
2019-02-11 22:53:28 +03:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-09 22:20:08 +03:00
|
|
|
]
|
|
|
|
|
2018-03-02 01:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
2019-06-04 21:44:05 +03:00
|
|
|
version = "1.0.25"
|
2018-03-02 01:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-04 21:44:05 +03:00
|
|
|
"cc 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 01:33:35 +03:00
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-04-04 15:14:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-09 22:42:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lmdb-rkv"
|
2019-05-24 23:38:23 +03:00
|
|
|
version = "0.11.4"
|
2018-08-09 22:42:17 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-03 13:55:43 +03:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-24 23:38:23 +03:00
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-11 23:23:10 +03:00
|
|
|
"lmdb-rkv-sys 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-09 22:42:17 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-02-11 22:53:28 +03:00
|
|
|
name = "lmdb-rkv-sys"
|
2019-06-11 23:23:10 +03:00
|
|
|
version = "0.8.4"
|
2019-02-11 22:53:28 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-08-09 22:42:17 +03:00
|
|
|
dependencies = [
|
2019-04-03 03:06:04 +03:00
|
|
|
"cc 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-09 22:42:17 +03:00
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-07-24 04:26:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2019-05-23 22:54:25 +03:00
|
|
|
version = "0.2.0"
|
2018-07-24 04:26:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-23 22:54:25 +03:00
|
|
|
"scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-24 04:26:24 +03:00
|
|
|
]
|
|
|
|
|
2017-02-06 19:42:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2018-03-05 22:21:46 +03:00
|
|
|
version = "0.3.9"
|
2017-02-06 19:42:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-03-05 22:21:46 +03:00
|
|
|
dependencies = [
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 22:21:46 +03:00
|
|
|
]
|
2017-02-06 19:42:53 +03:00
|
|
|
|
2018-02-12 19:32:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2019-01-24 12:51:17 +03:00
|
|
|
version = "0.4.6"
|
2018-02-12 19:32:10 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-23 17:17:35 +03:00
|
|
|
"cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-12 19:32:10 +03:00
|
|
|
]
|
|
|
|
|
2019-04-25 22:31:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lzw"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-06-21 22:51:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mach"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-09-12 07:31:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "malloc_size_of"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-08-08 01:48:25 +03:00
|
|
|
"app_units 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-08 07:51:08 +03:00
|
|
|
"cssparser 0.25.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-12 18:49:16 +03:00
|
|
|
"euclid 0.19.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-12 07:31:42 +03:00
|
|
|
"hashglobe 0.1.0",
|
2018-12-31 03:01:49 +03:00
|
|
|
"selectors 0.21.0",
|
2018-02-22 04:49:38 +03:00
|
|
|
"servo_arc 0.1.1",
|
2018-12-20 04:49:42 +03:00
|
|
|
"smallbitvec 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-27 02:40:34 +03:00
|
|
|
"smallvec 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 03:29:48 +03:00
|
|
|
"thin-slice 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-10 21:14:30 +03:00
|
|
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-12 07:31:42 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "malloc_size_of_derive"
|
2019-01-09 23:14:21 +03:00
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-09-12 07:31:42 +03:00
|
|
|
dependencies = [
|
2019-04-02 23:41:27 +03:00
|
|
|
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-07 17:00:57 +03:00
|
|
|
"synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-12 07:31:42 +03:00
|
|
|
]
|
|
|
|
|
2016-10-19 16:07:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2017-12-08 21:24:40 +03:00
|
|
|
version = "0.1.6"
|
2016-10-19 16:07:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-10 23:19:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2017-12-08 21:24:40 +03:00
|
|
|
version = "1.0.2"
|
2017-02-10 23:19:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-10 23:19:18 +03:00
|
|
|
]
|
|
|
|
|
2018-05-21 23:24:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2019-04-16 02:44:39 +03:00
|
|
|
version = "2.2.0"
|
2018-05-21 23:24:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-08-11 05:41:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "memmap"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-29 04:37:30 +03:00
|
|
|
"fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-11 05:41:35 +03:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-11 05:41:35 +03:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-10-02 04:50:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "memmap"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-02 17:56:08 +03:00
|
|
|
"winapi 0.3.6 (git+https://github.com/froydnj/winapi-rs?branch=aarch64)",
|
2018-10-02 04:50:56 +03:00
|
|
|
]
|
|
|
|
|
2018-02-20 17:05:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-06-24 12:26:59 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicase 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
|
|
|
version = "2.0.0-alpha.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"mime 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"phf_codegen 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-02 01:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"adler32 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 01:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide_c_api"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-03 03:06:04 +03:00
|
|
|
"cc 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 01:33:35 +03:00
|
|
|
"crc 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 01:33:35 +03:00
|
|
|
"miniz_oxide 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-08-11 05:41:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2019-05-19 00:30:23 +03:00
|
|
|
version = "0.6.16"
|
2017-08-11 05:41:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-18 18:29:05 +03:00
|
|
|
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-11 05:41:35 +03:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-19 00:30:23 +03:00
|
|
|
"lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-11 05:41:35 +03:00
|
|
|
"miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-25 22:28:42 +03:00
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
"slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-11 05:41:35 +03:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-05-19 00:30:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mio-extras"
|
|
|
|
version = "2.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-03-07 05:04:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mio-named-pipes"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-19 00:30:23 +03:00
|
|
|
"mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-07 05:04:54 +03:00
|
|
|
"miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-08-11 05:41:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mio-uds"
|
2019-06-24 12:26:59 +03:00
|
|
|
version = "0.6.7"
|
2017-08-11 05:41:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-24 12:26:59 +03:00
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-19 00:30:23 +03:00
|
|
|
"mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-11 05:41:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-25 22:28:42 +03:00
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-11 05:41:35 +03:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-01-08 13:46:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "moz_cbor"
|
2018-02-12 11:02:03 +03:00
|
|
|
version = "0.1.1"
|
2018-01-08 13:46:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-02-07 19:14:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "moz_task"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-07 19:14:04 +03:00
|
|
|
"nserror 0.1.0",
|
|
|
|
"nsstring 0.1.0",
|
|
|
|
"xpcom 0.1.0",
|
|
|
|
]
|
|
|
|
|
2018-10-18 13:39:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mozilla-central-workspace-hack"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-20 15:21:20 +03:00
|
|
|
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-04 18:41:57 +03:00
|
|
|
"serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.88 (git+https://github.com/servo/serde?branch=deserialize_from_enums10)",
|
2019-04-05 02:08:39 +03:00
|
|
|
"syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-18 13:39:05 +03:00
|
|
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-02 17:56:08 +03:00
|
|
|
"winapi 0.3.6 (git+https://github.com/froydnj/winapi-rs?branch=aarch64)",
|
2018-10-18 13:39:05 +03:00
|
|
|
]
|
|
|
|
|
2018-03-02 01:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mozjs_sys"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2018-09-12 17:04:35 +03:00
|
|
|
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-04 21:44:05 +03:00
|
|
|
"libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 01:33:35 +03:00
|
|
|
"num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mozprofile"
|
2019-01-28 18:22:56 +03:00
|
|
|
version = "0.5.0"
|
2018-03-02 01:33:35 +03:00
|
|
|
dependencies = [
|
2019-05-08 12:49:24 +03:00
|
|
|
"tempfile 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 01:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mozrunner"
|
2019-01-28 18:22:44 +03:00
|
|
|
version = "0.9.0"
|
2018-03-02 01:33:35 +03:00
|
|
|
dependencies = [
|
2018-10-12 20:29:14 +03:00
|
|
|
"dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-28 18:22:56 +03:00
|
|
|
"mozprofile 0.5.0",
|
2019-03-15 18:04:46 +03:00
|
|
|
"plist 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-14 23:04:25 +03:00
|
|
|
"winreg 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 01:33:35 +03:00
|
|
|
]
|
|
|
|
|
2018-03-08 21:01:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mozurl"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"nserror 0.1.0",
|
|
|
|
"nsstring 0.1.0",
|
2018-12-01 17:58:03 +03:00
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 22:54:25 +03:00
|
|
|
"uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-08 21:01:11 +03:00
|
|
|
"xpcom 0.1.0",
|
|
|
|
]
|
|
|
|
|
2018-03-02 01:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mozversion"
|
2019-01-28 18:22:37 +03:00
|
|
|
version = "0.2.0"
|
2018-03-02 01:33:35 +03:00
|
|
|
dependencies = [
|
2019-04-08 23:17:50 +03:00
|
|
|
"regex 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-14 23:05:30 +03:00
|
|
|
"rust-ini 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 01:33:35 +03:00
|
|
|
"semver 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-08-06 07:49:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mp4parse"
|
2018-12-12 18:04:18 +03:00
|
|
|
version = "0.11.2"
|
2016-08-16 21:06:46 +03:00
|
|
|
dependencies = [
|
2017-03-07 04:30:48 +03:00
|
|
|
"bitreader 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-01 22:25:27 +03:00
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-05 06:11:06 +03:00
|
|
|
"mp4parse_fallible 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-18 20:51:03 +03:00
|
|
|
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-16 21:06:46 +03:00
|
|
|
]
|
2016-08-06 07:49:26 +03:00
|
|
|
|
2018-03-02 01:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mp4parse-gtest"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2016-09-03 00:27:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mp4parse_capi"
|
2018-12-12 18:04:18 +03:00
|
|
|
version = "0.11.2"
|
2016-09-03 00:27:50 +03:00
|
|
|
dependencies = [
|
2019-05-01 22:25:27 +03:00
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-12 18:04:18 +03:00
|
|
|
"mp4parse 0.11.2",
|
2018-09-18 20:51:03 +03:00
|
|
|
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-03 00:27:50 +03:00
|
|
|
]
|
|
|
|
|
2017-09-13 09:59:45 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mp4parse_fallible"
|
|
|
|
version = "0.0.1"
|
2018-01-05 06:11:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-09-13 09:59:45 +03:00
|
|
|
|
2018-03-02 01:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "msdos_time"
|
2018-08-29 04:37:30 +03:00
|
|
|
version = "0.1.6"
|
2018-03-02 01:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-14 22:58:45 +03:00
|
|
|
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-02 17:56:08 +03:00
|
|
|
"winapi 0.3.6 (git+https://github.com/froydnj/winapi-rs?branch=aarch64)",
|
2018-03-02 01:33:35 +03:00
|
|
|
]
|
|
|
|
|
2019-05-01 22:25:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "murmurhash3"
|
|
|
|
version = "0.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-08-11 05:41:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "net2"
|
2019-04-25 22:28:42 +03:00
|
|
|
version = "0.2.33"
|
2017-08-11 05:41:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-23 17:17:35 +03:00
|
|
|
"cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-02 17:56:08 +03:00
|
|
|
"winapi 0.3.6 (git+https://github.com/froydnj/winapi-rs?branch=aarch64)",
|
2017-08-11 05:41:35 +03:00
|
|
|
]
|
|
|
|
|
2017-10-22 21:27:59 +03:00
|
|
|
[[package]]
|
|
|
|
name = "netwerk_helper"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"nserror 0.1.0",
|
|
|
|
"nsstring 0.1.0",
|
|
|
|
]
|
|
|
|
|
2018-06-12 02:44:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "new_debug_unreachable"
|
2019-02-27 02:40:34 +03:00
|
|
|
version = "1.0.1"
|
2018-06-12 02:44:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-02-27 02:40:34 +03:00
|
|
|
dependencies = [
|
|
|
|
"unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2018-06-12 02:44:40 +03:00
|
|
|
|
2017-05-20 04:10:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nodrop"
|
2017-12-08 03:17:46 +03:00
|
|
|
version = "0.1.12"
|
2017-05-20 04:10:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-22 10:41:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "4.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-16 02:44:39 +03:00
|
|
|
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 10:41:30 +03:00
|
|
|
]
|
|
|
|
|
2017-03-31 21:20:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nserror"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"nsstring 0.1.0",
|
|
|
|
]
|
|
|
|
|
2016-08-17 01:05:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nsstring"
|
|
|
|
version = "0.1.0"
|
2017-07-10 22:23:11 +03:00
|
|
|
dependencies = [
|
2018-09-03 13:55:43 +03:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-16 15:41:34 +03:00
|
|
|
"encoding_rs 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 01:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nsstring-gtest"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"nsstring 0.1.0",
|
|
|
|
]
|
|
|
|
|
2018-08-15 17:07:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-derive"
|
2019-05-20 15:21:20 +03:00
|
|
|
version = "0.2.5"
|
2018-08-15 17:07:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-02 23:41:27 +03:00
|
|
|
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-20 15:21:20 +03:00
|
|
|
"syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-15 17:07:11 +03:00
|
|
|
]
|
|
|
|
|
2017-02-10 23:19:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2018-09-18 20:51:03 +03:00
|
|
|
version = "0.1.39"
|
2018-03-02 01:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-18 20:51:03 +03:00
|
|
|
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 01:33:35 +03:00
|
|
|
]
|
|
|
|
|
2019-04-25 22:31:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
|
|
|
version = "0.1.37"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-06 19:42:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2018-03-19 20:24:54 +03:00
|
|
|
version = "0.1.43"
|
2017-02-06 19:42:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-03-19 20:24:54 +03:00
|
|
|
dependencies = [
|
2018-09-18 20:51:03 +03:00
|
|
|
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-19 20:24:54 +03:00
|
|
|
]
|
2017-02-06 19:42:53 +03:00
|
|
|
|
2018-02-14 03:58:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2018-09-18 20:51:03 +03:00
|
|
|
version = "0.2.6"
|
2018-02-14 03:58:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-10 23:19:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2017-12-08 21:24:40 +03:00
|
|
|
version = "1.7.0"
|
2017-02-10 23:19:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-10 23:19:18 +03:00
|
|
|
]
|
|
|
|
|
2018-10-02 04:50:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"goblin 0.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"scroll 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-12-25 04:11:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-09-15 19:35:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ordered-float"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-18 20:51:03 +03:00
|
|
|
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-15 19:35:42 +03:00
|
|
|
]
|
|
|
|
|
2017-02-10 23:19:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "owning_ref"
|
2018-12-22 23:02:42 +03:00
|
|
|
version = "0.4.0"
|
2017-02-10 23:19:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-07-14 13:05:27 +03:00
|
|
|
dependencies = [
|
|
|
|
"stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2017-02-10 23:19:18 +03:00
|
|
|
|
2019-03-23 17:17:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "packed_simd"
|
|
|
|
version = "0.3.3"
|
2019-03-23 17:17:35 +03:00
|
|
|
source = "git+https://github.com/hsivonen/packed_simd?branch=rust_1_32#3541e3818fdc7c2a24f87e3459151a4ce955a67a"
|
2019-03-23 17:17:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-10 23:19:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2019-05-23 22:54:25 +03:00
|
|
|
version = "0.8.0"
|
2017-02-10 23:19:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-23 22:54:25 +03:00
|
|
|
"lock_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parking_lot_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-10 23:19:18 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2019-05-23 22:54:25 +03:00
|
|
|
version = "0.5.0"
|
2017-02-10 23:19:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-23 22:54:25 +03:00
|
|
|
"cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 22:54:25 +03:00
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_syscall 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-27 02:40:34 +03:00
|
|
|
"smallvec 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-02 17:56:08 +03:00
|
|
|
"winapi 0.3.6 (git+https://github.com/froydnj/winapi-rs?branch=aarch64)",
|
2017-02-10 23:19:18 +03:00
|
|
|
]
|
|
|
|
|
2017-05-21 09:13:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "peeking_take_while"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-08-02 13:44:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-10 23:19:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
|
|
|
version = "0.7.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
|
|
|
version = "0.7.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"phf_generator 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
|
|
|
version = "0.7.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
"rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-10 23:19:18 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
|
|
|
version = "0.7.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"siphasher 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-24 12:26:59 +03:00
|
|
|
"unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-10 23:19:18 +03:00
|
|
|
]
|
|
|
|
|
2017-02-06 19:42:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-02 04:50:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "plain"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-05-04 02:03:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "plane-split"
|
2019-03-20 00:00:08 +03:00
|
|
|
version = "0.13.8"
|
2017-05-04 02:03:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-05-15 22:13:31 +03:00
|
|
|
"binary-space-partition 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-12 18:49:16 +03:00
|
|
|
"euclid 0.19.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-18 20:51:03 +03:00
|
|
|
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-04 02:03:18 +03:00
|
|
|
]
|
|
|
|
|
2019-03-15 18:04:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "plist"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-01 22:25:27 +03:00
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-15 18:04:46 +03:00
|
|
|
"humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-04 18:41:57 +03:00
|
|
|
"serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-15 18:04:46 +03:00
|
|
|
"xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-04-25 22:31:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "png"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"deflate 0.7.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"inflate 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-iter 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-02 01:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "podio"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-08 04:14:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "precomputed-hash"
|
2017-09-30 18:26:05 +03:00
|
|
|
version = "0.1.1"
|
2017-04-08 04:14:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
Bug 1423840 (attempt 2) - Rewrite the prefs parser. r=glandium,Manishearth
The prefs parser has two significant problems.
- It doesn't separate tokenizing from parsing.
- It is implemented as a loop around a big switch on a "current state"
variable.
As a result, it is hard to understand and modify, slower than it could be, and
in obscure cases (involving comments and whitespace) it fails to parse what
should be valid input.
This patch replaces it with a recursive descent parser (albeit one without any
recursion!) that has separate tokenization. The new parser is easier to
understand and modify, more correct, and has better error messages. It doesn't
do error recovery, but that would be much easier to add than in the old parser.
The new parser also runs about 1.9x faster than the existing parser. (As
measured by parsing greprefs.js's contents from memory 1000 times in
succession, omitting the prefs hash table construction. If the table
construction is included, it's about 1.6x faster.)
The new parser is slightly stricter than the old parser in a few ways.
- Disconcertingly, the old parser allowed arbitrary junk between prefs
(including at the start and end of the prefs file) so long as that junk
didn't include any of the following chars: '/', '#', 'u', 's', 'p'. I.e.
lines like these:
!foo@bar&pref("prefname", true);
ticky_pref("prefname", true); // missing 's' at start
User_pref("prefname", true); // should be 'u' at start
would all be treated the same as this:
pref("prefname", true);
The new parser disallows such junk because it isn't necessary and seems like
an unintentional botch by the old parser.
- The old parser allowed character 0x1a (SUB) between tokens and treated it
like '\n'.
The new parser does not allow this character. SUB was used to indicate
end-of-file (*not* end-of-line) in some old operating systems such as MS-DOS,
but this doesn't seem necessary today.
- The old parser tolerated (with a warning) invalid escape sequences within
string literals -- such as "\q" (not a valid escape) and "\x1" and "\u12"
(both of which have insufficient hex digits) -- accepting them literally.
The new parser does not tolerate invalid escape sequences because it doesn't
seem necessary and would complicate things.
- The old parser tolerated character 0x00 (NUL) within string literals; this is
dangerous because C++ code that manipulates string values with embedded NULs
will almost certainly consider those chars as end-of-string markers.
The new parser treats NUL chars as end-of-file, to avoid this danger and
because it facilitates a significant optimization (described within the
code).
- The old parser allowed integer literals to overflow, silently wrapping them.
The new parser treats integer overflow as a parse error. This seems better,
and it caught existing overflows of places.database.lastMaintenance, in
testing/profiles/prefs_general.js (bug 1424030) and
testing/talos/talos/config.py (bug 1434813).
The first of these changes meant that a couple of existing prefs with ";;" at
the end had to be changed (done in the preceding patch).
The minor increase in strictness shouldn't be a problem for default pref files
such as greprefs.js within the application (which we can modify), nor for
app-written prefs files such as prefs.js. It could affect user-written prefs
files such as user.js; the experience above suggests that integer overflow and
";;" are the most likely problems in practice. In my opinion, the risk here is
acceptable.
The new parser also does a better job of tracking line numbers because it (a)
treats "\r\n" sequences as a single end-of-line marker, and (a) pays attention
to end-of-line sequences within string literals.
Finally, the patch adds thorough tests of both valid and invalid syntax.
MozReview-Commit-ID: JD3beOQl4AJ
2018-02-01 08:21:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "prefs_parser"
|
|
|
|
version = "0.0.1"
|
|
|
|
|
2018-06-21 15:22:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2019-04-02 23:41:27 +03:00
|
|
|
version = "0.4.27"
|
2018-06-21 15:22:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-28 20:22:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "procedural-masquerade"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-02 04:50:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "profiler_helper"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-12-03 22:21:44 +03:00
|
|
|
"goblin 0.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-02 04:50:56 +03:00
|
|
|
"memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"object 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"thin-vec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-06-09 05:30:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pulse"
|
2018-01-17 08:24:43 +03:00
|
|
|
version = "0.2.0"
|
2017-06-09 05:30:29 +03:00
|
|
|
dependencies = [
|
2018-09-03 13:55:43 +03:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-09 05:30:29 +03:00
|
|
|
"pulse-ffi 0.1.0",
|
|
|
|
]
|
|
|
|
|
2017-03-13 02:52:45 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pulse-ffi"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-13 02:52:45 +03:00
|
|
|
]
|
|
|
|
|
2018-03-28 23:23:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-21 15:22:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2019-04-02 23:41:27 +03:00
|
|
|
version = "0.6.11"
|
2018-06-21 15:22:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-02 23:41:27 +03:00
|
|
|
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-21 15:22:02 +03:00
|
|
|
]
|
|
|
|
|
2017-02-10 23:19:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2018-08-18 18:29:05 +03:00
|
|
|
version = "0.3.22"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.4.3"
|
2017-02-10 23:19:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-18 18:29:05 +03:00
|
|
|
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-02 17:56:08 +03:00
|
|
|
"winapi 0.3.6 (git+https://github.com/froydnj/winapi-rs?branch=aarch64)",
|
2017-02-10 23:19:18 +03:00
|
|
|
]
|
|
|
|
|
2019-05-19 00:30:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.6 (git+https://github.com/froydnj/winapi-rs?branch=aarch64)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_isaac"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_jitter"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.6 (git+https://github.com/froydnj/winapi-rs?branch=aarch64)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_os"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.6 (git+https://github.com/froydnj/winapi-rs?branch=aarch64)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_pcg"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_xorshift"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-02-20 17:05:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"either 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-09 06:47:56 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2018-02-20 17:05:08 +03:00
|
|
|
version = "1.4.0"
|
2017-02-10 23:19:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-02-20 17:05:08 +03:00
|
|
|
"crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-11 22:53:28 +03:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-08 21:24:40 +03:00
|
|
|
"num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-02 07:11:25 +03:00
|
|
|
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-10 23:19:18 +03:00
|
|
|
]
|
|
|
|
|
2019-05-19 00:30:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rdrand"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-06 19:42:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2017-12-08 21:24:40 +03:00
|
|
|
version = "0.1.32"
|
2017-02-06 19:42:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-29 04:37:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redox_termios"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"redox_syscall 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-10-12 20:29:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-09 16:16:08 +03:00
|
|
|
"failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-12 20:29:14 +03:00
|
|
|
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_syscall 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-10 23:19:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2017-10-02 16:21:22 +03:00
|
|
|
version = "0.2.2"
|
2017-02-10 23:19:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-29 04:37:30 +03:00
|
|
|
"aho-corasick 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-08 21:24:40 +03:00
|
|
|
"memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-02 16:21:22 +03:00
|
|
|
"regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-08 23:17:50 +03:00
|
|
|
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-10 23:19:18 +03:00
|
|
|
"utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-05-21 23:24:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2019-04-08 23:17:50 +03:00
|
|
|
version = "1.0.3"
|
2018-05-21 23:24:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-29 04:37:30 +03:00
|
|
|
"aho-corasick 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-16 02:44:39 +03:00
|
|
|
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-21 23:24:30 +03:00
|
|
|
"regex-syntax 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-08 23:17:50 +03:00
|
|
|
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-21 23:24:30 +03:00
|
|
|
"utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-10 23:19:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2017-10-02 16:21:22 +03:00
|
|
|
version = "0.4.1"
|
2017-02-10 23:19:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-05-21 23:24:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-05-08 12:49:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2019-06-13 22:14:59 +03:00
|
|
|
version = "0.5.2"
|
2019-05-08 12:49:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.6 (git+https://github.com/froydnj/winapi-rs?branch=aarch64)",
|
|
|
|
]
|
|
|
|
|
2018-08-09 22:42:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rkv"
|
2019-06-13 22:14:59 +03:00
|
|
|
version = "0.9.6"
|
2018-08-09 22:42:17 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"arrayref 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bincode 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-13 22:14:59 +03:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-09 16:16:08 +03:00
|
|
|
"failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-11 22:53:28 +03:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-24 23:38:23 +03:00
|
|
|
"lmdb-rkv 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 19:31:40 +03:00
|
|
|
"ordered-float 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-04 18:41:57 +03:00
|
|
|
"serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.88 (git+https://github.com/servo/serde?branch=deserialize_from_enums10)",
|
2018-12-01 17:58:03 +03:00
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 22:54:25 +03:00
|
|
|
"uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-09 22:42:17 +03:00
|
|
|
]
|
|
|
|
|
2018-01-25 22:49:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ron"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-04 18:41:57 +03:00
|
|
|
"serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-25 22:49:36 +03:00
|
|
|
]
|
|
|
|
|
2017-06-30 22:54:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rsdparsa_capi"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-30 22:54:12 +03:00
|
|
|
"nserror 0.1.0",
|
2019-06-14 06:20:20 +03:00
|
|
|
"webrtc-sdp 0.1.0",
|
2017-06-30 22:54:12 +03:00
|
|
|
]
|
|
|
|
|
2017-09-19 16:46:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "runloop"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-02 01:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rust-ini"
|
2018-06-14 23:05:30 +03:00
|
|
|
version = "0.10.3"
|
2018-03-02 01:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-05-01 22:25:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rust_cascade"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bit-vec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bit_reverse 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"murmurhash3 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-19 00:30:23 +03:00
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-01 22:25:27 +03:00
|
|
|
]
|
|
|
|
|
Bug 1474871 - Link dump_syms against rustc-demangle. r=ted
The new version of breakpad imported in bug 1309172 doesn't demangle
rust symbols at all, contrary to before, where it tried to C++ demangle
them, which worked for many, although far from all. It however has
rust-demangle support as long as it's linked against a copy of the
rust-demangle-capi crate from https://github.com/luser/rust-demangle-capi/
This imports the code from the rust-demangle-capi crate but because of
some build system complications it's not taken as-is:
- it uses rusty-cheddar, which is deprecated, to generate a C header.
- rusty-cheddar depends on syntex_syntax, which now fails to build.
- rust-demangle-capi has crate-type staticlib, which can't be used
as a dependency in a Cargo.toml. For that reason, we can't create
a fake crate that depends on it to have it vendored.
Overall, it's only a few lines of rust, and the C header can be written
manually, so this is what we do here. The created crate is named in a way
specific to dump_syms.
The build system doesn't know how to figure out what system libraries
are required to link rust static libraries, although the rust compiler
has /some/ support to get the information, so we handle that manually.
--HG--
extra : rebase_source : 9f5a9bfe2148d3040e11c7121a88e85a7f2d5c53
2018-07-12 04:23:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-26 04:00:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
2019-01-18 23:32:22 +03:00
|
|
|
version = "0.2.3"
|
2018-06-26 04:00:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-01-18 23:32:22 +03:00
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-26 04:00:26 +03:00
|
|
|
]
|
|
|
|
|
2018-08-22 11:28:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-15 18:04:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "safemem"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-10 23:19:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
2018-04-06 16:23:37 +03:00
|
|
|
version = "1.0.2"
|
2017-02-10 23:19:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-11-02 17:56:08 +03:00
|
|
|
"winapi 0.3.6 (git+https://github.com/froydnj/winapi-rs?branch=aarch64)",
|
2017-02-10 23:19:18 +03:00
|
|
|
]
|
|
|
|
|
2017-11-06 09:26:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-06-24 12:26:59 +03:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-12 20:29:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "scoped_threadpool"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-06-15 06:22:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-05-23 22:54:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-02 04:50:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "scroll"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-01-18 23:32:22 +03:00
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-02 04:50:56 +03:00
|
|
|
"scroll_derive 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scroll_derive"
|
|
|
|
version = "0.9.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-02 23:41:27 +03:00
|
|
|
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-02 04:50:56 +03:00
|
|
|
]
|
|
|
|
|
2017-02-10 23:19:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "selectors"
|
2018-12-31 03:01:49 +03:00
|
|
|
version = "0.21.0"
|
2017-02-10 23:19:18 +03:00
|
|
|
dependencies = [
|
2018-09-03 13:55:43 +03:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-08 07:51:08 +03:00
|
|
|
"cssparser 0.25.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-18 23:32:22 +03:00
|
|
|
"derive_more 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-27 09:49:04 +03:00
|
|
|
"fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-08 21:24:40 +03:00
|
|
|
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-19 04:43:42 +03:00
|
|
|
"phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"phf_codegen 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-30 18:26:05 +03:00
|
|
|
"precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-22 04:49:38 +03:00
|
|
|
"servo_arc 0.1.1",
|
2019-02-27 02:40:34 +03:00
|
|
|
"smallvec 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-01 03:29:48 +03:00
|
|
|
"thin-slice 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-30 03:16:25 +03:00
|
|
|
"to_shmem 0.0.1",
|
|
|
|
"to_shmem_derive 0.0.1",
|
2017-02-10 23:19:18 +03:00
|
|
|
]
|
|
|
|
|
2017-03-13 02:52:45 +03:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-01-18 23:32:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-03-13 02:52:45 +03:00
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-06-16 16:03:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2019-04-04 18:41:57 +03:00
|
|
|
version = "1.0.88"
|
2018-01-08 17:19:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-01-25 22:49:36 +03:00
|
|
|
dependencies = [
|
2019-04-04 18:41:57 +03:00
|
|
|
"serde_derive 1.0.88 (git+https://github.com/servo/serde?branch=deserialize_from_enums10)",
|
2018-01-25 22:49:36 +03:00
|
|
|
]
|
2017-06-16 16:03:23 +03:00
|
|
|
|
2018-04-04 22:23:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_bytes"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-04 18:41:57 +03:00
|
|
|
"serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 22:23:28 +03:00
|
|
|
]
|
|
|
|
|
2017-02-06 19:42:53 +03:00
|
|
|
[[package]]
|
2017-06-20 16:37:16 +03:00
|
|
|
name = "serde_derive"
|
2019-04-04 18:41:57 +03:00
|
|
|
version = "1.0.88"
|
|
|
|
source = "git+https://github.com/servo/serde?branch=deserialize_from_enums10#84b2795d2a7b5312125a99b1ef11c67fd8d17c35"
|
2017-02-06 19:42:53 +03:00
|
|
|
dependencies = [
|
2019-04-02 23:41:27 +03:00
|
|
|
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-06 19:42:53 +03:00
|
|
|
]
|
|
|
|
|
2018-08-22 11:28:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
|
|
|
version = "1.0.26"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ryu 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-04 18:41:57 +03:00
|
|
|
"serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-22 11:28:40 +03:00
|
|
|
]
|
|
|
|
|
2019-06-24 12:26:59 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
|
|
|
version = "0.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-06-06 07:18:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "servo_arc"
|
2018-02-22 04:49:38 +03:00
|
|
|
version = "0.1.1"
|
2017-06-06 07:18:47 +03:00
|
|
|
dependencies = [
|
2017-12-08 03:17:46 +03:00
|
|
|
"nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-14 13:05:27 +03:00
|
|
|
"stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-06 07:18:47 +03:00
|
|
|
]
|
|
|
|
|
2019-04-25 22:31:16 +03:00
|
|
|
[[package]]
|
2019-05-19 00:30:23 +03:00
|
|
|
name = "sha-1"
|
|
|
|
version = "0.8.1"
|
2019-04-25 22:31:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-05-19 00:30:23 +03:00
|
|
|
dependencies = [
|
|
|
|
"block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"opaque-debug 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2019-04-25 22:31:16 +03:00
|
|
|
|
2018-12-25 04:11:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-25 22:31:16 +03:00
|
|
|
"block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-25 04:11:35 +03:00
|
|
|
"digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"opaque-debug 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-04-16 15:41:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "shift_or_euc"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"encoding_rs 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "shift_or_euc_c"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"encoding_rs 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"shift_or_euc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-03-27 17:39:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-10 23:19:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-10-02 16:21:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "size_of_test"
|
|
|
|
version = "0.0.1"
|
|
|
|
|
2017-08-11 05:41:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-18 18:29:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-09-11 18:34:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "smallbitvec"
|
2018-12-20 04:49:42 +03:00
|
|
|
version = "2.3.0"
|
2017-09-11 18:34:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-12-05 14:23:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2019-02-27 02:40:34 +03:00
|
|
|
version = "0.6.6"
|
2017-12-05 14:23:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-07-21 00:24:55 +03:00
|
|
|
dependencies = [
|
2019-04-04 18:41:57 +03:00
|
|
|
"serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-27 02:40:34 +03:00
|
|
|
"unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-21 00:24:55 +03:00
|
|
|
]
|
2017-12-05 14:23:41 +03:00
|
|
|
|
2017-07-14 13:05:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
Bug 1482608 - Add basic Rust bindings for mozStorage. r=nika,asuth,mak
This commit wraps just enough of the mozStorage API to support the
bookmarks mirror. It's not complete: for example, there's no way
to open, clone, or close a connection, because the mirror handles
that from JS. The wrapper also omits shutdown blocking and retrying on
`SQLITE_BUSY`.
This commit also changes the behavior of sync and async mozStorage
connections. Async (`mozIStorageAsyncConnection`) methods may be called
from any thread on any connection. Sync (`mozIStorageConnection`)
methods may be called from any thread on a sync connection, and from
background threads on an async connection. All connections now QI
to `mozIStorageConnection`, but attempting to call a sync method on
an async connection from the main thread throws.
Finally, this commit exposes an `OpenedConnection::unsafeRawConnection`
getter in Sqlite.jsm, for JS code to access the underlying connection.
Differential Revision: https://phabricator.services.mozilla.com/D20073
--HG--
extra : moz-landing-system : lando
2019-03-25 07:49:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "storage"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
Bug 1482608 - Add basic Rust bindings for mozStorage. r=nika,asuth,mak
This commit wraps just enough of the mozStorage API to support the
bookmarks mirror. It's not complete: for example, there's no way
to open, clone, or close a connection, because the mirror handles
that from JS. The wrapper also omits shutdown blocking and retrying on
`SQLITE_BUSY`.
This commit also changes the behavior of sync and async mozStorage
connections. Async (`mozIStorageAsyncConnection`) methods may be called
from any thread on any connection. Sync (`mozIStorageConnection`)
methods may be called from any thread on a sync connection, and from
background threads on an async connection. All connections now QI
to `mozIStorageConnection`, but attempting to call a sync method on
an async connection from the main thread throws.
Finally, this commit exposes an `OpenedConnection::unsafeRawConnection`
getter in Sqlite.jsm, for JS code to access the underlying connection.
Differential Revision: https://phabricator.services.mozilla.com/D20073
--HG--
extra : moz-landing-system : lando
2019-03-25 07:49:18 +03:00
|
|
|
"nserror 0.1.0",
|
|
|
|
"nsstring 0.1.0",
|
|
|
|
"storage_variant 0.1.0",
|
|
|
|
"xpcom 0.1.0",
|
|
|
|
]
|
|
|
|
|
2019-02-07 19:14:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "storage_variant"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-07 19:14:04 +03:00
|
|
|
"nserror 0.1.0",
|
|
|
|
"nsstring 0.1.0",
|
|
|
|
"xpcom 0.1.0",
|
|
|
|
]
|
|
|
|
|
2018-08-18 18:29:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "string"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-14 22:45:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-10 23:19:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "style"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-08-08 01:48:25 +03:00
|
|
|
"app_units 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-08 03:17:46 +03:00
|
|
|
"arrayvec 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-10 23:19:18 +03:00
|
|
|
"atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-25 21:13:10 +03:00
|
|
|
"bindgen 0.49.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-03 13:55:43 +03:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-01 22:25:27 +03:00
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-08 07:51:08 +03:00
|
|
|
"cssparser 0.25.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-18 23:32:22 +03:00
|
|
|
"derive_more 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-12 18:49:16 +03:00
|
|
|
"euclid 0.19.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-07 14:55:53 +03:00
|
|
|
"fallible 0.0.1",
|
2018-07-27 09:49:04 +03:00
|
|
|
"fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-02 01:24:08 +03:00
|
|
|
"hashglobe 0.1.0",
|
2019-01-11 02:57:02 +03:00
|
|
|
"indexmap 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-28 23:07:52 +03:00
|
|
|
"itertools 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-24 04:26:24 +03:00
|
|
|
"itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-11 22:53:28 +03:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-12 07:31:42 +03:00
|
|
|
"malloc_size_of 0.0.1",
|
2019-01-09 23:14:21 +03:00
|
|
|
"malloc_size_of_derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-08 21:24:40 +03:00
|
|
|
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-27 02:40:34 +03:00
|
|
|
"new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-23 22:37:25 +03:00
|
|
|
"nsstring 0.1.0",
|
2019-05-20 15:21:20 +03:00
|
|
|
"num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-18 20:51:03 +03:00
|
|
|
"num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-08 21:24:40 +03:00
|
|
|
"num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-15 19:35:42 +03:00
|
|
|
"ordered-float 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-22 23:02:42 +03:00
|
|
|
"owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-23 22:54:25 +03:00
|
|
|
"parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-30 18:26:05 +03:00
|
|
|
"precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-27 09:13:30 +03:00
|
|
|
"rayon 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-08 23:17:50 +03:00
|
|
|
"regex 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-31 03:01:49 +03:00
|
|
|
"selectors 0.21.0",
|
2018-02-22 04:49:38 +03:00
|
|
|
"servo_arc 0.1.1",
|
2018-12-20 04:49:42 +03:00
|
|
|
"smallbitvec 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-27 02:40:34 +03:00
|
|
|
"smallvec 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-20 21:45:20 +03:00
|
|
|
"style_derive 0.0.1",
|
2017-02-10 23:19:18 +03:00
|
|
|
"style_traits 0.0.1",
|
2018-08-01 03:29:48 +03:00
|
|
|
"thin-slice 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-14 22:58:45 +03:00
|
|
|
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-30 03:15:59 +03:00
|
|
|
"to_shmem 0.0.1",
|
2019-03-30 03:16:08 +03:00
|
|
|
"to_shmem_derive 0.0.1",
|
2018-03-13 13:37:36 +03:00
|
|
|
"toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-23 03:24:47 +03:00
|
|
|
"uluru 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-08 21:24:40 +03:00
|
|
|
"unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-14 23:01:20 +03:00
|
|
|
"unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-10 21:14:30 +03:00
|
|
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-06 16:23:37 +03:00
|
|
|
"walkdir 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-10 23:19:18 +03:00
|
|
|
]
|
|
|
|
|
2017-05-20 21:45:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "style_derive"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2019-05-25 03:33:05 +03:00
|
|
|
"darling 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-30 03:16:01 +03:00
|
|
|
"derive_common 0.0.1",
|
2019-04-02 23:41:27 +03:00
|
|
|
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-07 17:00:57 +03:00
|
|
|
"synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-20 21:45:20 +03:00
|
|
|
]
|
|
|
|
|
2017-02-10 23:19:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "style_traits"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2018-08-08 01:48:25 +03:00
|
|
|
"app_units 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-03 13:55:43 +03:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-08 07:51:08 +03:00
|
|
|
"cssparser 0.25.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-12 18:49:16 +03:00
|
|
|
"euclid 0.19.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-17 02:22:04 +03:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-14 11:50:35 +03:00
|
|
|
"malloc_size_of 0.0.1",
|
2019-01-09 23:14:21 +03:00
|
|
|
"malloc_size_of_derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-31 03:01:49 +03:00
|
|
|
"selectors 0.21.0",
|
2018-02-22 04:49:38 +03:00
|
|
|
"servo_arc 0.1.1",
|
2019-03-30 03:16:25 +03:00
|
|
|
"to_shmem 0.0.1",
|
|
|
|
"to_shmem_derive 0.0.1",
|
2017-02-10 23:19:18 +03:00
|
|
|
]
|
|
|
|
|
2017-10-02 16:21:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "stylo_tests"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-08 07:51:08 +03:00
|
|
|
"cssparser 0.25.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-14 20:42:57 +03:00
|
|
|
"cstr 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-28 23:23:10 +03:00
|
|
|
"env_logger 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-02 16:21:22 +03:00
|
|
|
"geckoservo 0.0.1",
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-02 16:21:22 +03:00
|
|
|
"malloc_size_of 0.0.1",
|
2018-09-18 20:51:03 +03:00
|
|
|
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-31 03:01:49 +03:00
|
|
|
"selectors 0.21.0",
|
2017-10-02 16:21:22 +03:00
|
|
|
"size_of_test 0.0.1",
|
2019-02-27 02:40:34 +03:00
|
|
|
"smallvec 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-02 16:21:22 +03:00
|
|
|
"style 0.0.1",
|
|
|
|
"style_traits 0.0.1",
|
2019-03-30 03:16:27 +03:00
|
|
|
"to_shmem 0.0.1",
|
2017-10-02 16:21:22 +03:00
|
|
|
]
|
|
|
|
|
2019-04-29 18:06:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "svg_fmt"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-02 04:50:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2019-04-02 23:41:27 +03:00
|
|
|
version = "0.15.30"
|
2018-10-02 04:50:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-02 23:41:27 +03:00
|
|
|
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-02 04:50:56 +03:00
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-08-09 22:42:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
2018-11-09 16:16:08 +03:00
|
|
|
version = "0.10.1"
|
2018-08-09 22:42:17 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-02 23:41:27 +03:00
|
|
|
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-09 22:42:17 +03:00
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-09-12 17:04:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
2019-04-15 13:39:28 +03:00
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-09-12 17:04:35 +03:00
|
|
|
dependencies = [
|
2018-11-09 16:16:08 +03:00
|
|
|
"failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-12 17:04:35 +03:00
|
|
|
"serde_json 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-02 01:33:35 +03:00
|
|
|
[[package]]
|
2019-05-08 12:49:24 +03:00
|
|
|
name = "tempfile"
|
|
|
|
version = "3.0.2"
|
2018-03-02 01:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-08 12:49:24 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_syscall 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-13 22:14:59 +03:00
|
|
|
"remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-08 12:49:24 +03:00
|
|
|
"winapi 0.3.6 (git+https://github.com/froydnj/winapi-rs?branch=aarch64)",
|
2018-03-02 01:33:35 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "term_size"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 01:33:35 +03:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-28 23:23:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"wincolor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-08-29 04:37:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "termion"
|
|
|
|
version = "1.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-29 04:37:30 +03:00
|
|
|
"redox_syscall 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-10-02 16:21:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2017-12-08 21:24:40 +03:00
|
|
|
version = "0.9.0"
|
2017-10-02 16:21:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-03-02 01:33:35 +03:00
|
|
|
"term_size 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-02 16:21:22 +03:00
|
|
|
"unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-08-01 03:29:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thin-slice"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-02 04:50:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thin-vec"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-02 04:50:56 +03:00
|
|
|
]
|
|
|
|
|
2017-02-10 23:19:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2019-04-08 23:17:50 +03:00
|
|
|
version = "0.3.6"
|
2017-02-10 23:19:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-11 22:53:28 +03:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-10 23:19:18 +03:00
|
|
|
]
|
|
|
|
|
2017-02-14 21:34:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thread_profiler"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-02-07 19:14:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "threadbound"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-06 19:42:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2018-06-14 22:58:45 +03:00
|
|
|
version = "0.1.40"
|
2017-02-06 19:42:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-08 21:24:40 +03:00
|
|
|
"redox_syscall 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-02 17:56:08 +03:00
|
|
|
"winapi 0.3.6 (git+https://github.com/froydnj/winapi-rs?branch=aarch64)",
|
2017-02-06 19:42:53 +03:00
|
|
|
]
|
|
|
|
|
2019-03-30 03:15:59 +03:00
|
|
|
[[package]]
|
|
|
|
name = "to_shmem"
|
|
|
|
version = "0.0.1"
|
2019-03-30 03:16:11 +03:00
|
|
|
dependencies = [
|
2019-07-08 07:51:08 +03:00
|
|
|
"cssparser 0.25.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-30 03:16:13 +03:00
|
|
|
"servo_arc 0.1.1",
|
|
|
|
"smallbitvec 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"smallvec 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"thin-slice 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-30 03:16:11 +03:00
|
|
|
]
|
2019-03-30 03:15:59 +03:00
|
|
|
|
2019-03-30 03:16:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "to_shmem_derive"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2019-05-25 03:33:05 +03:00
|
|
|
"darling 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-30 03:16:08 +03:00
|
|
|
"derive_common 0.0.1",
|
2019-04-02 23:41:27 +03:00
|
|
|
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-30 03:16:08 +03:00
|
|
|
"synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-11-06 09:26:30 +03:00
|
|
|
[[package]]
|
2018-08-18 18:29:05 +03:00
|
|
|
name = "tokio"
|
2019-06-24 12:26:59 +03:00
|
|
|
version = "0.1.11"
|
2017-11-06 09:26:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-24 12:26:59 +03:00
|
|
|
"bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-19 00:30:23 +03:00
|
|
|
"mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-24 12:26:59 +03:00
|
|
|
"tokio-codec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
"tokio-fs 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-tcp 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-24 12:26:59 +03:00
|
|
|
"tokio-threadpool 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
"tokio-udp 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-24 12:26:59 +03:00
|
|
|
"tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-codec"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-core"
|
|
|
|
version = "0.1.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-19 00:30:23 +03:00
|
|
|
"mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-06 09:26:30 +03:00
|
|
|
"scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-24 12:26:59 +03:00
|
|
|
"tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-24 12:26:59 +03:00
|
|
|
"tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-current-thread"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-executor"
|
2019-06-24 12:26:59 +03:00
|
|
|
version = "0.1.7"
|
2018-08-18 18:29:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-24 12:26:59 +03:00
|
|
|
"crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-fs"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-24 12:26:59 +03:00
|
|
|
"tokio-threadpool 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-06 09:26:30 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-io"
|
2018-08-18 18:29:05 +03:00
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-reactor"
|
2017-11-06 09:26:30 +03:00
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-18 18:29:05 +03:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-19 00:30:23 +03:00
|
|
|
"mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
"slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-24 12:26:59 +03:00
|
|
|
"tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-tcp"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-19 00:30:23 +03:00
|
|
|
"mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-threadpool"
|
2019-06-24 12:26:59 +03:00
|
|
|
version = "0.1.10"
|
2018-08-18 18:29:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-24 12:26:59 +03:00
|
|
|
"crossbeam-channel 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
"num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-24 12:26:59 +03:00
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-timer"
|
2019-06-24 12:26:59 +03:00
|
|
|
version = "0.2.11"
|
2018-08-18 18:29:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-24 12:26:59 +03:00
|
|
|
"crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-24 12:26:59 +03:00
|
|
|
"slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-udp"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-19 00:30:23 +03:00
|
|
|
"mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
"tokio-codec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-06 09:26:30 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-uds"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-18 18:29:05 +03:00
|
|
|
"bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 22:21:46 +03:00
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-19 00:30:23 +03:00
|
|
|
"mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-24 12:26:59 +03:00
|
|
|
"mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-06 09:26:30 +03:00
|
|
|
]
|
|
|
|
|
2019-06-24 12:26:59 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-uds"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-codec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-reactor 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-05-19 05:48:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2018-03-13 13:37:36 +03:00
|
|
|
version = "0.4.5"
|
2017-05-19 05:48:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-03-13 13:37:36 +03:00
|
|
|
dependencies = [
|
2019-04-04 18:41:57 +03:00
|
|
|
"serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-13 13:37:36 +03:00
|
|
|
]
|
2017-05-19 05:48:09 +03:00
|
|
|
|
2018-03-02 01:33:35 +03:00
|
|
|
[[package]]
|
2018-08-18 18:29:05 +03:00
|
|
|
name = "try-lock"
|
|
|
|
version = "0.2.2"
|
2018-03-02 01:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-06-24 12:26:59 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tungstenite"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"input_buffer 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"sha-1 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"utf-8 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-10-10 17:30:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
|
|
|
version = "1.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-05-21 23:24:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-util"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-11-16 08:54:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "uluru"
|
2018-09-23 03:24:47 +03:00
|
|
|
version = "0.3.0"
|
2017-11-16 08:54:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-12-08 03:17:46 +03:00
|
|
|
"arrayvec 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-16 08:54:20 +03:00
|
|
|
]
|
|
|
|
|
2019-06-24 12:26:59 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "1.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "2.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-10-19 16:07:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2017-12-08 21:24:40 +03:00
|
|
|
version = "0.3.4"
|
2017-05-23 08:17:49 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-12-08 21:24:40 +03:00
|
|
|
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-23 08:17:49 +03:00
|
|
|
]
|
|
|
|
|
2016-10-19 16:07:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2017-08-02 13:44:48 +03:00
|
|
|
version = "0.1.5"
|
2017-02-10 23:19:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2018-06-14 23:01:20 +03:00
|
|
|
version = "1.2.1"
|
2017-02-10 23:19:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.4"
|
2016-10-19 16:07:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-02-14 14:39:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-02-27 02:40:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unreachable"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-10-19 16:07:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2018-12-01 17:58:03 +03:00
|
|
|
version = "1.7.2"
|
2016-10-19 16:07:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-08-02 13:44:48 +03:00
|
|
|
"idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-08 21:24:40 +03:00
|
|
|
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-02 13:44:48 +03:00
|
|
|
"percent-encoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-06 19:42:53 +03:00
|
|
|
]
|
|
|
|
|
2019-06-24 12:26:59 +03:00
|
|
|
[[package]]
|
|
|
|
name = "urlencoding"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf-8"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-10 23:19:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "utf8-ranges"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-10-02 04:50:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-23 17:17:35 +03:00
|
|
|
"cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 19:31:40 +03:00
|
|
|
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-02 04:50:56 +03:00
|
|
|
]
|
|
|
|
|
2019-02-07 19:14:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2019-05-23 22:54:25 +03:00
|
|
|
version = "0.7.4"
|
2019-02-07 19:14:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-05-23 22:54:25 +03:00
|
|
|
dependencies = [
|
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2019-02-07 19:14:04 +03:00
|
|
|
|
2018-03-02 01:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-10 23:19:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
2017-06-01 02:52:00 +03:00
|
|
|
version = "0.8.0"
|
2017-02-10 23:19:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-06-24 12:26:59 +03:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-10 23:19:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2018-04-06 16:23:37 +03:00
|
|
|
version = "2.1.4"
|
2017-02-10 23:19:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-04-06 16:23:37 +03:00
|
|
|
"same-file 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-02 17:56:08 +03:00
|
|
|
"winapi 0.3.6 (git+https://github.com/froydnj/winapi-rs?branch=aarch64)",
|
2017-02-10 23:19:18 +03:00
|
|
|
]
|
|
|
|
|
2018-08-18 18:29:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
"try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-06-24 12:26:59 +03:00
|
|
|
[[package]]
|
|
|
|
name = "warp"
|
|
|
|
version = "0.1.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"headers 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hyper 0.12.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mime 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mime_guess 2.0.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_urlencoded 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tokio-threadpool 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tungstenite 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"urlencoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-09-12 17:04:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasmparser"
|
2019-07-04 09:28:01 +03:00
|
|
|
version = "0.32.1"
|
2018-09-12 17:04:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-02 01:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "webdriver"
|
2019-01-28 18:02:51 +03:00
|
|
|
version = "0.39.0"
|
2018-03-02 01:33:35 +03:00
|
|
|
dependencies = [
|
2019-01-02 14:40:11 +03:00
|
|
|
"base64 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 18:29:05 +03:00
|
|
|
"cookie 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-24 12:26:59 +03:00
|
|
|
"http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-11 22:53:28 +03:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-08 23:17:50 +03:00
|
|
|
"regex 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-04 18:41:57 +03:00
|
|
|
"serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.88 (git+https://github.com/servo/serde?branch=deserialize_from_enums10)",
|
2018-08-22 11:28:40 +03:00
|
|
|
"serde_json 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-14 22:58:45 +03:00
|
|
|
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-24 12:26:59 +03:00
|
|
|
"tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-14 23:01:20 +03:00
|
|
|
"unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-01 17:58:03 +03:00
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-24 12:26:59 +03:00
|
|
|
"warp 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 01:33:35 +03:00
|
|
|
]
|
|
|
|
|
2017-02-06 19:42:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "webrender"
|
2019-02-15 05:54:40 +03:00
|
|
|
version = "0.60.0"
|
2017-02-06 19:42:53 +03:00
|
|
|
dependencies = [
|
2019-04-25 22:31:16 +03:00
|
|
|
"base64 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-22 17:28:33 +03:00
|
|
|
"bincode 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-03 13:55:43 +03:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-01 22:25:27 +03:00
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-23 17:17:35 +03:00
|
|
|
"cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-14 22:40:03 +03:00
|
|
|
"core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-21 06:29:49 +03:00
|
|
|
"core-graphics 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"core-text 13.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-14 00:46:32 +03:00
|
|
|
"cstr 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-25 20:08:40 +03:00
|
|
|
"dwrote 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-07 04:40:19 +03:00
|
|
|
"euclid 0.19.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 22:23:28 +03:00
|
|
|
"freetype 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-09 15:46:25 +03:00
|
|
|
"fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-01 23:45:22 +03:00
|
|
|
"gleam 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-25 22:31:16 +03:00
|
|
|
"image 0.21.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-11 22:53:28 +03:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-09 23:14:21 +03:00
|
|
|
"malloc_size_of_derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-18 20:51:03 +03:00
|
|
|
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-20 00:00:08 +03:00
|
|
|
"plane-split 0.13.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-20 17:05:08 +03:00
|
|
|
"rayon 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-25 22:49:36 +03:00
|
|
|
"ron 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-04 18:41:57 +03:00
|
|
|
"serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-25 22:31:16 +03:00
|
|
|
"serde_json 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-25 04:11:35 +03:00
|
|
|
"sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-27 02:40:34 +03:00
|
|
|
"smallvec 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-29 18:06:41 +03:00
|
|
|
"svg_fmt 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-14 21:34:15 +03:00
|
|
|
"thread_profiler 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-14 22:58:45 +03:00
|
|
|
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-15 05:54:40 +03:00
|
|
|
"webrender_api 0.60.0",
|
2019-01-04 07:21:40 +03:00
|
|
|
"webrender_build 0.0.1",
|
2019-01-09 23:14:21 +03:00
|
|
|
"wr_malloc_size_of 0.0.1",
|
2019-05-19 00:30:23 +03:00
|
|
|
"ws 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-06 19:42:53 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2017-07-10 14:22:31 +03:00
|
|
|
name = "webrender_api"
|
2019-02-15 05:54:40 +03:00
|
|
|
version = "0.60.0"
|
2017-02-06 19:42:53 +03:00
|
|
|
dependencies = [
|
2018-08-02 17:20:54 +03:00
|
|
|
"app_units 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-22 17:28:33 +03:00
|
|
|
"bincode 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-03 13:55:43 +03:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-01 22:25:27 +03:00
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-14 22:40:03 +03:00
|
|
|
"core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-21 06:29:49 +03:00
|
|
|
"core-graphics 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-18 23:32:22 +03:00
|
|
|
"derive_more 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-12 18:49:16 +03:00
|
|
|
"euclid 0.19.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-09 23:14:21 +03:00
|
|
|
"malloc_size_of_derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-04 18:41:57 +03:00
|
|
|
"serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-04 22:23:28 +03:00
|
|
|
"serde_bytes 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-04 18:41:57 +03:00
|
|
|
"serde_derive 1.0.88 (git+https://github.com/servo/serde?branch=deserialize_from_enums10)",
|
2018-06-14 22:58:45 +03:00
|
|
|
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-09 23:14:21 +03:00
|
|
|
"wr_malloc_size_of 0.0.1",
|
2017-02-06 19:42:53 +03:00
|
|
|
]
|
|
|
|
|
2017-07-10 14:22:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "webrender_bindings"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-08-02 17:20:54 +03:00
|
|
|
"app_units 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-31 09:07:34 +03:00
|
|
|
"bincode 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-14 22:40:03 +03:00
|
|
|
"core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-21 06:29:49 +03:00
|
|
|
"core-graphics 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-25 20:08:40 +03:00
|
|
|
"dwrote 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-12 18:49:16 +03:00
|
|
|
"euclid 0.19.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-21 18:41:47 +03:00
|
|
|
"foreign-types 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-31 09:07:34 +03:00
|
|
|
"fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-01 23:45:22 +03:00
|
|
|
"gleam 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-24 12:51:17 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-31 09:07:34 +03:00
|
|
|
"nsstring 0.1.0",
|
2019-04-24 21:29:42 +03:00
|
|
|
"num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-20 17:05:08 +03:00
|
|
|
"rayon 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-10 14:22:31 +03:00
|
|
|
"thread_profiler 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-22 19:31:40 +03:00
|
|
|
"uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-15 05:54:40 +03:00
|
|
|
"webrender 0.60.0",
|
2017-07-10 14:22:31 +03:00
|
|
|
]
|
|
|
|
|
2019-01-04 07:21:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "webrender_build"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2019-04-04 18:41:57 +03:00
|
|
|
"serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-04 07:21:40 +03:00
|
|
|
"sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-06-14 06:20:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "webrtc-sdp"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.88 (git+https://github.com/servo/serde?branch=deserialize_from_enums10)",
|
|
|
|
"serde_json 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-06-10 17:09:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "weedle"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"nom 4.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-11-01 01:32:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2019-02-25 19:44:17 +03:00
|
|
|
version = "1.0.3"
|
2017-11-01 01:32:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-01 01:32:11 +03:00
|
|
|
]
|
|
|
|
|
2017-02-06 19:42:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-02 22:28:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2018-09-25 06:17:50 +03:00
|
|
|
version = "0.3.6"
|
2019-03-05 06:37:00 +03:00
|
|
|
source = "git+https://github.com/froydnj/winapi-rs?branch=aarch64#ac8afeb7006b272bfaa470d8a252c959c175ffec"
|
2018-03-02 22:28:26 +03:00
|
|
|
dependencies = [
|
2018-11-02 17:56:08 +03:00
|
|
|
"winapi-i686-pc-windows-gnu 0.4.0 (git+https://github.com/froydnj/winapi-rs?branch=aarch64)",
|
|
|
|
"winapi-x86_64-pc-windows-gnu 0.4.0 (git+https://github.com/froydnj/winapi-rs?branch=aarch64)",
|
2018-03-02 22:28:26 +03:00
|
|
|
]
|
|
|
|
|
2017-02-06 19:42:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-02 22:28:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
2019-03-05 06:37:00 +03:00
|
|
|
source = "git+https://github.com/froydnj/winapi-rs?branch=aarch64#ac8afeb7006b272bfaa470d8a252c959c175ffec"
|
2018-03-02 22:28:26 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
2019-03-05 06:37:00 +03:00
|
|
|
source = "git+https://github.com/froydnj/winapi-rs?branch=aarch64#ac8afeb7006b272bfaa470d8a252c959c175ffec"
|
2018-03-02 22:28:26 +03:00
|
|
|
|
2018-03-28 23:23:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wincolor"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-11-02 17:56:08 +03:00
|
|
|
"winapi 0.3.6 (git+https://github.com/froydnj/winapi-rs?branch=aarch64)",
|
2018-03-28 23:23:10 +03:00
|
|
|
]
|
|
|
|
|
2018-03-02 01:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2018-06-14 23:04:25 +03:00
|
|
|
version = "0.5.1"
|
2018-03-02 01:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-11-02 17:56:08 +03:00
|
|
|
"winapi 0.3.6 (git+https://github.com/froydnj/winapi-rs?branch=aarch64)",
|
2018-03-02 01:33:35 +03:00
|
|
|
]
|
|
|
|
|
2019-01-09 23:14:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wr_malloc_size_of"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"app_units 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-12 18:49:16 +03:00
|
|
|
"euclid 0.19.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-09 23:14:21 +03:00
|
|
|
]
|
|
|
|
|
2019-04-25 22:31:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ws"
|
2019-05-19 00:30:23 +03:00
|
|
|
version = "0.8.1"
|
2019-04-25 22:31:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-01 22:25:27 +03:00
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-25 22:31:16 +03:00
|
|
|
"bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-19 00:30:23 +03:00
|
|
|
"httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"sha-1 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-25 22:31:16 +03:00
|
|
|
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-08-11 05:41:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ws2_32-sys"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-06 19:42:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
2018-11-27 22:30:19 +03:00
|
|
|
version = "0.8.0"
|
2017-02-06 19:42:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-10-19 16:07:05 +03:00
|
|
|
|
2018-01-05 01:21:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "xpcom"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-04-05 04:34:23 +03:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-05 01:21:54 +03:00
|
|
|
"nserror 0.1.0",
|
|
|
|
"nsstring 0.1.0",
|
2019-02-26 23:51:19 +03:00
|
|
|
"thin-vec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-07 19:14:04 +03:00
|
|
|
"threadbound 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-05 01:21:54 +03:00
|
|
|
"xpcom_macros 0.1.0",
|
|
|
|
]
|
|
|
|
|
2018-03-02 01:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "xpcom-gtest"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"nserror 0.1.0",
|
|
|
|
"nsstring 0.1.0",
|
|
|
|
"xpcom 0.1.0",
|
|
|
|
]
|
|
|
|
|
2018-01-05 01:21:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "xpcom_macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-02-11 22:53:28 +03:00
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-20 15:21:20 +03:00
|
|
|
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-05 01:21:54 +03:00
|
|
|
]
|
|
|
|
|
2019-04-22 05:59:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "xulstore"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-06-24 12:26:59 +03:00
|
|
|
"crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-22 08:09:23 +03:00
|
|
|
"cstr 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-22 05:59:51 +03:00
|
|
|
"failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-24 23:38:23 +03:00
|
|
|
"lmdb-rkv 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-22 05:59:51 +03:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"moz_task 0.1.0",
|
|
|
|
"nserror 0.1.0",
|
|
|
|
"nsstring 0.1.0",
|
2019-06-13 22:14:59 +03:00
|
|
|
"rkv 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-22 05:59:51 +03:00
|
|
|
"serde_json 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-13 22:14:59 +03:00
|
|
|
"tempfile 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-22 05:59:51 +03:00
|
|
|
"xpcom 0.1.0",
|
|
|
|
]
|
|
|
|
|
2018-04-04 15:14:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
2018-12-03 22:23:36 +03:00
|
|
|
version = "0.4.2"
|
2018-04-04 15:14:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-02 01:33:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "zip"
|
2018-09-18 20:51:03 +03:00
|
|
|
version = "0.4.2"
|
2018-03-02 01:33:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bzip2 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"flate2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-29 04:37:30 +03:00
|
|
|
"msdos_time 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 01:33:35 +03:00
|
|
|
"podio 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-14 22:58:45 +03:00
|
|
|
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 01:33:35 +03:00
|
|
|
]
|
|
|
|
|
2016-09-09 01:12:34 +03:00
|
|
|
[metadata]
|
2018-04-04 15:14:26 +03:00
|
|
|
"checksum Inflector 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1b33cd9b653730fc539c53c7b3c672d2f47108fa20c6df571fa5817178f5a14c"
|
2018-03-02 01:33:35 +03:00
|
|
|
"checksum adler32 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6cbd0b9af8587c72beadc9f72d35b9fbb070982c9e6203e46e93f10df25f8f45"
|
2018-08-29 04:37:30 +03:00
|
|
|
"checksum aho-corasick 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "68f56c7353e5a9547cbd76ed90f7bb5ffc3ba09d4ea9bd1d8c06c8b1142eeb5a"
|
2018-06-14 22:45:55 +03:00
|
|
|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2018-08-02 17:20:54 +03:00
|
|
|
"checksum app_units 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9dadc668390b373e73e4abbfc1f07238b09a25858f2f39c06cebc6d8e141d774"
|
2018-10-12 20:29:14 +03:00
|
|
|
"checksum argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3f67b0b6a86dae6e67ff4ca2b6201396074996379fba2b92ff649126f37cb392"
|
2018-08-09 22:42:17 +03:00
|
|
|
"checksum arrayref 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0fd1479b7c29641adbd35ff3b5c293922d696a92f25c8c975da3e0acbc87258f"
|
2017-12-08 03:17:46 +03:00
|
|
|
"checksum arrayvec 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2f0ef4a9820019a0c91d918918c93dc71d469f581a49b47ddc1d285d4270bbe2"
|
2017-02-10 23:19:18 +03:00
|
|
|
"checksum atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fb2dcb6e6d35f20276943cc04bb98e538b348d525a04ac79c10021561d202f21"
|
2018-08-29 04:37:30 +03:00
|
|
|
"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
|
2019-06-26 23:23:49 +03:00
|
|
|
"checksum audio_thread_priority 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "047460864ea9f62fbdfb80fc04a2e5d844aef9e50727e6e9730ca58d9f1a9267"
|
2019-05-24 10:31:26 +03:00
|
|
|
"checksum authenticator 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ec149e5d5d4caa2c9ead53a8ce1ea9c4204c388c65bf3b96c2d1dc0fcf4aeb66"
|
2019-05-19 00:30:23 +03:00
|
|
|
"checksum autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a6d640bee2da49f60a4068a7fae53acde8982514ab7bae8b8cea9e88cbcfd799"
|
2018-10-12 20:29:14 +03:00
|
|
|
"checksum backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "89a47830402e9981c5c41223151efcced65a0510c13097c769cede7efb34782a"
|
|
|
|
"checksum backtrace-sys 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)" = "c66d56ac8dabd07f6aacdaf633f4b8262f5b3601a810a0dcddffd5c22c69daa0"
|
2019-01-02 14:40:11 +03:00
|
|
|
"checksum base64 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "621fc7ecb8008f86d7fb9b95356cd692ce9514b80a86d85b397f32a22da7b9e2"
|
2019-03-15 18:04:46 +03:00
|
|
|
"checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
|
2017-05-15 22:13:31 +03:00
|
|
|
"checksum binary-space-partition 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "88ceb0d16c4fd0e42876e298d7d3ce3780dd9ebdcbe4199816a32c77e08597ff"
|
2018-03-22 17:26:47 +03:00
|
|
|
"checksum bincode 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bda13183df33055cbb84b847becce220d392df502ebe7a4a78d7021771ed94d0"
|
2019-06-25 21:13:10 +03:00
|
|
|
"checksum bindgen 0.49.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6cdac0c63ff3380328d5c427ba4ac8bca04cdd9d3a0379c6e56a43c82a364014"
|
2019-06-10 17:09:06 +03:00
|
|
|
"checksum binjs_meta 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6c9a0da2208ceb785c1626fa8b7d250d2e5546ae230294b4a998e4f818c1768e"
|
2019-05-01 22:25:27 +03:00
|
|
|
"checksum bit-vec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f59bbe95d4e52a6398ec21238d31577f2b28a9d86807f06ca59d191d8440d0bb"
|
|
|
|
"checksum bit_reverse 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "5e97e02db5a2899c0377f3d6031d5da8296ca2b47abef6ed699de51b9e40a28c"
|
2018-09-03 13:55:43 +03:00
|
|
|
"checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
|
2017-03-07 04:30:48 +03:00
|
|
|
"checksum bitreader 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "80b13e2ab064ff3aa0bdbf1eff533f9822dc37899821f5f98c67f263eab51707"
|
2018-10-12 20:29:14 +03:00
|
|
|
"checksum blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
|
2019-04-25 22:31:16 +03:00
|
|
|
"checksum block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
|
2018-12-25 04:11:35 +03:00
|
|
|
"checksum block-padding 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4fc4358306e344bf9775d0197fd00d2603e5afb0771bb353538630f022068ea3"
|
2017-08-09 22:20:08 +03:00
|
|
|
"checksum boxfnonce 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8380105befe91099e6f69206164072c05bc92427ff6aa8a5171388317346dd75"
|
2018-03-02 01:33:35 +03:00
|
|
|
"checksum build_const 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e90dc84f5e62d2ebe7676b83c22d33b6db8bd27340fb6ffbff0a364efa0cb9c9"
|
2018-12-25 04:11:35 +03:00
|
|
|
"checksum byte-tools 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "980479e6fde23246dfb54d47580d66b4e99202e7579c5eaa9fe10ecb5ebd2182"
|
2019-05-01 22:25:27 +03:00
|
|
|
"checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb"
|
2018-08-18 18:29:05 +03:00
|
|
|
"checksum bytes 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e178b8e0e239e844b083d5a0d4a156b2654e67f9f80144d48398fcd736a24fb8"
|
2018-03-02 01:33:35 +03:00
|
|
|
"checksum bzip2 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3eafc42c44e0d827de6b1c131175098fe7fb53b8ce8a47e65cb3ea94688be24"
|
|
|
|
"checksum bzip2-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2c5162604199bbb17690ede847eaa6120a3f33d5ab4dcc8e7c25b16d849ae79b"
|
2019-04-03 03:06:04 +03:00
|
|
|
"checksum cc 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)" = "30f813bf45048a18eda9190fd3c6b78644146056740c43172a5a3699118588fd"
|
2018-10-22 10:41:30 +03:00
|
|
|
"checksum cexpr 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8fc0086be9ca82f7fc89fc873435531cb898b86e850005850de1f820e2db6e9b"
|
2019-03-23 17:17:35 +03:00
|
|
|
"checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4"
|
2018-09-18 20:51:03 +03:00
|
|
|
"checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878"
|
2019-03-27 17:39:41 +03:00
|
|
|
"checksum clang-sys 0.28.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4227269cec09f5f83ff160be12a1e9b0262dd1aa305302d5ba296c2ebd291055"
|
2018-06-14 22:45:55 +03:00
|
|
|
"checksum clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f0f16b89cbb9ee36d87483dc939fe9f1e13c05898d56d7b230a0d4dff033a536"
|
2019-05-19 00:30:23 +03:00
|
|
|
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
2018-02-13 08:05:37 +03:00
|
|
|
"checksum cmake 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)" = "56d741ea7a69e577f6d06b36b7dff4738f680593dc27a701ffa8506b73ce28bb"
|
2019-03-22 01:43:41 +03:00
|
|
|
"checksum comedy 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6d4f03fbb05a4df3523a44cda10340e6ae6bea03ee9d01240a1a2c1ef6c73e95"
|
2018-10-12 20:29:14 +03:00
|
|
|
"checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e"
|
2018-08-18 18:29:05 +03:00
|
|
|
"checksum cookie 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1465f8134efa296b4c19db34d909637cb2bf0f7aaf21299e23e18fa29ac557cf"
|
2018-12-14 22:40:03 +03:00
|
|
|
"checksum core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4e2640d6d0bf22e82bed1b73c6aef8d5dd31e5abe6666c57e6d45e2649f4f887"
|
|
|
|
"checksum core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
|
2018-09-21 06:29:49 +03:00
|
|
|
"checksum core-graphics 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)" = "62ceafe1622ffc9a332199096841d0ff9912ec8cf8f9cde01e254a7d5217cd10"
|
|
|
|
"checksum core-text 13.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f3f46450d6f2397261af420b4ccce23807add2e45fa206410a03d66fb7f050ae"
|
2018-01-08 13:46:51 +03:00
|
|
|
"checksum cose 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "72fa26cb151d3ae4b70f63d67d0fed57ce04220feafafbae7f503bef7aae590d"
|
|
|
|
"checksum cose-c 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "49726015ab0ca765144fcca61e4a7a543a16b795a777fa53f554da2fffff9a94"
|
2019-07-04 09:28:01 +03:00
|
|
|
"checksum cranelift-bforest 0.32.0 (git+https://github.com/CraneStation/Cranelift?rev=312516a69da03dc06eace32f61412389a8dcadf3)" = "<none>"
|
|
|
|
"checksum cranelift-codegen 0.32.0 (git+https://github.com/CraneStation/Cranelift?rev=312516a69da03dc06eace32f61412389a8dcadf3)" = "<none>"
|
|
|
|
"checksum cranelift-codegen-meta 0.32.0 (git+https://github.com/CraneStation/Cranelift?rev=312516a69da03dc06eace32f61412389a8dcadf3)" = "<none>"
|
|
|
|
"checksum cranelift-entity 0.32.0 (git+https://github.com/CraneStation/Cranelift?rev=312516a69da03dc06eace32f61412389a8dcadf3)" = "<none>"
|
|
|
|
"checksum cranelift-frontend 0.32.0 (git+https://github.com/CraneStation/Cranelift?rev=312516a69da03dc06eace32f61412389a8dcadf3)" = "<none>"
|
|
|
|
"checksum cranelift-wasm 0.32.0 (git+https://github.com/CraneStation/Cranelift?rev=312516a69da03dc06eace32f61412389a8dcadf3)" = "<none>"
|
2018-03-02 01:33:35 +03:00
|
|
|
"checksum crc 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bd5d02c0aac6bd68393ed69e00bbc2457f3e89075c6349db7189618dc4ddc1d7"
|
2019-06-24 12:26:59 +03:00
|
|
|
"checksum crossbeam-channel 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8d4f5844607ce8da3fff431e7dba56cda8bfcc570aa50bee36adba8a32b8cad7"
|
2018-02-20 17:05:08 +03:00
|
|
|
"checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3"
|
2019-06-24 12:26:59 +03:00
|
|
|
"checksum crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "05e44b8cf3e1a625844d1750e1f7820da46044ff6d28f4d43e455ba3e5bb2c13"
|
2018-03-27 01:12:56 +03:00
|
|
|
"checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150"
|
2019-06-24 12:26:59 +03:00
|
|
|
"checksum crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "04c9e3102cc2d69cd681412141b390abd55a362afc1540965dad0ad4d34280b4"
|
2018-02-20 17:05:08 +03:00
|
|
|
"checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9"
|
2019-06-24 12:26:59 +03:00
|
|
|
"checksum crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f8306fcef4a7b563b76b7dd949ca48f52bc1141aa067d2ea09565f3e2652aa5c"
|
2019-07-08 07:51:08 +03:00
|
|
|
"checksum cssparser 0.25.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a921abc45ea75c2c817d951caeda31b94539d09a6b5e8d58a857b3b35c9c3894"
|
2019-05-20 15:21:20 +03:00
|
|
|
"checksum cssparser-macros 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b16e382d9b983fdb9ac6a36b37fdeb84ce3ea81f749febfee3463cfa7f24275e"
|
2018-02-14 20:42:57 +03:00
|
|
|
"checksum cstr 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b6557bdb1dc9647eae1cf7f5601b14cd45fc3c7ccf2df618387416fe542da6ea"
|
2019-05-20 15:21:20 +03:00
|
|
|
"checksum cstr-macros 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0f12dd847ec773fc98d75edba5394cb87d0f35e7ee548a4c81849ca6374b3d48"
|
2019-03-07 05:04:54 +03:00
|
|
|
"checksum cubeb 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "db3f0df2ad5cb453126364a77921466ba6c1034e8bd9247f326cdb31430dbc2a"
|
|
|
|
"checksum cubeb-backend 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "442cd5cfb980ff62730525278ce320d9b2ff635b725857ad3176832664262fec"
|
|
|
|
"checksum cubeb-core 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0161f9327864922ba7a172c90bd86bc9094938433eca415e2c75629954045022"
|
|
|
|
"checksum cubeb-sys 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3ba7540c17b90159cf7d7854da370998ff0560d9b90e2c9290bb588afa0edf95"
|
2019-05-25 03:33:05 +03:00
|
|
|
"checksum darling 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fcfbcb0c5961907597a7d1148e3af036268f2b773886b8bb3eeb1e1281d3d3d6"
|
|
|
|
"checksum darling_core 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6afc018370c3bff3eb51f89256a6bdb18b4fdcda72d577982a14954a7a0b402c"
|
|
|
|
"checksum darling_macro 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c6d8dac1c6f1d29a41c4712b4400f878cb4fcc4c7628f298dd75038e024998d1"
|
2019-06-21 22:51:22 +03:00
|
|
|
"checksum dbus 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b9e1b39f3f6aa3d4a1522c4f0f9f1e9e9167bd93740a8690874caa7cf8ce47d7"
|
2019-04-25 22:31:16 +03:00
|
|
|
"checksum deflate 0.7.19 (registry+https://github.com/rust-lang/crates.io-index)" = "8a6abb26e16e8d419b5c78662aa9f82857c2386a073da266840e474d5055ec86"
|
2019-01-18 23:32:22 +03:00
|
|
|
"checksum derive_more 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3f57d78cf3bd45270dad4e70c21ec77a960b36c7a841ff9db76aaa775a8fb871"
|
2019-05-24 10:31:26 +03:00
|
|
|
"checksum devd-rs 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0d009f166c0d9e9f9909dc751630b3a6411ab7f85a153d32d01deb364ffe52a7"
|
2018-12-25 04:11:35 +03:00
|
|
|
"checksum digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05f47366984d3ad862010e22c7ce81a7dbcaebbdfb37241a620f8b6596ee135c"
|
2018-10-12 20:29:14 +03:00
|
|
|
"checksum dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "88972de891f6118092b643d85a0b28e0678e0f948d7f879aa32f2d5aafe97d2a"
|
2019-06-04 02:04:37 +03:00
|
|
|
"checksum dogear 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c01a457f8d6689260111be60774bfb68e558b41bc89b866ebc3bbed60ba255cb"
|
2017-08-23 06:04:03 +03:00
|
|
|
"checksum dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab"
|
2017-09-22 23:47:28 +03:00
|
|
|
"checksum dtoa-short 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "068d4026697c1a18f0b0bb8cfcad1b0c151b90d8edb9bf4c235ad68128920d1d"
|
2019-05-25 20:08:40 +03:00
|
|
|
"checksum dwrote 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0bd1369e02db5e9b842a9b67bce8a2fcc043beafb2ae8a799dd482d46ea1ff0d"
|
2017-06-15 06:22:09 +03:00
|
|
|
"checksum either 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "18785c1ba806c258137c937e44ada9ee7e69a37e3c72077542cd2f069d78562a"
|
2018-06-05 13:50:20 +03:00
|
|
|
"checksum encoding_c 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "769ecb8b33323998e482b218c0d13cd64c267609023b4b7ec3ee740714c318ee"
|
2019-04-16 15:41:34 +03:00
|
|
|
"checksum encoding_rs 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)" = "4155785c79f2f6701f185eb2e6b4caf0555ec03477cb4c70db67b465311620ed"
|
2018-03-28 23:23:10 +03:00
|
|
|
"checksum env_logger 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0561146661ae44c579e993456bc76d11ce1e0c7d745e57b2fa7146b6e49fa2ad"
|
2017-12-20 04:51:11 +03:00
|
|
|
"checksum error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3"
|
2019-01-12 18:49:16 +03:00
|
|
|
"checksum euclid 0.19.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d1a7698bdda3d7444a79d33bdc96e8b518d44ea3ff101d8492a6ca1207b886ea"
|
|
|
|
"checksum euclid_macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fdcb84c18ea5037a1c5a23039b4ff29403abce2e0d6b1daa11cf0bde2b30be15"
|
2018-11-09 16:16:08 +03:00
|
|
|
"checksum failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6dd377bcc1b1b7ce911967e3ec24fa19c3224394ec05b54aa7b083d498341ac7"
|
|
|
|
"checksum failure_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "64c2d913fe8ed3b6c6518eedf4538255b989945c14c2a7d5cbff62a5e2120596"
|
2018-10-10 17:30:08 +03:00
|
|
|
"checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
2019-03-22 01:43:41 +03:00
|
|
|
"checksum filetime_win 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8c37abd4a58e0cb794bcae4a7dc4f02fff376949d8d1066d4c729e97bfb38ec"
|
2018-03-02 01:33:35 +03:00
|
|
|
"checksum flate2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9fac2277e84e5e858483756647a9d0aa8d9a2b7cba517fd84325a0aaa69a0909"
|
2018-12-07 17:00:57 +03:00
|
|
|
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
|
2017-11-21 18:41:47 +03:00
|
|
|
"checksum foreign-types 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5ebc04f19019fff1f2d627b5581574ead502f80c48c88900575a46e0840fe5d0"
|
2018-04-04 22:23:28 +03:00
|
|
|
"checksum freetype 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b659e75b7a7338fe75afd7f909fc2b71937845cffb6ebe54ba2e50f13d8e903d"
|
2018-08-29 04:37:30 +03:00
|
|
|
"checksum fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
|
2019-05-19 00:30:23 +03:00
|
|
|
"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
2018-08-18 18:29:05 +03:00
|
|
|
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
|
|
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
|
|
|
"checksum futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)" = "884dbe32a6ae4cd7da5c6db9b78114449df9953b8d490c9d7e1b51720b922c62"
|
2018-03-08 05:23:10 +03:00
|
|
|
"checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
|
2017-08-09 15:46:25 +03:00
|
|
|
"checksum fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
2018-12-25 04:11:35 +03:00
|
|
|
"checksum generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c0f28c2f5bfb5960175af447a2da7c18900693738343dc896ffbcabd9839592"
|
2019-04-01 20:54:08 +03:00
|
|
|
"checksum gl_generator 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "39a23d5e872a275135d66895d954269cf5e8661d234eb1c2480f4ce0d586acbd"
|
2019-05-01 23:45:22 +03:00
|
|
|
"checksum gleam 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)" = "7f46fd8874e043ffac0d638ed1567a2584f7814f6d72b4db37ab1689004a26c4"
|
2017-02-10 23:19:18 +03:00
|
|
|
"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
|
2018-10-02 04:50:56 +03:00
|
|
|
"checksum goblin 0.0.17 (registry+https://github.com/rust-lang/crates.io-index)" = "5911d7df7b8f65ab676c5327b50acea29d3c6a1a4ad05e444cf5dce321b26db2"
|
2019-03-22 01:43:41 +03:00
|
|
|
"checksum guid_win 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "87261686cc5e35b6584f4c2a430c2b153d8a92ab1ef820c16be34c1df8f5f58b"
|
2018-08-18 18:29:05 +03:00
|
|
|
"checksum h2 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "a27e7ed946e8335bdf9a191bc1b9b14a03ba822d013d2f58437f4fabcbd7fc2c"
|
2019-06-24 12:26:59 +03:00
|
|
|
"checksum headers 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc6e2e51d356081258ef05ff4c648138b5d3fe64b7300aaad3b820554a2b7fb6"
|
|
|
|
"checksum headers-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "967131279aaa9f7c20c7205b45a391638a83ab118e6509b2d0ccbe08de044237"
|
|
|
|
"checksum headers-derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "97c462e8066bca4f0968ddf8d12de64c40f2c2187b3b9a2fa994d06e8ad444a9"
|
|
|
|
"checksum http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "eed324f0f0daf6ec10c474f150505af2c143f251722bf9dbd1261bd1f2ee2c1a"
|
2019-05-19 00:30:23 +03:00
|
|
|
"checksum httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e8734b0cfd3bc3e101ec59100e101c2eecd19282202e87808b3037b442777a83"
|
2018-03-28 23:23:10 +03:00
|
|
|
"checksum humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0484fda3e7007f2a4a0d9c3a703ca38c71c54c55602ce4660c419fd32e188c9e"
|
2019-06-24 12:26:59 +03:00
|
|
|
"checksum hyper 0.12.19 (registry+https://github.com/rust-lang/crates.io-index)" = "f1ebec079129e43af5e234ef36ee3d7e6085687d145b7ea653b262d16c6b65f1"
|
2017-08-24 14:00:41 +03:00
|
|
|
"checksum ident_case 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c9826188e666f2ed92071d2dadef6edc430b11b158b5b2b3f4babbcc891eaaa"
|
2017-08-02 13:44:48 +03:00
|
|
|
"checksum idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "014b298351066f1512874135335d62a789ffe78a9974f94b43ed5621951eaf7d"
|
2019-04-25 22:31:16 +03:00
|
|
|
"checksum image 0.21.1 (registry+https://github.com/rust-lang/crates.io-index)" = "293e54ce142a936a39da748ba8178ae6aa1914b82d846a4278f11590c89bf116"
|
2018-08-18 18:29:05 +03:00
|
|
|
"checksum indexmap 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08173ba1e906efb6538785a8844dd496f5d34f0a2d88038e95195172fc667220"
|
2019-04-25 22:31:16 +03:00
|
|
|
"checksum inflate 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "1cdb29978cc5797bd8dcc8e5bf7de604891df2a8dc576973d71a281e916db2ff"
|
2019-06-24 12:26:59 +03:00
|
|
|
"checksum input_buffer 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8e1b822cc844905551931d6f81608ed5f50a79c1078a4e2b4d42dbc7c1eedfbf"
|
2018-08-18 18:29:05 +03:00
|
|
|
"checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08"
|
2018-02-28 23:07:52 +03:00
|
|
|
"checksum itertools 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b07332223953b5051bceb67e8c4700aa65291535568e1f12408c43c4a42c0394"
|
2019-06-10 17:09:06 +03:00
|
|
|
"checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358"
|
2018-04-04 01:42:10 +03:00
|
|
|
"checksum itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c069bbec61e1ca5a596166e55dfe4773ff745c3d16b700013bcaff9a6df2c682"
|
2017-02-06 19:42:53 +03:00
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2019-04-01 20:54:08 +03:00
|
|
|
"checksum khronos_api 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
|
2019-02-11 22:53:28 +03:00
|
|
|
"checksum lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1"
|
2017-08-11 05:41:35 +03:00
|
|
|
"checksum lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce12306c4739d86ee97c23139f3a34ddf0387bbf181bc7929d287025a8c3ef6b"
|
2019-05-19 00:30:23 +03:00
|
|
|
"checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
|
2019-04-05 04:34:23 +03:00
|
|
|
"checksum libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)" = "bedcc7a809076656486ffe045abeeac163da1b558e963a31e29fbfbeba916917"
|
2019-06-21 22:51:22 +03:00
|
|
|
"checksum libdbus-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "18cb88963258d00f4962205dbb5933d82780d9962c8c8a064b651d2ad7189210"
|
2018-03-13 16:14:09 +03:00
|
|
|
"checksum libloading 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3ad660d7cb8c5822cd83d10897b0f1f1526792737a179e73896152f85b88c2"
|
2017-08-09 22:20:08 +03:00
|
|
|
"checksum libudev 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ea626d3bdf40a1c5aee3bcd4f40826970cae8d80a8fec934c82a63840094dcfe"
|
2019-06-04 21:44:05 +03:00
|
|
|
"checksum libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe"
|
2018-04-04 15:14:26 +03:00
|
|
|
"checksum linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "70fb39025bc7cdd76305867c4eccf2f2dcf6e9a57f5b21a93e1c2d86cd03ec9e"
|
2019-05-24 23:38:23 +03:00
|
|
|
"checksum lmdb-rkv 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e25b4069789bf7ac069d6fd58229f18aec20c6f7cc9173cb731d11c10dbb6b6e"
|
2019-06-11 23:23:10 +03:00
|
|
|
"checksum lmdb-rkv-sys 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4d7d61f709086e3efb2f7255ad01cf1d7f9e407b7dfe96d83cd15e76ee8283b4"
|
2019-05-23 22:54:25 +03:00
|
|
|
"checksum lock_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ed946d4529956a20f2d63ebe1b69996d5a2137c91913fe3ebbeff957f5bca7ff"
|
2018-03-05 22:21:46 +03:00
|
|
|
"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
|
2019-01-24 12:51:17 +03:00
|
|
|
"checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6"
|
2019-04-25 22:31:16 +03:00
|
|
|
"checksum lzw 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7d947cbb889ed21c2a84be6ffbaebf5b4e0f4340638cba0444907e38b56be084"
|
2019-06-21 22:51:22 +03:00
|
|
|
"checksum mach 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2fd13ee2dd61cc82833ba05ade5a30bb3d63f7ced605ef827063c63078302de9"
|
2019-01-09 23:14:21 +03:00
|
|
|
"checksum malloc_size_of_derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "35adee9ed962cf7d07d62cb58bc45029f3227f5b5b86246caa8632f06c187bc3"
|
2017-12-08 21:24:40 +03:00
|
|
|
"checksum matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "100aabe6b8ff4e4a7e32c1c13523379802df0772b82466207ac25b013f193376"
|
|
|
|
"checksum memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "148fab2e51b4f1cfc66da2a7c32981d1d3c083a803978268bb11fe4b86925e7a"
|
2019-04-16 02:44:39 +03:00
|
|
|
"checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39"
|
2017-08-11 05:41:35 +03:00
|
|
|
"checksum memmap 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "46f3c7359028b31999287dae4e5047ddfe90a23b7dca2282ce759b491080c99b"
|
2018-10-02 04:50:56 +03:00
|
|
|
"checksum memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2ffa2c986de11a9df78620c01eeaaf27d94d3ff02bf81bfcca953102dd0c6ff"
|
2018-02-20 17:05:08 +03:00
|
|
|
"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
|
2019-06-24 12:26:59 +03:00
|
|
|
"checksum mime 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" = "3e27ca21f40a310bd06d9031785f4801710d566c184a6e15bad4f1d9b65f9425"
|
|
|
|
"checksum mime_guess 2.0.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)" = "30de2e4613efcba1ec63d8133f344076952090c122992a903359be5a4f99c3ed"
|
2018-03-02 01:33:35 +03:00
|
|
|
"checksum miniz_oxide 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aaa2d3ad070f428fffbd7d3ca2ea20bb0d8cffe9024405c44e1840bc1418b398"
|
|
|
|
"checksum miniz_oxide_c_api 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "92d98fdbd6145645828069b37ea92ca3de225e000d80702da25c20d3584b38a5"
|
2019-05-19 00:30:23 +03:00
|
|
|
"checksum mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)" = "71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432"
|
|
|
|
"checksum mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "46e73a04c2fa6250b8d802134d56d554a9ec2922bf977777c805ea5def61ce40"
|
2019-03-07 05:04:54 +03:00
|
|
|
"checksum mio-named-pipes 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "82f43a815b57d2d652550f3d20cec88a495bb2d0956aa873dc43040278455677"
|
2019-06-24 12:26:59 +03:00
|
|
|
"checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
|
2017-08-11 05:41:35 +03:00
|
|
|
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
2018-02-12 11:02:03 +03:00
|
|
|
"checksum moz_cbor 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20c82a57087fd5990d7122dbff1607c3b20c3d2958e9d9ad9765aab415e2c91c"
|
2018-01-05 06:11:06 +03:00
|
|
|
"checksum mp4parse_fallible 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6626c2aef76eb8f984eef02e475883d3fe9112e114720446c5810fc5f045cd30"
|
2018-08-29 04:37:30 +03:00
|
|
|
"checksum msdos_time 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "aad9dfe950c057b1bfe9c1f2aa51583a8468ef2a5baba2ebbe06d775efeb7729"
|
2019-05-01 22:25:27 +03:00
|
|
|
"checksum murmurhash3 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a2983372caf4480544083767bf2d27defafe32af49ab4df3a0b7fc90793a3664"
|
2019-04-25 22:28:42 +03:00
|
|
|
"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
|
2019-02-27 02:40:34 +03:00
|
|
|
"checksum new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0cdc457076c78ab54d5e0d6fa7c47981757f1e34dc39ff92787f217dede586c4"
|
2017-12-08 03:17:46 +03:00
|
|
|
"checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
|
2018-10-22 10:41:30 +03:00
|
|
|
"checksum nom 4.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9c349f68f25f596b9f44cf0e7c69752a5c633b0550c3ff849518bfba0233774a"
|
2019-05-20 15:21:20 +03:00
|
|
|
"checksum num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "eafd0b45c5537c3ba526f79d3e75120036502bebacbb3f3220914067ce39dbf2"
|
2018-09-18 20:51:03 +03:00
|
|
|
"checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea"
|
2019-04-25 22:31:16 +03:00
|
|
|
"checksum num-iter 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "af3fdbbc3291a5464dc57b03860ec37ca6bf915ed6ee385e7c6c052c422b2124"
|
|
|
|
"checksum num-rational 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4e96f040177bb3da242b5b1ecf3f54b5d5af3efbbfb18608977a5d2767b22f10"
|
2018-03-19 20:24:54 +03:00
|
|
|
"checksum num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
|
2018-09-18 20:51:03 +03:00
|
|
|
"checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1"
|
2017-12-08 21:24:40 +03:00
|
|
|
"checksum num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "514f0d73e64be53ff320680ca671b64fe3fb91da01e1ae2ddc99eb51d453b20d"
|
2018-10-02 04:50:56 +03:00
|
|
|
"checksum object 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6cca6ad89d0801138cb4ef606908ae12d83edc4c790ef5178fc7b4c72d959e90"
|
2018-12-25 04:11:35 +03:00
|
|
|
"checksum opaque-debug 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "51ecbcb821e1bd256d456fe858aaa7f380b63863eab2eb86eee1bd9f33dd6682"
|
2018-09-15 19:35:42 +03:00
|
|
|
"checksum ordered-float 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2f0015e9e8e28ee20c581cfbfe47c650cedeb9ed0721090e0b7ebb10b9cdbcc2"
|
2018-12-22 23:02:42 +03:00
|
|
|
"checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13"
|
2019-03-23 17:17:35 +03:00
|
|
|
"checksum packed_simd 0.3.3 (git+https://github.com/hsivonen/packed_simd?branch=rust_1_32)" = "<none>"
|
2019-05-23 22:54:25 +03:00
|
|
|
"checksum parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fa7767817701cce701d5585b9c4db3cdd02086398322c1d7e8bf5094a96a2ce7"
|
|
|
|
"checksum parking_lot_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cb88cb1cb3790baa6776844f968fea3be44956cf184fa1be5a03341f5491278c"
|
2017-05-21 09:13:11 +03:00
|
|
|
"checksum peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
2017-08-02 13:44:48 +03:00
|
|
|
"checksum percent-encoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de154f638187706bde41d9b4738748933d64e6b37bdbffc0b47a97d16a6ae356"
|
2017-02-10 23:19:18 +03:00
|
|
|
"checksum phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "cb325642290f28ee14d8c6201159949a872f220c62af6e110a56ea914fbe42fc"
|
|
|
|
"checksum phf_codegen 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "d62594c0bb54c464f633175d502038177e90309daf2e0158be42ed5f023ce88f"
|
|
|
|
"checksum phf_generator 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "6b07ffcc532ccc85e3afc45865469bf5d9e4ef5bfcf9622e3cfe80c2d275ec03"
|
|
|
|
"checksum phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = "07e24b0ca9643bdecd0632f2b3da6b1b89bbb0030e0b992afc1113b23a7bc2f2"
|
2017-02-06 19:42:53 +03:00
|
|
|
"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903"
|
2018-10-02 04:50:56 +03:00
|
|
|
"checksum plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
|
2019-03-20 00:00:08 +03:00
|
|
|
"checksum plane-split 0.13.8 (registry+https://github.com/rust-lang/crates.io-index)" = "91c621d83b9c5a85b7ca7ca2bec643136debb327ad29d0a08768db1325780365"
|
2019-03-15 18:04:46 +03:00
|
|
|
"checksum plist 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "95bef0807b4fe77618f8d24f0c4ec37a4ad1dad9348c3b27d8b624c824d8cf48"
|
2019-04-25 22:31:16 +03:00
|
|
|
"checksum png 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9adebf7fb91ccf5eac9da1a8e00e83cb8ae882c3e8d8e4ad59da73cb8c82a2c9"
|
2018-03-02 01:33:35 +03:00
|
|
|
"checksum podio 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e5422a1ee1bc57cc47ae717b0137314258138f38fd5f3cea083f43a9725383a0"
|
2017-09-30 18:26:05 +03:00
|
|
|
"checksum precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
2019-04-02 23:41:27 +03:00
|
|
|
"checksum proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)" = "4d317f9caece796be1980837fd5cb3dfec5613ebdb04ad0956deea83ce168915"
|
2017-02-28 20:22:51 +03:00
|
|
|
"checksum procedural-masquerade 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9f566249236c6ca4340f7ca78968271f0ed2b0f234007a61b66f9ecd0af09260"
|
2018-03-28 23:23:10 +03:00
|
|
|
"checksum quick-error 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eda5fe9b71976e62bc81b781206aaa076401769b2143379d3eb2118388babac4"
|
2019-04-02 23:41:27 +03:00
|
|
|
"checksum quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)" = "cdd8e04bd9c52e0342b406469d494fcb033be4bdbe5c606016defbb1681411e1"
|
2018-08-18 18:29:05 +03:00
|
|
|
"checksum rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = "15a732abf9d20f0ad8eeb6f909bf6868722d9a06e1e50802b6a70351f40b4eb1"
|
|
|
|
"checksum rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8356f47b32624fef5b3301c1be97e5944ecdd595409cc5da11d05f211db6cfbd"
|
2019-05-19 00:30:23 +03:00
|
|
|
"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
|
|
|
|
"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
|
|
|
|
"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
|
|
|
"checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0"
|
|
|
|
"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
|
|
|
|
"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
|
|
|
|
"checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
|
|
|
|
"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
|
|
|
|
"checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
|
|
|
|
"checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
|
2018-02-20 17:05:08 +03:00
|
|
|
"checksum rayon 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "485541959c8ecc49865526fe6c4de9653dd6e60d829d6edf0be228167b60372d"
|
|
|
|
"checksum rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d24ad214285a7729b174ed6d3bcfcb80177807f959d95fafd5bfc5c4f201ac8"
|
2019-05-19 00:30:23 +03:00
|
|
|
"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
2017-12-08 21:24:40 +03:00
|
|
|
"checksum redox_syscall 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "ab105df655884ede59d45b7070c8a65002d921461ee813a024558ca16030eea0"
|
2018-08-29 04:37:30 +03:00
|
|
|
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
|
2018-10-12 20:29:14 +03:00
|
|
|
"checksum redox_users 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "214a97e49be64fd2c86f568dd0cb2c757d2cc53de95b273b6ad0a1c908482f26"
|
2017-10-02 16:21:22 +03:00
|
|
|
"checksum regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1731164734096285ec2a5ec7fea5248ae2f5485b3feeb0115af4fda2183b2d1b"
|
2019-04-08 23:17:50 +03:00
|
|
|
"checksum regex 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3d8c9f33201f46669484bacc312b00e7541bed6aaf296dffe2bb4e0ac6b8ce2a"
|
2017-10-02 16:21:22 +03:00
|
|
|
"checksum regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad890a5eef7953f55427c50575c680c42841653abd2b028b68cd223d157f62db"
|
2018-05-21 23:24:30 +03:00
|
|
|
"checksum regex-syntax 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8f1ac0f60d675cc6cf13a20ec076568254472551051ad5dd050364d70671bf6b"
|
2019-06-13 22:14:59 +03:00
|
|
|
"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
|
|
|
|
"checksum rkv 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9ebeb7e046283b72b4bcd3b8ee4720cf69cd09f5b140b5ab46495df4af0e5113"
|
2018-01-25 22:49:36 +03:00
|
|
|
"checksum ron 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "da06feaa07f69125ab9ddc769b11de29090122170b402547f64b86fe16ebc399"
|
2017-09-19 16:46:55 +03:00
|
|
|
"checksum runloop 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d79b4b604167921892e84afbbaad9d5ad74e091bf6c511d9dbfb0593f09fabd"
|
2018-06-14 23:05:30 +03:00
|
|
|
"checksum rust-ini 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8a654c5bda722c699be6b0fe4c0d90de218928da5b724c3e467fc48865c37263"
|
2019-05-01 22:25:27 +03:00
|
|
|
"checksum rust_cascade 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f3fe4900d38dab1ad21a515e44687dd0711e6b0ec5b214a3b1aa8857343bcf3a"
|
Bug 1474871 - Link dump_syms against rustc-demangle. r=ted
The new version of breakpad imported in bug 1309172 doesn't demangle
rust symbols at all, contrary to before, where it tried to C++ demangle
them, which worked for many, although far from all. It however has
rust-demangle support as long as it's linked against a copy of the
rust-demangle-capi crate from https://github.com/luser/rust-demangle-capi/
This imports the code from the rust-demangle-capi crate but because of
some build system complications it's not taken as-is:
- it uses rusty-cheddar, which is deprecated, to generate a C header.
- rusty-cheddar depends on syntex_syntax, which now fails to build.
- rust-demangle-capi has crate-type staticlib, which can't be used
as a dependency in a Cargo.toml. For that reason, we can't create
a fake crate that depends on it to have it vendored.
Overall, it's only a few lines of rust, and the C header can be written
manually, so this is what we do here. The created crate is named in a way
specific to dump_syms.
The build system doesn't know how to figure out what system libraries
are required to link rust static libraries, although the rust compiler
has /some/ support to get the information, so we handle that manually.
--HG--
extra : rebase_source : 9f5a9bfe2148d3040e11c7121a88e85a7f2d5c53
2018-07-12 04:23:12 +03:00
|
|
|
"checksum rustc-demangle 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "76d7ba1feafada44f2d38eed812bd2489a03c0f5abb975799251518b68848649"
|
2019-01-18 23:32:22 +03:00
|
|
|
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
2018-08-22 11:28:40 +03:00
|
|
|
"checksum ryu 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "fd0568787116e13c652377b6846f5931454a363a8fdf8ae50463ee40935b278b"
|
2019-03-15 18:04:46 +03:00
|
|
|
"checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9"
|
2018-04-06 16:23:37 +03:00
|
|
|
"checksum same-file 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "cfb6eded0b06a0b512c8ddbcf04089138c9b4362c2f696f3c3d76039d68f3637"
|
2017-11-06 09:26:30 +03:00
|
|
|
"checksum scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f417c22df063e9450888a7561788e9bd46d3bb3c1466435b4eccb903807f147d"
|
2019-06-24 12:26:59 +03:00
|
|
|
"checksum scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
|
2018-10-12 20:29:14 +03:00
|
|
|
"checksum scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
|
2017-06-15 06:22:09 +03:00
|
|
|
"checksum scopeguard 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c79eb2c3ac4bc2507cda80e7f3ac5b88bd8eae4c0914d5663e6a8933994be918"
|
2019-05-23 22:54:25 +03:00
|
|
|
"checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
|
2018-10-02 04:50:56 +03:00
|
|
|
"checksum scroll 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2f84d114ef17fd144153d608fba7c446b0145d038985e7a8cc5d08bb0ce20383"
|
|
|
|
"checksum scroll_derive 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8f1aa96c45e7f5a91cb7fabe7b279f02fea7126239fc40b732316e8b6a2d0fcb"
|
2017-03-13 02:52:45 +03:00
|
|
|
"checksum semver 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"
|
2019-01-18 23:32:22 +03:00
|
|
|
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
2017-03-13 02:52:45 +03:00
|
|
|
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2019-04-04 18:41:57 +03:00
|
|
|
"checksum serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)" = "9f301d728f2b94c9a7691c90f07b0b4e8a4517181d9461be94c04bddeb4bd850"
|
2018-04-04 22:23:28 +03:00
|
|
|
"checksum serde_bytes 0.10.4 (registry+https://github.com/rust-lang/crates.io-index)" = "adb6e51a6b3696b301bc221d785f898b4457c619b51d7ce195a6d20baecb37b3"
|
2019-04-04 18:41:57 +03:00
|
|
|
"checksum serde_derive 1.0.88 (git+https://github.com/servo/serde?branch=deserialize_from_enums10)" = "<none>"
|
2018-08-22 11:28:40 +03:00
|
|
|
"checksum serde_json 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)" = "44dd2cfde475037451fa99b7e5df77aa3cfd1536575fa8e7a538ab36dcde49ae"
|
2019-06-24 12:26:59 +03:00
|
|
|
"checksum serde_urlencoded 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "642dd69105886af2efd227f75a520ec9b44a820d65bc133a9131f7d229fd165a"
|
2019-05-19 00:30:23 +03:00
|
|
|
"checksum sha-1 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "23962131a91661d643c98940b20fcaffe62d776a823247be80a48fcb8b6fce68"
|
2018-12-25 04:11:35 +03:00
|
|
|
"checksum sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b4d8bfd0e469f417657573d8451fb33d16cfe0989359b93baf3a1ffc639543d"
|
2019-04-16 15:41:34 +03:00
|
|
|
"checksum shift_or_euc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f930dea4685b9803954b9d74cdc175c6d946a22f2eafe5aa2e9a58cdcae7da8c"
|
|
|
|
"checksum shift_or_euc_c 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c81ec08c8a68c45c48d8ef58b80ce038cc9945891c4a4996761e2ec5cba05abc"
|
2019-03-27 17:39:41 +03:00
|
|
|
"checksum shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
|
2017-02-10 23:19:18 +03:00
|
|
|
"checksum siphasher 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2ffc669b726f2bc9a3bcff66e5e23b56ba6bf70e22a34c3d7b6d0b3450b65b84"
|
2017-08-11 05:41:35 +03:00
|
|
|
"checksum slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23"
|
2018-08-18 18:29:05 +03:00
|
|
|
"checksum slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5f9776d6b986f77b35c6cf846c11ad986ff128fe0b2b63a3628e3755e8d3102d"
|
2018-12-20 04:49:42 +03:00
|
|
|
"checksum smallbitvec 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1764fe2b30ee783bfe3b9b37b2649d8d590b3148bb12e0079715d4d5c673562e"
|
2019-02-27 02:40:34 +03:00
|
|
|
"checksum smallvec 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "622df2d454c29a4d89b30dc3b27b42d7d90d6b9e587dbf8f67652eb7514da484"
|
2017-07-14 13:05:27 +03:00
|
|
|
"checksum stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "15132e0e364248108c5e2c02e3ab539be8d6f5d52a01ca9bbf27ed657316f02b"
|
2018-08-18 18:29:05 +03:00
|
|
|
"checksum string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00caf261d6f90f588f8450b8e1230fa0d5be49ee6140fdfbcb55335aff350970"
|
2018-06-14 22:45:55 +03:00
|
|
|
"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
|
2019-04-29 18:06:41 +03:00
|
|
|
"checksum svg_fmt 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c666f0fed8e1e20e057af770af9077d72f3d5a33157b8537c1475dd8ffd6d32b"
|
2019-04-02 23:41:27 +03:00
|
|
|
"checksum syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)" = "66c8865bf5a7cbb662d8b011950060b3c8743dca141b054bf7195b20d314d8e2"
|
2018-11-09 16:16:08 +03:00
|
|
|
"checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015"
|
2019-04-15 13:39:28 +03:00
|
|
|
"checksum target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1b0ab4982b8945c35cc1c46a83a9094c414f6828a099ce5dcaa8ee2b04642dcb"
|
2019-05-08 12:49:24 +03:00
|
|
|
"checksum tempfile 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "47776f63b85777d984a50ce49d6b9e58826b6a3766a449fc95bc66cd5663c15b"
|
2018-03-02 01:33:35 +03:00
|
|
|
"checksum term_size 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2b6b55df3198cc93372e85dd2ed817f0e38ce8cc0f22eb32391bfad9c4bf209"
|
2018-03-28 23:23:10 +03:00
|
|
|
"checksum termcolor 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "adc4587ead41bf016f11af03e55a624c06568b5a19db4e90fde573d805074f83"
|
2018-08-29 04:37:30 +03:00
|
|
|
"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
|
2017-12-08 21:24:40 +03:00
|
|
|
"checksum textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c0b59b6b4b44d867f1370ef1bd91bfb262bf07bf0ae65c202ea2fbc16153b693"
|
2018-08-01 03:29:48 +03:00
|
|
|
"checksum thin-slice 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c"
|
2018-10-02 04:50:56 +03:00
|
|
|
"checksum thin-vec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "73fdf4b84c65a85168477b7fb6c498e0716bc9487fba24623389ea7f51708044"
|
2019-04-08 23:17:50 +03:00
|
|
|
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
|
2017-02-14 21:34:15 +03:00
|
|
|
"checksum thread_profiler 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf947d192a9be60ef5131cc7a4648886ba89d712f16700ebbf80c8a69d05d48f"
|
2019-02-07 19:14:04 +03:00
|
|
|
"checksum threadbound 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d23e87ee7a1ef5bd2d38cef24ff360f6e02beee13c6a7eb64dddde4a3da427a3"
|
2018-06-14 22:58:45 +03:00
|
|
|
"checksum time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "d825be0eb33fda1a7e68012d51e9c7f451dc1a69391e7fdc197060bb8c56667b"
|
2019-06-24 12:26:59 +03:00
|
|
|
"checksum tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "6e93c78d23cc61aa245a8acd2c4a79c4d7fa7fb5c3ca90d5737029f043a84895"
|
2018-08-18 18:29:05 +03:00
|
|
|
"checksum tokio-codec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "881e9645b81c2ce95fcb799ded2c29ffb9f25ef5bef909089a420e5961dd8ccb"
|
|
|
|
"checksum tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "aeeffbbb94209023feaef3c196a41cbcdafa06b4a6f893f68779bb5e53796f71"
|
2019-06-24 12:26:59 +03:00
|
|
|
"checksum tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443"
|
|
|
|
"checksum tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "83ea44c6c0773cc034771693711c35c677b4b5a4b21b9e7071704c54de7d555e"
|
2018-08-18 18:29:05 +03:00
|
|
|
"checksum tokio-fs 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b5cbe4ca6e71cb0b62a66e4e6f53a8c06a6eefe46cc5f665ad6f274c9906f135"
|
|
|
|
"checksum tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a5c9635ee806f26d302b8baa1e145689a280d8f5aa8d0552e7344808da54cc21"
|
|
|
|
"checksum tokio-reactor 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8703a5762ff6913510dc64272c714c4389ffd8c4b3cf602879b8bd14ff06b604"
|
|
|
|
"checksum tokio-tcp 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5b4c329b47f071eb8a746040465fa751bd95e4716e98daef6a9b4e434c17d565"
|
2019-06-24 12:26:59 +03:00
|
|
|
"checksum tokio-threadpool 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "17465013014410310f9f61fa10bf4724803c149ea1d51efece131c38efca93aa"
|
|
|
|
"checksum tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "f2106812d500ed25a4f38235b9cae8f78a09edf43203e16e59c3b769a342a60e"
|
2018-08-18 18:29:05 +03:00
|
|
|
"checksum tokio-udp 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "43eb534af6e8f37d43ab1b612660df14755c42bd003c5f8d2475ee78cc4600c0"
|
2017-11-06 09:26:30 +03:00
|
|
|
"checksum tokio-uds 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "65ae5d255ce739e8537221ed2942e0445f4b3b813daebac1c0050ddaaa3587f9"
|
2019-06-24 12:26:59 +03:00
|
|
|
"checksum tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445"
|
2018-03-13 13:37:36 +03:00
|
|
|
"checksum toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a7540f4ffc193e0d3c94121edb19b055670d369f77d5804db11ae053a45b6e7e"
|
2018-08-18 18:29:05 +03:00
|
|
|
"checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
|
2019-06-24 12:26:59 +03:00
|
|
|
"checksum tungstenite 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2a9147f2f36ff21f9582ad10315172a14fdc3f3042ac12d302f61f7f2375926b"
|
2018-10-10 17:30:08 +03:00
|
|
|
"checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169"
|
2018-05-21 23:24:30 +03:00
|
|
|
"checksum ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd2be2d6639d0f8fe6cdda291ad456e23629558d466e2789d2c3e9892bda285d"
|
2018-09-23 03:24:47 +03:00
|
|
|
"checksum uluru 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d2606e9192f308ddc4f0b3c5d1bf3400e28a70fff956e9d9f46d23b094746d9f"
|
2019-06-24 12:26:59 +03:00
|
|
|
"checksum unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33"
|
|
|
|
"checksum unicase 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a84e5511b2a947f3ae965dcb29b13b7b1691b6e7332cf5dbc1744138d5acb7f6"
|
2017-12-08 21:24:40 +03:00
|
|
|
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
2017-08-02 13:44:48 +03:00
|
|
|
"checksum unicode-normalization 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "51ccda9ef9efa3f7ef5d91e8f9b83bbe6955f9bf86aec89d5cce2c874625920f"
|
2018-06-14 23:01:20 +03:00
|
|
|
"checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1"
|
2017-02-10 23:19:18 +03:00
|
|
|
"checksum unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f"
|
2018-02-14 14:39:47 +03:00
|
|
|
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
2019-02-27 02:40:34 +03:00
|
|
|
"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
|
2018-12-01 17:58:03 +03:00
|
|
|
"checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
|
2019-06-24 12:26:59 +03:00
|
|
|
"checksum urlencoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3df3561629a8bb4c57e5a2e4c43348d9e29c7c29d9b1c4c1f47166deca8f37ed"
|
|
|
|
"checksum utf-8 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
|
2017-02-10 23:19:18 +03:00
|
|
|
"checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122"
|
2018-10-02 04:50:56 +03:00
|
|
|
"checksum uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e1436e58182935dcd9ce0add9ea0b558e8a87befe01c1a301e6020aeb0876363"
|
2019-05-23 22:54:25 +03:00
|
|
|
"checksum uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a"
|
2018-03-02 01:33:35 +03:00
|
|
|
"checksum vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9e0a7d8bed3178a8fb112199d466eeca9ed09a14ba8ad67718179b4fd5487d0b"
|
2017-06-01 02:52:00 +03:00
|
|
|
"checksum vec_map 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "887b5b631c2ad01628bbbaa7dd4c869f80d3186688f8d0b6f58774fbe324988c"
|
2019-06-24 12:26:59 +03:00
|
|
|
"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
|
2017-02-10 23:19:18 +03:00
|
|
|
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
2018-04-06 16:23:37 +03:00
|
|
|
"checksum walkdir 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "63636bd0eb3d00ccb8b9036381b526efac53caf112b7783b730ab3f8e44da369"
|
2018-08-18 18:29:05 +03:00
|
|
|
"checksum want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "797464475f30ddb8830cc529aaaae648d581f99e2036a928877dfde027ddf6b3"
|
2019-06-24 12:26:59 +03:00
|
|
|
"checksum warp 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "8f0a120bf7041d4381a5429c4e6d12633bfb874c968a78ec3a3563e9ca6e12d6"
|
2019-07-04 09:28:01 +03:00
|
|
|
"checksum wasmparser 0.32.1 (registry+https://github.com/rust-lang/crates.io-index)" = "22d1801de30f112ddaf665291097694ee33a36d1cb414b53a921d05b3519674a"
|
2019-06-10 17:09:06 +03:00
|
|
|
"checksum weedle 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "26a4c67f132386d965390b8a734d5d10adbcd30eb5cc74bd9229af8b83f10044"
|
2019-02-25 19:44:17 +03:00
|
|
|
"checksum which 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4be6cfa54dab45266e98b5d7be2f8ce959ddd49abd141a05d52dce4b07f803bb"
|
2017-02-06 19:42:53 +03:00
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2018-11-02 17:56:08 +03:00
|
|
|
"checksum winapi 0.3.6 (git+https://github.com/froydnj/winapi-rs?branch=aarch64)" = "<none>"
|
2017-02-06 19:42:53 +03:00
|
|
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
2018-11-02 17:56:08 +03:00
|
|
|
"checksum winapi-i686-pc-windows-gnu 0.4.0 (git+https://github.com/froydnj/winapi-rs?branch=aarch64)" = "<none>"
|
|
|
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (git+https://github.com/froydnj/winapi-rs?branch=aarch64)" = "<none>"
|
2018-03-28 23:23:10 +03:00
|
|
|
"checksum wincolor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eeb06499a3a4d44302791052df005d5232b927ed1a9658146d842165c4de7767"
|
2018-06-14 23:04:25 +03:00
|
|
|
"checksum winreg 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a27a759395c1195c4cc5cda607ef6f8f6498f64e78f7900f5de0a127a424704a"
|
2019-05-19 00:30:23 +03:00
|
|
|
"checksum ws 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ec91ea61b83ce033c43c06c52ddc7532f465c0153281610d44c58b74083aee1a"
|
2017-08-11 05:41:35 +03:00
|
|
|
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
2018-11-27 22:30:19 +03:00
|
|
|
"checksum xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "541b12c998c5b56aa2b4e6f18f03664eef9a4fd0a246a55594efae6cc2d964b5"
|
2018-12-03 22:23:36 +03:00
|
|
|
"checksum yaml-rust 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "95acf0db5515d07da9965ec0e0ba6cc2d825e2caeb7303b66ca441729801254e"
|
2018-09-18 20:51:03 +03:00
|
|
|
"checksum zip 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "36b9e08fb518a65cf7e08a1e482573eb87a2f4f8c6619316612a3c1f162fe822"
|