2014-09-09 18:18:18 +04:00
|
|
|
[root]
|
2017-01-09 17:39:45 +03:00
|
|
|
name = "webvr_traits"
|
2014-09-09 18:18:18 +04:00
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2017-02-18 23:10:26 +03:00
|
|
|
"ipc-channel 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-28 12:44:40 +03:00
|
|
|
"msg 0.0.1",
|
2017-02-18 23:10:26 +03:00
|
|
|
"rust-webvr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-09-09 18:18:18 +04:00
|
|
|
]
|
|
|
|
|
2017-01-11 16:37:45 +03:00
|
|
|
[[package]]
|
|
|
|
name = "adler32"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-06-25 21:03:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2017-02-15 00:17:24 +03:00
|
|
|
version = "0.6.2"
|
2015-06-25 21:03:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-01-16 16:59:18 +03:00
|
|
|
"memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-06-25 21:03:15 +03:00
|
|
|
]
|
|
|
|
|
2016-07-04 04:32:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "alloc-no-stdlib"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-01-28 04:15:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "android_glue"
|
2016-09-12 16:18:10 +03:00
|
|
|
version = "0.2.1"
|
2015-05-05 17:11:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2014-11-19 01:48:29 +03:00
|
|
|
|
servo: Merge #14530 - Use `android-rs-injected-glue` on Android (from mmatyas:android_injectedglue); r=larsbergstrom
<!-- Please describe your changes on the following line: -->
Due to changes in `android-rs-glue`, currently the Android build fails to start. As discussed [here](https://github.com/servo/servo/issues/13154), other than the `android-glue`, we now also have to inject some additional code too. This task is usually done by a helper program of `android-glue`, `cargo-apk`, but since Servo's build system is somewhat more complex than a regular small application, at the moment it'd be more clean to move the required internal `injected-glue` lib to a new repository, and add it as a dependency.
This patch adds a new dependency, `android-rs-injected-glue`, and integrates it into Servo. After applying this commit and #14528, Servo can be launched on Android. (It doesn't *work* yet as expected, though.)
Part of #13154.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Source-Repo: https://github.com/servo/servo
Source-Revision: 477a9827b82e880048038d9cc26b3000d013a3c4
2016-12-14 13:01:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "android_injected_glue"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "git+https://github.com/mmatyas/android-rs-injected-glue#d3223d1273d0dafcf06d6a6405fedfffbf257300"
|
|
|
|
|
2015-08-30 18:29:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "angle"
|
2016-10-04 00:54:51 +03:00
|
|
|
version = "0.1.2"
|
|
|
|
source = "git+https://github.com/servo/angle?branch=servo#99128001400771ee9c8a74dcf54cf6fe11b1e532"
|
2015-08-30 18:29:42 +03:00
|
|
|
dependencies = [
|
2016-12-24 15:37:12 +03:00
|
|
|
"cmake 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-08-30 18:29:42 +03:00
|
|
|
]
|
|
|
|
|
2017-01-26 09:41:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-10-01 00:19:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "app_units"
|
2017-02-18 23:10:26 +03:00
|
|
|
version = "0.4.0"
|
2015-10-01 07:21:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-10-01 00:19:33 +03:00
|
|
|
dependencies = [
|
2017-01-07 10:34:20 +03:00
|
|
|
"heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"num-traits 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"serde 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-10-01 00:19:33 +03:00
|
|
|
]
|
|
|
|
|
2016-04-13 17:57:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2016-12-24 15:37:12 +03:00
|
|
|
version = "0.3.20"
|
2016-04-13 17:57:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-09-12 16:18:10 +03:00
|
|
|
"nodrop 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"odds 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-13 17:57:50 +03:00
|
|
|
]
|
|
|
|
|
2016-12-10 14:21:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "aster"
|
2017-01-26 09:41:24 +03:00
|
|
|
version = "0.38.0"
|
2016-12-10 14:21:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-01-26 09:41:24 +03:00
|
|
|
"syntex_syntax 0.54.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-10 14:21:42 +03:00
|
|
|
]
|
|
|
|
|
2017-01-04 06:20:59 +03:00
|
|
|
[[package]]
|
|
|
|
name = "atomic_refcell"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-10 00:28:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "audio-video-metadata"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-09-30 15:45:55 +03:00
|
|
|
"mp3-metadata 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"mp4parse 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-10 00:28:34 +03:00
|
|
|
"ogg_metadata 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2014-09-09 18:18:18 +04:00
|
|
|
[[package]]
|
|
|
|
name = "azure"
|
2017-02-18 23:10:26 +03:00
|
|
|
version = "0.14.0"
|
|
|
|
source = "git+https://github.com/servo/rust-azure#07a57c4b32cd111cbc4ee1ff80a98a3f3ec3fbec"
|
2014-09-21 02:35:08 +04:00
|
|
|
dependencies = [
|
2016-12-24 15:37:12 +03:00
|
|
|
"cmake 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 10:19:54 +03:00
|
|
|
"core-foundation 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"core-graphics 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"core-text 4.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-17 00:01:59 +03:00
|
|
|
"freetype 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-03-25 04:00:30 +03:00
|
|
|
"servo-egl 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-03 04:19:00 +03:00
|
|
|
"servo-freetype-sys 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"servo-skia 0.30000003.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-08 01:18:50 +03:00
|
|
|
"x11 2.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-09-09 18:18:18 +04:00
|
|
|
]
|
|
|
|
|
2016-04-26 23:17:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2017-01-30 23:09:22 +03:00
|
|
|
version = "0.3.0"
|
2016-04-26 23:17:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-02-18 01:53:56 +03:00
|
|
|
"backtrace-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-26 23:17:33 +03:00
|
|
|
"cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-22 15:52:26 +03:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"rustc-demangle 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-22 15:52:26 +03:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-26 23:17:33 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace-sys"
|
2017-02-18 01:53:56 +03:00
|
|
|
version = "0.1.10"
|
2016-04-26 23:17:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-02-15 00:17:24 +03:00
|
|
|
"gcc 0.3.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-26 23:17:33 +03:00
|
|
|
]
|
|
|
|
|
2015-08-08 19:55:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
2017-02-18 23:10:26 +03:00
|
|
|
version = "1.0.0-alpha2"
|
2016-03-09 22:20:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-08-08 19:55:00 +03:00
|
|
|
dependencies = [
|
2017-02-01 21:20:29 +03:00
|
|
|
"byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"num-traits 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"serde 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-08-08 19:55:00 +03:00
|
|
|
]
|
|
|
|
|
2017-01-26 09:41:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
2017-02-16 13:58:54 +03:00
|
|
|
version = "0.22.0"
|
2017-01-26 09:41:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"aster 0.38.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cexpr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-16 13:58:54 +03:00
|
|
|
"clang-sys 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 01:53:56 +03:00
|
|
|
"clap 2.20.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-26 09:41:24 +03:00
|
|
|
"env_logger 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quasi 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quasi_codegen 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex_syntax 0.54.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-06-27 17:47:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bit-set"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bit-vec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-06-02 20:53:37 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2016-05-18 01:43:14 +03:00
|
|
|
version = "0.7.0"
|
2016-04-30 00:27:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-08-12 20:23:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "block"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-11-03 23:04:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bluetooth"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bluetooth_traits 0.0.1",
|
|
|
|
"device 0.0.1 (git+https://github.com/servo/devices)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"ipc-channel 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-05 17:32:23 +03:00
|
|
|
"servo_rand 0.0.1",
|
2017-01-06 09:49:19 +03:00
|
|
|
"tinyfiledialogs 2.5.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"uuid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-03 23:04:43 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bluetooth_traits"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2017-02-18 23:10:26 +03:00
|
|
|
"ipc-channel 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-16 16:59:18 +03:00
|
|
|
"regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"serde 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-15 03:48:42 +03:00
|
|
|
"servo_config 0.0.1",
|
2016-11-03 23:04:43 +03:00
|
|
|
]
|
|
|
|
|
2016-09-06 18:44:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "blurdroid"
|
2016-11-23 12:25:39 +03:00
|
|
|
version = "0.1.2"
|
2016-09-06 18:44:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-11-04 15:44:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "blurmock"
|
2016-11-23 12:25:39 +03:00
|
|
|
version = "0.1.2"
|
2016-11-04 15:44:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-12-24 15:37:12 +03:00
|
|
|
"rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 15:44:42 +03:00
|
|
|
]
|
|
|
|
|
2016-05-04 18:06:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "blurz"
|
2016-11-04 15:44:42 +03:00
|
|
|
version = "0.2.1"
|
2016-05-04 18:06:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-08-22 15:52:26 +03:00
|
|
|
"dbus 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-04 18:06:06 +03:00
|
|
|
]
|
|
|
|
|
2015-11-01 20:43:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "brotli"
|
2016-12-24 15:37:12 +03:00
|
|
|
version = "1.0.7"
|
2016-07-04 04:32:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2015-11-01 20:43:21 +03:00
|
|
|
|
2016-03-05 02:03:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "browserhtml"
|
2016-08-17 21:22:52 +03:00
|
|
|
version = "0.1.17"
|
2017-01-13 09:44:00 +03:00
|
|
|
source = "git+https://github.com/browserhtml/browserhtml?branch=crate#cd5374a970fd404377ab418ac1e4a358db47691f"
|
2016-03-05 02:03:18 +03:00
|
|
|
|
2016-12-09 00:29:07 +03:00
|
|
|
[[package]]
|
|
|
|
name = "build-apk"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-09 00:29:07 +03:00
|
|
|
]
|
|
|
|
|
2016-04-07 01:29:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2016-06-04 00:46:16 +03:00
|
|
|
version = "0.5.3"
|
2016-04-07 01:29:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-01-11 16:37:45 +03:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-11-07 21:47:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2014-09-09 18:18:18 +04:00
|
|
|
[[package]]
|
|
|
|
name = "canvas"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2017-02-18 23:10:26 +03:00
|
|
|
"azure 0.14.0 (git+https://github.com/servo/rust-azure)",
|
2015-05-20 23:42:06 +03:00
|
|
|
"canvas_traits 0.0.1",
|
2017-02-18 23:10:26 +03:00
|
|
|
"cssparser 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 10:19:54 +03:00
|
|
|
"gleam 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"ipc-channel 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-30 16:23:20 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"num-traits 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"offscreen_gl_context 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-24 00:02:56 +03:00
|
|
|
"plugins 0.0.1",
|
2016-12-15 03:48:42 +03:00
|
|
|
"servo_config 0.0.1",
|
2017-02-18 23:10:26 +03:00
|
|
|
"webrender_traits 0.16.0 (git+https://github.com/servo/webrender)",
|
2014-09-09 18:18:18 +04:00
|
|
|
]
|
|
|
|
|
2015-05-20 23:42:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "canvas_traits"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2017-02-18 23:10:26 +03:00
|
|
|
"cssparser 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-07 10:34:20 +03:00
|
|
|
"heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-29 23:20:58 +03:00
|
|
|
"heapsize_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"ipc-channel 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-08-13 22:16:14 +03:00
|
|
|
"plugins 0.0.1",
|
2017-02-18 23:10:26 +03:00
|
|
|
"serde 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"webrender_traits 0.16.0 (git+https://github.com/servo/webrender)",
|
2015-05-20 23:42:06 +03:00
|
|
|
]
|
|
|
|
|
2015-10-02 22:26:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "caseless"
|
2017-02-15 00:17:24 +03:00
|
|
|
version = "0.1.3"
|
2015-10-02 22:26:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-01-16 16:59:18 +03:00
|
|
|
"regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 00:17:24 +03:00
|
|
|
"unicode-normalization 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-10-02 22:26:05 +03:00
|
|
|
]
|
|
|
|
|
2016-12-10 14:21:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"nom 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2015-11-27 08:17:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2014-10-29 18:24:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cgl"
|
2016-08-22 15:52:26 +03:00
|
|
|
version = "0.1.5"
|
2015-06-16 00:08:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2014-10-29 18:24:40 +03:00
|
|
|
dependencies = [
|
2017-02-07 10:19:54 +03:00
|
|
|
"gleam 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-10-29 18:24:40 +03:00
|
|
|
]
|
|
|
|
|
2016-12-10 14:21:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
2017-02-16 13:58:54 +03:00
|
|
|
version = "0.14.0"
|
2016-12-10 14:21:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"libloading 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-10 14:21:42 +03:00
|
|
|
]
|
|
|
|
|
2017-01-26 09:41:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2017-02-18 01:53:56 +03:00
|
|
|
version = "2.20.4"
|
2017-01-26 09:41:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"term_size 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 00:17:24 +03:00
|
|
|
"unicode-segmentation 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-26 09:41:24 +03:00
|
|
|
"unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"vec_map 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-11-09 10:23:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clippy_lints"
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
version = "0.0.112"
|
2016-11-09 10:23:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-12-24 15:37:12 +03:00
|
|
|
"matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-09 10:23:55 +03:00
|
|
|
"quine-mc_cluskey 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-16 16:59:18 +03:00
|
|
|
"regex-syntax 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-09 10:23:55 +03:00
|
|
|
"semver 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"toml 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 00:17:24 +03:00
|
|
|
"unicode-normalization 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-09 10:23:55 +03:00
|
|
|
]
|
|
|
|
|
2016-03-10 20:39:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cmake"
|
2016-12-24 15:37:12 +03:00
|
|
|
version = "0.1.20"
|
2016-03-10 20:39:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-02-15 00:17:24 +03:00
|
|
|
"gcc 0.3.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-03-10 20:39:23 +03:00
|
|
|
]
|
|
|
|
|
2015-06-07 21:15:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cocoa"
|
2017-02-18 23:10:26 +03:00
|
|
|
version = "0.8.0"
|
2015-06-07 21:15:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-05-18 01:43:14 +03:00
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-12 20:23:10 +03:00
|
|
|
"block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"core-graphics 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"objc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-06-07 21:15:20 +03:00
|
|
|
]
|
|
|
|
|
2015-10-13 00:06:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "color_quant"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-04 18:30:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "compiletest_helper"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2016-12-22 03:24:27 +03:00
|
|
|
"compiletest_rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-04 18:30:21 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "compiletest_rs"
|
2016-12-22 03:24:27 +03:00
|
|
|
version = "0.2.5"
|
2016-02-04 18:30:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-04-30 16:23:20 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-04 18:30:21 +03:00
|
|
|
]
|
|
|
|
|
2014-09-09 18:18:18 +04:00
|
|
|
[[package]]
|
|
|
|
name = "compositing"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2017-02-18 23:10:26 +03:00
|
|
|
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-05-20 23:42:06 +03:00
|
|
|
"gfx_traits 0.0.1",
|
2017-02-07 10:19:54 +03:00
|
|
|
"gleam 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 00:17:24 +03:00
|
|
|
"image 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"ipc-channel 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-30 16:23:20 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-09-09 18:18:18 +04:00
|
|
|
"msg 0.0.1",
|
2015-04-03 22:00:46 +03:00
|
|
|
"net_traits 0.0.1",
|
2015-09-22 16:58:55 +03:00
|
|
|
"plugins 0.0.1",
|
2015-05-01 04:02:33 +03:00
|
|
|
"profile_traits 0.0.1",
|
2014-09-09 18:18:18 +04:00
|
|
|
"script_traits 0.0.1",
|
2016-12-15 03:48:42 +03:00
|
|
|
"servo_config 0.0.1",
|
|
|
|
"servo_geometry 0.0.1",
|
2016-11-18 00:34:47 +03:00
|
|
|
"servo_url 0.0.1",
|
2015-09-04 15:46:11 +03:00
|
|
|
"style_traits 0.0.1",
|
2017-01-17 21:00:46 +03:00
|
|
|
"time 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"webrender 0.17.0 (git+https://github.com/servo/webrender)",
|
|
|
|
"webrender_traits 0.16.0 (git+https://github.com/servo/webrender)",
|
2014-09-09 18:18:18 +04:00
|
|
|
]
|
|
|
|
|
2016-05-18 12:11:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "constellation"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2017-01-30 23:09:22 +03:00
|
|
|
"backtrace 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-03 23:04:43 +03:00
|
|
|
"bluetooth_traits 0.0.1",
|
2016-05-18 12:11:46 +03:00
|
|
|
"canvas 0.0.1",
|
|
|
|
"canvas_traits 0.0.1",
|
|
|
|
"compositing 0.0.1",
|
2016-11-07 21:47:58 +03:00
|
|
|
"debugger 0.0.1",
|
2016-05-18 12:11:46 +03:00
|
|
|
"devtools_traits 0.0.1",
|
2017-02-18 23:10:26 +03:00
|
|
|
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-18 12:11:46 +03:00
|
|
|
"gaol 0.0.1 (git+https://github.com/servo/gaol)",
|
|
|
|
"gfx 0.0.1",
|
|
|
|
"gfx_traits 0.0.1",
|
2017-02-18 23:10:26 +03:00
|
|
|
"ipc-channel 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-18 12:11:46 +03:00
|
|
|
"layout_traits 0.0.1",
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"msg 0.0.1",
|
|
|
|
"net_traits 0.0.1",
|
2017-02-18 23:10:26 +03:00
|
|
|
"offscreen_gl_context 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-18 12:11:46 +03:00
|
|
|
"plugins 0.0.1",
|
|
|
|
"profile_traits 0.0.1",
|
|
|
|
"script_traits 0.0.1",
|
2017-02-18 23:10:26 +03:00
|
|
|
"serde 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-15 03:48:42 +03:00
|
|
|
"servo_config 0.0.1",
|
2017-01-05 17:32:23 +03:00
|
|
|
"servo_rand 0.0.1",
|
2016-12-15 03:48:42 +03:00
|
|
|
"servo_remutex 0.0.1",
|
2016-11-18 00:34:47 +03:00
|
|
|
"servo_url 0.0.1",
|
2016-05-18 12:11:46 +03:00
|
|
|
"style_traits 0.0.1",
|
2017-02-18 23:10:26 +03:00
|
|
|
"webrender_traits 0.16.0 (git+https://github.com/servo/webrender)",
|
2017-01-09 17:39:45 +03:00
|
|
|
"webvr_traits 0.0.1",
|
2016-05-18 12:11:46 +03:00
|
|
|
]
|
|
|
|
|
2016-05-30 14:39:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "content-blocker"
|
2017-02-18 23:10:26 +03:00
|
|
|
version = "0.2.3"
|
2016-05-30 14:39:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-01-16 16:59:18 +03:00
|
|
|
"regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"serde_json 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-27 04:02:46 +03:00
|
|
|
"url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-30 14:39:36 +03:00
|
|
|
]
|
|
|
|
|
2014-12-05 14:16:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cookie"
|
2016-06-26 11:19:14 +03:00
|
|
|
version = "0.2.5"
|
2015-02-12 03:24:45 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2014-12-05 14:16:11 +03:00
|
|
|
dependencies = [
|
2016-07-08 01:22:13 +03:00
|
|
|
"openssl 0.7.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-17 21:00:46 +03:00
|
|
|
"time 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-27 04:02:46 +03:00
|
|
|
"url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-12-05 14:16:11 +03:00
|
|
|
]
|
|
|
|
|
2014-09-09 18:18:18 +04:00
|
|
|
[[package]]
|
2015-06-07 21:15:20 +03:00
|
|
|
name = "core-foundation"
|
2017-02-07 10:19:54 +03:00
|
|
|
version = "0.3.0"
|
2015-12-03 10:28:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-02-07 10:19:54 +03:00
|
|
|
"core-foundation-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-03 10:28:29 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2017-02-07 10:19:54 +03:00
|
|
|
version = "0.3.1"
|
2015-06-07 21:15:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-03-18 20:25:00 +03:00
|
|
|
dependencies = [
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-03-18 20:25:00 +03:00
|
|
|
]
|
2014-09-09 18:18:18 +04:00
|
|
|
|
|
|
|
[[package]]
|
2015-06-07 21:15:20 +03:00
|
|
|
name = "core-graphics"
|
2017-02-18 23:10:26 +03:00
|
|
|
version = "0.7.0"
|
2015-06-07 21:15:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2014-09-09 18:18:18 +04:00
|
|
|
dependencies = [
|
2017-02-07 10:19:54 +03:00
|
|
|
"core-foundation 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"serde 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-09-09 18:18:18 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2015-06-07 21:15:20 +03:00
|
|
|
name = "core-text"
|
2017-02-18 23:10:26 +03:00
|
|
|
version = "4.0.0"
|
2015-12-12 10:57:45 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2014-09-09 18:18:18 +04:00
|
|
|
dependencies = [
|
2017-02-07 10:19:54 +03:00
|
|
|
"core-foundation 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"core-graphics 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-09-09 18:18:18 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cssparser"
|
2017-02-18 23:10:26 +03:00
|
|
|
version = "0.10.0"
|
2015-05-05 17:11:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2014-09-09 18:18:18 +04:00
|
|
|
dependencies = [
|
2017-01-07 10:34:20 +03:00
|
|
|
"heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"quote 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"serde 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 00:17:24 +03:00
|
|
|
"syn 0.10.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-09-09 18:18:18 +04:00
|
|
|
]
|
|
|
|
|
2016-04-26 23:17:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dbghelp-sys"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-08-22 15:52:26 +03:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-26 23:17:33 +03:00
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-05-04 18:06:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dbus"
|
2016-08-22 15:52:26 +03:00
|
|
|
version = "0.3.4"
|
2016-05-04 18:06:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-04 18:06:06 +03:00
|
|
|
]
|
|
|
|
|
2015-07-30 23:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "debug_unreachable"
|
2016-05-03 02:48:45 +03:00
|
|
|
version = "0.1.1"
|
2015-07-30 23:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-05-03 02:48:45 +03:00
|
|
|
"unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-07-30 23:46:13 +03:00
|
|
|
]
|
|
|
|
|
2016-09-12 18:19:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "debugger"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2016-11-07 21:47:58 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-17 12:01:39 +03:00
|
|
|
"ws 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-12 18:19:17 +03:00
|
|
|
]
|
|
|
|
|
2017-01-11 16:37:45 +03:00
|
|
|
[[package]]
|
|
|
|
name = "deflate"
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
version = "0.7.4"
|
2017-01-11 16:37:45 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"adler32 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-15 12:24:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "deny_public_fields"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"syn 0.10.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"synstructure 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-02-25 05:10:49 +03:00
|
|
|
[[package]]
|
|
|
|
name = "deque"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-12-24 15:37:12 +03:00
|
|
|
"rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-25 05:10:49 +03:00
|
|
|
]
|
|
|
|
|
2016-05-04 18:06:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "device"
|
|
|
|
version = "0.0.1"
|
2016-11-23 12:25:39 +03:00
|
|
|
source = "git+https://github.com/servo/devices#1bb5a200c7ae1f42ddf3c42b235b3db66226aabf"
|
2016-05-04 18:06:06 +03:00
|
|
|
dependencies = [
|
2016-11-23 12:25:39 +03:00
|
|
|
"blurdroid 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"blurmock 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-04 15:44:42 +03:00
|
|
|
"blurz 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-04 18:06:06 +03:00
|
|
|
]
|
|
|
|
|
2014-09-19 17:15:03 +04:00
|
|
|
[[package]]
|
|
|
|
name = "devtools"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"devtools_traits 0.0.1",
|
2016-09-12 16:18:10 +03:00
|
|
|
"encoding 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 01:53:56 +03:00
|
|
|
"hyper 0.9.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"hyper_serde 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ipc-channel 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-27 16:49:43 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-09-19 17:15:03 +04:00
|
|
|
"msg 0.0.1",
|
2015-09-02 21:32:44 +03:00
|
|
|
"plugins 0.0.1",
|
2017-02-18 23:10:26 +03:00
|
|
|
"serde 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-17 21:00:46 +03:00
|
|
|
"time 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-09-19 17:15:03 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "devtools_traits"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2016-05-18 01:43:14 +03:00
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-07 10:34:20 +03:00
|
|
|
"heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-29 23:20:58 +03:00
|
|
|
"heapsize_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 01:53:56 +03:00
|
|
|
"hyper 0.9.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"hyper_serde 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ipc-channel 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-09-19 17:15:03 +04:00
|
|
|
"msg 0.0.1",
|
2017-02-18 23:10:26 +03:00
|
|
|
"serde 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-18 00:34:47 +03:00
|
|
|
"servo_url 0.0.1",
|
2017-01-17 21:00:46 +03:00
|
|
|
"time 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-09-19 17:15:03 +04:00
|
|
|
]
|
|
|
|
|
2017-02-14 16:57:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "domobject_derive"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"quote 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 00:17:24 +03:00
|
|
|
"syn 0.10.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-14 16:57:32 +03:00
|
|
|
]
|
|
|
|
|
2016-08-12 20:23:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
2017-02-18 23:10:26 +03:00
|
|
|
version = "0.4.1"
|
2016-08-12 20:23:10 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-08-22 14:20:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dwmapi-sys"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-08-22 15:52:26 +03:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-08-22 14:20:09 +03:00
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-11-28 12:44:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "embedding"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2017-02-18 23:10:26 +03:00
|
|
|
"cocoa 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-28 12:44:40 +03:00
|
|
|
"compositing 0.0.1",
|
|
|
|
"devtools 0.0.1",
|
2017-02-18 23:10:26 +03:00
|
|
|
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 10:19:54 +03:00
|
|
|
"gleam 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-28 12:44:40 +03:00
|
|
|
"glutin_app 0.0.1",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-28 12:44:40 +03:00
|
|
|
"libservo 0.0.1",
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"msg 0.0.1",
|
|
|
|
"net_traits 0.0.1",
|
2016-12-24 15:37:12 +03:00
|
|
|
"objc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-28 12:44:40 +03:00
|
|
|
"plugins 0.0.1",
|
|
|
|
"script_traits 0.0.1",
|
2016-12-15 03:48:42 +03:00
|
|
|
"servo_config 0.0.1",
|
|
|
|
"servo_geometry 0.0.1",
|
2016-11-28 12:44:40 +03:00
|
|
|
"servo_url 0.0.1",
|
|
|
|
"style_traits 0.0.1",
|
2017-02-18 23:10:26 +03:00
|
|
|
"webrender_traits 0.16.0 (git+https://github.com/servo/webrender)",
|
2017-02-08 01:18:50 +03:00
|
|
|
"x11 2.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-28 12:44:40 +03:00
|
|
|
]
|
|
|
|
|
2014-09-09 18:18:18 +04:00
|
|
|
[[package]]
|
|
|
|
name = "encoding"
|
2016-09-12 16:18:10 +03:00
|
|
|
version = "0.2.33"
|
2015-01-08 18:00:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2014-11-13 06:48:31 +03:00
|
|
|
dependencies = [
|
2015-05-05 17:11:30 +03:00
|
|
|
"encoding-index-japanese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"encoding-index-korean 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"encoding-index-simpchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"encoding-index-singlebyte 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"encoding-index-tradchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-11-13 06:48:31 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-japanese"
|
2015-05-05 17:11:30 +03:00
|
|
|
version = "1.20141219.5"
|
2015-01-08 18:00:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2014-12-18 04:45:49 +03:00
|
|
|
dependencies = [
|
2015-05-05 17:11:30 +03:00
|
|
|
"encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-12-18 04:45:49 +03:00
|
|
|
]
|
2014-11-13 06:48:31 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-korean"
|
2015-05-05 17:11:30 +03:00
|
|
|
version = "1.20141219.5"
|
2015-01-08 18:00:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2014-12-18 04:45:49 +03:00
|
|
|
dependencies = [
|
2015-05-05 17:11:30 +03:00
|
|
|
"encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-12-18 04:45:49 +03:00
|
|
|
]
|
2014-11-13 06:48:31 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-simpchinese"
|
2015-05-05 17:11:30 +03:00
|
|
|
version = "1.20141219.5"
|
2015-01-08 18:00:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2014-12-18 04:45:49 +03:00
|
|
|
dependencies = [
|
2015-05-05 17:11:30 +03:00
|
|
|
"encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-12-18 04:45:49 +03:00
|
|
|
]
|
2014-11-13 06:48:31 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-singlebyte"
|
2015-05-05 17:11:30 +03:00
|
|
|
version = "1.20141219.5"
|
2015-01-08 18:00:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2014-12-18 04:45:49 +03:00
|
|
|
dependencies = [
|
2015-05-05 17:11:30 +03:00
|
|
|
"encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-12-18 04:45:49 +03:00
|
|
|
]
|
2014-11-13 06:48:31 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-tradchinese"
|
2015-05-05 17:11:30 +03:00
|
|
|
version = "1.20141219.5"
|
2015-01-08 18:00:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2014-12-18 04:45:49 +03:00
|
|
|
dependencies = [
|
2015-05-05 17:11:30 +03:00
|
|
|
"encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-12-18 04:45:49 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_index_tests"
|
2015-05-05 17:11:30 +03:00
|
|
|
version = "0.1.4"
|
2015-01-08 18:00:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2014-09-09 18:18:18 +04:00
|
|
|
|
2015-09-10 00:24:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "energy-monitor"
|
2016-03-10 20:39:23 +03:00
|
|
|
version = "0.2.0"
|
2015-09-10 00:24:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "energymon"
|
2016-12-24 15:37:12 +03:00
|
|
|
version = "0.3.0"
|
|
|
|
source = "git+https://github.com/energymon/energymon-rust.git#89daf8f37858eab96ad8eec7cc81accb17b2411e"
|
2015-09-10 00:24:48 +03:00
|
|
|
dependencies = [
|
2016-03-10 20:39:23 +03:00
|
|
|
"energy-monitor 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"energymon-default-sys 0.3.0 (git+https://github.com/energymon/energymon-sys.git)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-10 00:24:48 +03:00
|
|
|
]
|
|
|
|
|
2016-03-10 20:39:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "energymon-builder"
|
2016-12-24 15:37:12 +03:00
|
|
|
version = "0.3.0"
|
|
|
|
source = "git+https://github.com/energymon/energymon-sys.git#f8d77ea2906b25f9c0fd358aa9d300a46dc3e97c"
|
2016-03-10 20:39:23 +03:00
|
|
|
dependencies = [
|
2016-12-24 15:37:12 +03:00
|
|
|
"cmake 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-03-10 20:39:23 +03:00
|
|
|
]
|
|
|
|
|
2015-09-10 00:24:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "energymon-default-sys"
|
2016-12-24 15:37:12 +03:00
|
|
|
version = "0.3.0"
|
|
|
|
source = "git+https://github.com/energymon/energymon-sys.git#f8d77ea2906b25f9c0fd358aa9d300a46dc3e97c"
|
2015-09-10 00:24:48 +03:00
|
|
|
dependencies = [
|
2016-12-24 15:37:12 +03:00
|
|
|
"energymon-builder 0.3.0 (git+https://github.com/energymon/energymon-sys.git)",
|
|
|
|
"energymon-sys 0.3.0 (git+https://github.com/energymon/energymon-sys.git)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-10 00:24:48 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "energymon-sys"
|
2016-12-24 15:37:12 +03:00
|
|
|
version = "0.3.0"
|
|
|
|
source = "git+https://github.com/energymon/energymon-sys.git#f8d77ea2906b25f9c0fd358aa9d300a46dc3e97c"
|
2015-09-10 00:24:48 +03:00
|
|
|
dependencies = [
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-10 00:24:48 +03:00
|
|
|
]
|
|
|
|
|
2015-10-13 00:06:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "enum_primitive"
|
2017-01-17 01:51:33 +03:00
|
|
|
version = "0.1.1"
|
2015-10-13 00:06:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-01-17 01:51:33 +03:00
|
|
|
"num-traits 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-10-13 00:06:31 +03:00
|
|
|
]
|
|
|
|
|
2015-06-06 23:49:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2017-01-16 16:59:18 +03:00
|
|
|
version = "0.4.0"
|
2015-06-06 23:49:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-04-30 16:23:20 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-16 16:59:18 +03:00
|
|
|
"regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-06-06 23:49:56 +03:00
|
|
|
]
|
|
|
|
|
2017-02-08 01:18:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "error-chain"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-06-19 05:50:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "euclid"
|
2017-02-18 23:10:26 +03:00
|
|
|
version = "0.11.0"
|
2015-06-19 05:50:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-01-07 10:34:20 +03:00
|
|
|
"heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-30 16:23:20 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"num-traits 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"serde 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-06-19 05:50:22 +03:00
|
|
|
]
|
|
|
|
|
2014-09-09 18:18:18 +04:00
|
|
|
[[package]]
|
|
|
|
name = "expat-sys"
|
2016-08-17 21:22:52 +03:00
|
|
|
version = "2.1.4"
|
2015-12-03 10:28:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-10-12 10:42:25 +03:00
|
|
|
dependencies = [
|
2016-12-24 15:37:12 +03:00
|
|
|
"cmake 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-10-12 10:42:25 +03:00
|
|
|
]
|
2014-09-09 18:18:18 +04:00
|
|
|
|
2015-04-02 07:15:37 +03:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
version = "0.2.17"
|
2015-04-02 07:15:37 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 00:17:24 +03:00
|
|
|
"miniz-sys 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-04-02 07:15:37 +03:00
|
|
|
]
|
|
|
|
|
2015-05-05 17:11:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2016-11-20 04:18:10 +03:00
|
|
|
version = "1.0.5"
|
2015-05-05 17:11:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-08-23 03:20:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fontsan"
|
|
|
|
version = "0.3.2"
|
2016-10-24 17:11:18 +03:00
|
|
|
source = "git+https://github.com/servo/fontsan#ab68da1723827d6302653ccb76c1d215d36b7d4c"
|
2016-08-23 03:20:19 +03:00
|
|
|
dependencies = [
|
2016-12-24 15:37:12 +03:00
|
|
|
"cmake 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 00:17:24 +03:00
|
|
|
"miniz-sys 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-23 03:20:19 +03:00
|
|
|
]
|
|
|
|
|
2014-09-09 18:18:18 +04:00
|
|
|
[[package]]
|
|
|
|
name = "freetype"
|
2017-01-17 00:01:59 +03:00
|
|
|
version = "0.2.0"
|
2016-11-24 23:29:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-22 03:24:27 +03:00
|
|
|
"servo-freetype-sys 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-24 23:29:52 +03:00
|
|
|
]
|
|
|
|
|
2015-06-26 08:12:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futf"
|
2017-02-15 00:17:24 +03:00
|
|
|
version = "0.1.3"
|
2015-06-26 08:12:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-05-03 02:48:45 +03:00
|
|
|
"debug_unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 01:53:56 +03:00
|
|
|
"mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-06-26 08:12:09 +03:00
|
|
|
]
|
|
|
|
|
2017-01-31 22:49:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "gamma-lut"
|
2017-02-18 01:53:56 +03:00
|
|
|
version = "0.1.6"
|
2017-01-31 22:49:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2015-11-20 01:29:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "gaol"
|
|
|
|
version = "0.0.1"
|
2017-01-17 21:00:46 +03:00
|
|
|
source = "git+https://github.com/servo/gaol#227ff0bae1eb1b44a273c6c5610debfe214991ee"
|
2015-11-20 01:29:48 +03:00
|
|
|
dependencies = [
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-30 16:23:20 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-11-20 01:29:48 +03:00
|
|
|
]
|
|
|
|
|
2015-01-08 18:00:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "gcc"
|
2017-02-15 00:17:24 +03:00
|
|
|
version = "0.3.43"
|
2015-01-08 18:00:57 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-02-12 03:24:45 +03:00
|
|
|
[[package]]
|
|
|
|
name = "gdi32-sys"
|
2016-05-21 02:43:42 +03:00
|
|
|
version = "0.2.0"
|
2015-02-12 03:24:45 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-08-22 15:52:26 +03:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-21 02:43:42 +03:00
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-02-12 03:24:45 +03:00
|
|
|
]
|
|
|
|
|
2016-11-28 12:44:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "geckoservo"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2017-02-18 23:10:26 +03:00
|
|
|
"app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-04 06:20:59 +03:00
|
|
|
"atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"cssparser 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-16 16:59:18 +03:00
|
|
|
"env_logger 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-28 12:44:40 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-07 10:34:20 +03:00
|
|
|
"num_cpus 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 00:17:24 +03:00
|
|
|
"parking_lot 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-09 06:33:27 +03:00
|
|
|
"selectors 0.18.0",
|
2016-11-28 12:44:40 +03:00
|
|
|
"servo_url 0.0.1",
|
|
|
|
"style 0.0.1",
|
|
|
|
"style_traits 0.0.1",
|
|
|
|
"stylo_tests 0.0.1",
|
|
|
|
]
|
|
|
|
|
2015-08-07 23:05:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
2015-09-23 19:57:55 +03:00
|
|
|
version = "0.2.14"
|
2015-08-07 23:05:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2014-09-09 18:18:18 +04:00
|
|
|
[[package]]
|
|
|
|
name = "gfx"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2017-02-18 23:10:26 +03:00
|
|
|
"app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-18 01:43:14 +03:00
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 10:19:54 +03:00
|
|
|
"core-foundation 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"core-graphics 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"core-text 4.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-20 04:18:10 +03:00
|
|
|
"fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-23 03:20:19 +03:00
|
|
|
"fontsan 0.3.2 (git+https://github.com/servo/fontsan)",
|
2017-01-17 00:01:59 +03:00
|
|
|
"freetype 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-05-20 23:42:06 +03:00
|
|
|
"gfx_traits 0.0.1",
|
2016-09-24 00:41:34 +03:00
|
|
|
"harfbuzz-sys 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-07 10:34:20 +03:00
|
|
|
"heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-29 23:20:58 +03:00
|
|
|
"heapsize_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"ipc-channel 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-30 16:23:20 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-09-09 18:18:18 +04:00
|
|
|
"msg 0.0.1",
|
2015-04-03 22:00:46 +03:00
|
|
|
"net_traits 0.0.1",
|
2017-02-15 00:17:24 +03:00
|
|
|
"ordered-float 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-09-23 16:53:37 +04:00
|
|
|
"plugins 0.0.1",
|
2016-02-26 05:11:57 +03:00
|
|
|
"range 0.0.1",
|
2017-02-18 23:10:26 +03:00
|
|
|
"serde 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-19 02:31:36 +03:00
|
|
|
"servo-dwrote 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-12 04:12:29 +03:00
|
|
|
"servo-fontconfig 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
servo: Merge #14043 - Update to string-cache 0.3 (from servo:string-cache-up); r=nox
Previously, `string-cache` defined:
* An string-like `Atom` type,
* An `atom!("foo")` macro that expands to a value of that type, for a set of strings known at compile-time,
* A `struct Namespace(Atom);` type
* A `ns!(html)` macro that maps known prefixed to `Namespace` values with the corresponding namespace URL.
Adding a string to the static set required making a change to the `string-cache` crate.
With 0.3, the `Atom` type is now generic, with a type parameter that provides a set of static strings. We can have multiple such sets, defined in different crates. The `string_cache_codegen` crate, to be used in build scripts, generates code that defines such a set, a new atom type (a type alias for `Atom<_>` with the type parameter set), and an `atom!`-like macro.
The html5ever repository has a new `html5ever_atoms` crate that defines three such types: `Prefix`, `Namespace`, and `LocalName` (with respective `namespace_prefix!`, `namespace_url!`, and `local_name!` macros). It also defines the `ns!` macro like before.
This repository has a new `servo_atoms` crate in `components/atoms` that, for now, defines a single `Atom` type (and `atom!`) macro. (`servo_atoms::Atom` is defined as something like `type Atom = string_cache::Atom<ServoStaticStringSet>;`, so overall there’s now two types named `Atom`.)
In this PR, `servo_atoms::Atom` is used for everything else that was `string_cache::Atom` before. But more atom types can be defined as needed. Two reasons to do this are to auto-generate the set of static strings (I’m planning to do this for CSS property names, which is the motivation for this change), or to have the type system help us avoid mix up unrelated things (this is why we had a `Namespace` type ever before this change).
Introducing new types helped me find a bug: when creating a new attribute `dom::Element::set_style_attr`, would pass `Some(atom!("style"))` instead of `None` (now `Option<html5ever_atoms::Prefix>` instead of `Option<string_cache::Atom>`) to the `prefix` argument of `Attr::new`. I suppose the author of that code confused it with the `local_name` argument.
---
Note that Stylo is not affected by any of this. The `gecko_string_cache` module is unchanged, with a single `Atom` type. The `style` crate conditionally compiles `Prefix` and `LocalName` re-exports for that are both `gecko_string_cache::Atom` on stylo.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).
<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Source-Repo: https://github.com/servo/servo
Source-Revision: 5b4cc9568dbd5c15e5d2fbc62719172f11566ffa
2016-11-03 19:19:44 +03:00
|
|
|
"servo_atoms 0.0.1",
|
2016-12-15 03:48:42 +03:00
|
|
|
"servo_geometry 0.0.1",
|
2016-11-18 00:34:47 +03:00
|
|
|
"servo_url 0.0.1",
|
2017-02-04 18:10:00 +03:00
|
|
|
"simd 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-08 01:22:13 +03:00
|
|
|
"smallvec 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-09-09 18:18:18 +04:00
|
|
|
"style 0.0.1",
|
2016-02-16 14:20:20 +03:00
|
|
|
"style_traits 0.0.1",
|
2017-01-17 21:00:46 +03:00
|
|
|
"time 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 01:53:56 +03:00
|
|
|
"truetype 0.26.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-30 00:37:11 +03:00
|
|
|
"unicode-script 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"webrender_traits 0.16.0 (git+https://github.com/servo/webrender)",
|
2017-02-08 01:18:50 +03:00
|
|
|
"xi-unicode 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-09-09 18:18:18 +04:00
|
|
|
]
|
|
|
|
|
2015-04-21 22:06:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "gfx_tests"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"gfx 0.0.1",
|
2017-02-18 23:10:26 +03:00
|
|
|
"ipc-channel 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-01-08 02:17:55 +03:00
|
|
|
"style 0.0.1",
|
2015-04-21 22:06:22 +03:00
|
|
|
]
|
|
|
|
|
2015-05-20 23:42:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "gfx_traits"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2017-01-07 10:34:20 +03:00
|
|
|
"heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-29 23:20:58 +03:00
|
|
|
"heapsize_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-23 16:08:51 +03:00
|
|
|
"plugins 0.0.1",
|
2016-06-20 20:54:20 +03:00
|
|
|
"range 0.0.1",
|
2017-02-18 23:10:26 +03:00
|
|
|
"serde 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-05-20 23:42:06 +03:00
|
|
|
]
|
|
|
|
|
2015-10-13 00:06:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "gif"
|
2016-07-02 20:49:09 +03:00
|
|
|
version = "0.9.0"
|
2015-10-13 00:06:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"color_quant 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-13 17:57:50 +03:00
|
|
|
"lzw 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-10-13 00:06:31 +03:00
|
|
|
]
|
|
|
|
|
2014-10-30 08:33:35 +03:00
|
|
|
[[package]]
|
2016-03-31 19:21:06 +03:00
|
|
|
name = "gl_generator"
|
2016-07-08 01:22:13 +03:00
|
|
|
version = "0.5.2"
|
2015-06-16 00:08:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2014-10-30 08:33:35 +03:00
|
|
|
dependencies = [
|
2015-12-03 10:28:29 +03:00
|
|
|
"khronos_api 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-30 16:23:20 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"xml-rs 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-03-31 19:21:06 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gleam"
|
2017-02-07 10:19:54 +03:00
|
|
|
version = "0.2.32"
|
2016-03-31 19:21:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-07-08 01:22:13 +03:00
|
|
|
"gl_generator 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-10-30 08:33:35 +03:00
|
|
|
]
|
|
|
|
|
2015-10-13 00:06:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
2016-04-30 16:23:20 +03:00
|
|
|
version = "0.2.11"
|
2015-10-13 00:06:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2014-11-19 01:48:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "glutin_app"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2016-05-18 01:43:14 +03:00
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-11-19 01:48:29 +03:00
|
|
|
"compositing 0.0.1",
|
2017-02-18 23:10:26 +03:00
|
|
|
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-21 08:41:07 +03:00
|
|
|
"gdi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 10:19:54 +03:00
|
|
|
"gleam 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-20 20:06:00 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-11-19 01:48:29 +03:00
|
|
|
"msg 0.0.1",
|
2015-08-07 10:55:20 +03:00
|
|
|
"net_traits 0.0.1",
|
2016-09-28 05:46:13 +03:00
|
|
|
"osmesa-src 12.0.1 (git+https://github.com/servo/osmesa-src)",
|
2016-10-30 04:43:54 +03:00
|
|
|
"osmesa-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-04-03 14:29:12 +03:00
|
|
|
"script_traits 0.0.1",
|
2016-03-25 04:00:30 +03:00
|
|
|
"servo-egl 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"servo-glutin 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-15 03:48:42 +03:00
|
|
|
"servo_config 0.0.1",
|
|
|
|
"servo_geometry 0.0.1",
|
2016-11-18 00:34:47 +03:00
|
|
|
"servo_url 0.0.1",
|
2016-02-16 14:20:20 +03:00
|
|
|
"style_traits 0.0.1",
|
2016-05-21 08:41:07 +03:00
|
|
|
"user32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"webrender_traits 0.16.0 (git+https://github.com/servo/webrender)",
|
2016-08-22 15:52:26 +03:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-08 01:18:50 +03:00
|
|
|
"x11 2.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-11-19 01:48:29 +03:00
|
|
|
]
|
|
|
|
|
2014-10-29 08:12:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "glx"
|
2016-04-07 06:30:23 +03:00
|
|
|
version = "0.1.2"
|
2015-12-03 10:28:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2014-10-29 08:12:40 +03:00
|
|
|
dependencies = [
|
2016-07-08 01:22:13 +03:00
|
|
|
"gl_generator 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-03 10:28:29 +03:00
|
|
|
"khronos_api 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-10-29 08:12:40 +03:00
|
|
|
]
|
|
|
|
|
2014-09-09 18:18:18 +04:00
|
|
|
[[package]]
|
2015-09-30 00:37:11 +03:00
|
|
|
name = "harfbuzz-sys"
|
2016-09-24 00:41:34 +03:00
|
|
|
version = "0.1.7"
|
2015-05-26 23:16:40 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-02-21 16:51:50 +03:00
|
|
|
dependencies = [
|
2016-12-24 15:37:12 +03:00
|
|
|
"cmake 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-02-21 16:51:50 +03:00
|
|
|
]
|
2014-09-09 18:18:18 +04:00
|
|
|
|
2016-03-10 20:39:23 +03:00
|
|
|
[[package]]
|
2016-06-20 23:28:22 +03:00
|
|
|
name = "heapsize"
|
2017-01-07 10:34:20 +03:00
|
|
|
version = "0.3.8"
|
2016-03-10 20:39:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-08-22 15:52:26 +03:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-03-10 20:39:23 +03:00
|
|
|
]
|
|
|
|
|
2016-11-03 05:49:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "heapsize_derive"
|
2016-11-29 23:20:58 +03:00
|
|
|
version = "0.1.3"
|
2016-11-03 05:49:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"quote 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 00:17:24 +03:00
|
|
|
"syn 0.10.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"synstructure 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-03 05:49:08 +03:00
|
|
|
]
|
|
|
|
|
2015-08-23 02:23:50 +03:00
|
|
|
[[package]]
|
2016-06-20 23:28:22 +03:00
|
|
|
name = "heartbeats-simple"
|
2017-02-18 01:53:56 +03:00
|
|
|
version = "0.4.0"
|
2016-03-10 20:39:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-08-23 02:23:50 +03:00
|
|
|
dependencies = [
|
2017-02-18 01:53:56 +03:00
|
|
|
"heartbeats-simple-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-08-23 02:23:50 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2016-06-20 23:28:22 +03:00
|
|
|
name = "heartbeats-simple-sys"
|
2017-02-18 01:53:56 +03:00
|
|
|
version = "0.4.1"
|
2016-03-10 20:39:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-08-23 02:23:50 +03:00
|
|
|
dependencies = [
|
2016-12-24 15:37:12 +03:00
|
|
|
"cmake 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-08-23 02:23:50 +03:00
|
|
|
]
|
|
|
|
|
2015-07-14 22:40:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hpack"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-04-30 16:23:20 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-07-14 22:40:22 +03:00
|
|
|
]
|
|
|
|
|
2014-09-09 18:18:18 +04:00
|
|
|
[[package]]
|
2014-10-17 00:15:21 +04:00
|
|
|
name = "html5ever"
|
2017-02-18 23:10:26 +03:00
|
|
|
version = "0.13.0"
|
2015-06-16 09:42:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2014-09-09 18:18:18 +04:00
|
|
|
dependencies = [
|
2017-01-07 10:34:20 +03:00
|
|
|
"heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-29 23:20:58 +03:00
|
|
|
"heapsize_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"html5ever-atoms 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-30 16:23:20 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 01:53:56 +03:00
|
|
|
"mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +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)",
|
|
|
|
"quote 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 00:17:24 +03:00
|
|
|
"syn 0.10.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-28 15:53:33 +03:00
|
|
|
"tendril 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-09-09 18:18:18 +04:00
|
|
|
]
|
|
|
|
|
servo: Merge #14043 - Update to string-cache 0.3 (from servo:string-cache-up); r=nox
Previously, `string-cache` defined:
* An string-like `Atom` type,
* An `atom!("foo")` macro that expands to a value of that type, for a set of strings known at compile-time,
* A `struct Namespace(Atom);` type
* A `ns!(html)` macro that maps known prefixed to `Namespace` values with the corresponding namespace URL.
Adding a string to the static set required making a change to the `string-cache` crate.
With 0.3, the `Atom` type is now generic, with a type parameter that provides a set of static strings. We can have multiple such sets, defined in different crates. The `string_cache_codegen` crate, to be used in build scripts, generates code that defines such a set, a new atom type (a type alias for `Atom<_>` with the type parameter set), and an `atom!`-like macro.
The html5ever repository has a new `html5ever_atoms` crate that defines three such types: `Prefix`, `Namespace`, and `LocalName` (with respective `namespace_prefix!`, `namespace_url!`, and `local_name!` macros). It also defines the `ns!` macro like before.
This repository has a new `servo_atoms` crate in `components/atoms` that, for now, defines a single `Atom` type (and `atom!`) macro. (`servo_atoms::Atom` is defined as something like `type Atom = string_cache::Atom<ServoStaticStringSet>;`, so overall there’s now two types named `Atom`.)
In this PR, `servo_atoms::Atom` is used for everything else that was `string_cache::Atom` before. But more atom types can be defined as needed. Two reasons to do this are to auto-generate the set of static strings (I’m planning to do this for CSS property names, which is the motivation for this change), or to have the type system help us avoid mix up unrelated things (this is why we had a `Namespace` type ever before this change).
Introducing new types helped me find a bug: when creating a new attribute `dom::Element::set_style_attr`, would pass `Some(atom!("style"))` instead of `None` (now `Option<html5ever_atoms::Prefix>` instead of `Option<string_cache::Atom>`) to the `prefix` argument of `Attr::new`. I suppose the author of that code confused it with the `local_name` argument.
---
Note that Stylo is not affected by any of this. The `gecko_string_cache` module is unchanged, with a single `Atom` type. The `style` crate conditionally compiles `Prefix` and `LocalName` re-exports for that are both `gecko_string_cache::Atom` on stylo.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).
<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Source-Repo: https://github.com/servo/servo
Source-Revision: 5b4cc9568dbd5c15e5d2fbc62719172f11566ffa
2016-11-03 19:19:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "html5ever-atoms"
|
2017-02-18 23:10:26 +03:00
|
|
|
version = "0.2.0"
|
servo: Merge #14043 - Update to string-cache 0.3 (from servo:string-cache-up); r=nox
Previously, `string-cache` defined:
* An string-like `Atom` type,
* An `atom!("foo")` macro that expands to a value of that type, for a set of strings known at compile-time,
* A `struct Namespace(Atom);` type
* A `ns!(html)` macro that maps known prefixed to `Namespace` values with the corresponding namespace URL.
Adding a string to the static set required making a change to the `string-cache` crate.
With 0.3, the `Atom` type is now generic, with a type parameter that provides a set of static strings. We can have multiple such sets, defined in different crates. The `string_cache_codegen` crate, to be used in build scripts, generates code that defines such a set, a new atom type (a type alias for `Atom<_>` with the type parameter set), and an `atom!`-like macro.
The html5ever repository has a new `html5ever_atoms` crate that defines three such types: `Prefix`, `Namespace`, and `LocalName` (with respective `namespace_prefix!`, `namespace_url!`, and `local_name!` macros). It also defines the `ns!` macro like before.
This repository has a new `servo_atoms` crate in `components/atoms` that, for now, defines a single `Atom` type (and `atom!`) macro. (`servo_atoms::Atom` is defined as something like `type Atom = string_cache::Atom<ServoStaticStringSet>;`, so overall there’s now two types named `Atom`.)
In this PR, `servo_atoms::Atom` is used for everything else that was `string_cache::Atom` before. But more atom types can be defined as needed. Two reasons to do this are to auto-generate the set of static strings (I’m planning to do this for CSS property names, which is the motivation for this change), or to have the type system help us avoid mix up unrelated things (this is why we had a `Namespace` type ever before this change).
Introducing new types helped me find a bug: when creating a new attribute `dom::Element::set_style_attr`, would pass `Some(atom!("style"))` instead of `None` (now `Option<html5ever_atoms::Prefix>` instead of `Option<string_cache::Atom>`) to the `prefix` argument of `Attr::new`. I suppose the author of that code confused it with the `local_name` argument.
---
Note that Stylo is not affected by any of this. The `gecko_string_cache` module is unchanged, with a single `Atom` type. The `style` crate conditionally compiles `Prefix` and `LocalName` re-exports for that are both `gecko_string_cache::Atom` on stylo.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).
<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Source-Repo: https://github.com/servo/servo
Source-Revision: 5b4cc9568dbd5c15e5d2fbc62719172f11566ffa
2016-11-03 19:19:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-01-07 10:34:20 +03:00
|
|
|
"heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-29 23:20:58 +03:00
|
|
|
"heapsize_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"string_cache 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"string_cache_codegen 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
servo: Merge #14043 - Update to string-cache 0.3 (from servo:string-cache-up); r=nox
Previously, `string-cache` defined:
* An string-like `Atom` type,
* An `atom!("foo")` macro that expands to a value of that type, for a set of strings known at compile-time,
* A `struct Namespace(Atom);` type
* A `ns!(html)` macro that maps known prefixed to `Namespace` values with the corresponding namespace URL.
Adding a string to the static set required making a change to the `string-cache` crate.
With 0.3, the `Atom` type is now generic, with a type parameter that provides a set of static strings. We can have multiple such sets, defined in different crates. The `string_cache_codegen` crate, to be used in build scripts, generates code that defines such a set, a new atom type (a type alias for `Atom<_>` with the type parameter set), and an `atom!`-like macro.
The html5ever repository has a new `html5ever_atoms` crate that defines three such types: `Prefix`, `Namespace`, and `LocalName` (with respective `namespace_prefix!`, `namespace_url!`, and `local_name!` macros). It also defines the `ns!` macro like before.
This repository has a new `servo_atoms` crate in `components/atoms` that, for now, defines a single `Atom` type (and `atom!`) macro. (`servo_atoms::Atom` is defined as something like `type Atom = string_cache::Atom<ServoStaticStringSet>;`, so overall there’s now two types named `Atom`.)
In this PR, `servo_atoms::Atom` is used for everything else that was `string_cache::Atom` before. But more atom types can be defined as needed. Two reasons to do this are to auto-generate the set of static strings (I’m planning to do this for CSS property names, which is the motivation for this change), or to have the type system help us avoid mix up unrelated things (this is why we had a `Namespace` type ever before this change).
Introducing new types helped me find a bug: when creating a new attribute `dom::Element::set_style_attr`, would pass `Some(atom!("style"))` instead of `None` (now `Option<html5ever_atoms::Prefix>` instead of `Option<string_cache::Atom>`) to the `prefix` argument of `Attr::new`. I suppose the author of that code confused it with the `local_name` argument.
---
Note that Stylo is not affected by any of this. The `gecko_string_cache` module is unchanged, with a single `Atom` type. The `style` crate conditionally compiles `Prefix` and `LocalName` re-exports for that are both `gecko_string_cache::Atom` on stylo.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).
<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Source-Repo: https://github.com/servo/servo
Source-Revision: 5b4cc9568dbd5c15e5d2fbc62719172f11566ffa
2016-11-03 19:19:44 +03:00
|
|
|
]
|
|
|
|
|
2015-05-05 17:11:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2016-12-24 15:37:12 +03:00
|
|
|
version = "1.2.1"
|
2015-05-05 17:11:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-05-12 20:42:49 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2017-02-18 01:53:56 +03:00
|
|
|
version = "0.9.18"
|
2015-05-12 20:42:49 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-06-26 11:19:14 +03:00
|
|
|
"cookie 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"httparse 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-05 19:04:22 +03:00
|
|
|
"language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-30 16:23:20 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-12 20:23:10 +03:00
|
|
|
"mime 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-07 10:34:20 +03:00
|
|
|
"num_cpus 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-08 01:22:13 +03:00
|
|
|
"openssl 0.7.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-12 15:28:12 +03:00
|
|
|
"openssl-verify 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-23 19:57:55 +03:00
|
|
|
"solicit 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-17 21:00:46 +03:00
|
|
|
"time 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-05-12 20:42:49 +03:00
|
|
|
"traitobject 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-06-07 21:15:20 +03:00
|
|
|
"typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-13 18:58:25 +03:00
|
|
|
"unicase 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-27 04:02:46 +03:00
|
|
|
"url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-12 20:23:10 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper_serde"
|
2017-02-18 23:10:26 +03:00
|
|
|
version = "0.5.0"
|
2016-08-12 20:23:10 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cookie 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 01:53:56 +03:00
|
|
|
"hyper 0.9.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-12 20:23:10 +03:00
|
|
|
"mime 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"serde 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-23 21:28:31 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-12-24 15:37:12 +03:00
|
|
|
"matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 01:53:56 +03:00
|
|
|
"unicode-bidi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 00:17:24 +03:00
|
|
|
"unicode-normalization 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-05-12 20:42:49 +03:00
|
|
|
]
|
|
|
|
|
2015-10-13 00:06:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "image"
|
2017-02-15 00:17:24 +03:00
|
|
|
version = "0.12.3"
|
2015-10-13 00:06:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-01-11 16:37:45 +03:00
|
|
|
"byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-17 01:51:33 +03:00
|
|
|
"enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-02 20:49:09 +03:00
|
|
|
"gif 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-30 16:23:20 +03:00
|
|
|
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-17 21:00:46 +03:00
|
|
|
"jpeg-decoder 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-06 05:05:55 +03:00
|
|
|
"num-iter 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-22 15:52:26 +03:00
|
|
|
"num-rational 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"num-traits 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-11 16:37:45 +03:00
|
|
|
"png 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-13 21:37:37 +03:00
|
|
|
"scoped_threadpool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-10-13 00:06:31 +03:00
|
|
|
]
|
|
|
|
|
2016-01-30 22:48:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "immeta"
|
2016-05-23 23:05:52 +03:00
|
|
|
version = "0.3.4"
|
2016-01-30 22:48:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-12-24 15:37:12 +03:00
|
|
|
"arrayvec 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-04 00:46:16 +03:00
|
|
|
"byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"num-traits 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-01-30 22:48:41 +03:00
|
|
|
]
|
|
|
|
|
2015-11-27 08:17:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "inflate"
|
2016-04-30 16:23:20 +03:00
|
|
|
version = "0.1.1"
|
2015-11-27 08:17:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2014-09-09 18:18:18 +04:00
|
|
|
[[package]]
|
2015-06-07 21:15:20 +03:00
|
|
|
name = "io-surface"
|
2017-02-07 10:19:54 +03:00
|
|
|
version = "0.6.0"
|
2015-12-03 10:28:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2014-09-09 18:18:18 +04:00
|
|
|
dependencies = [
|
2016-08-22 15:52:26 +03:00
|
|
|
"cgl 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 10:19:54 +03:00
|
|
|
"core-foundation 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"gleam 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-04 14:05:48 +03:00
|
|
|
"leaky-cow 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-09-09 18:18:18 +04:00
|
|
|
]
|
|
|
|
|
2015-07-14 17:46:07 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ipc-channel"
|
2017-02-18 23:10:26 +03:00
|
|
|
version = "0.7.0"
|
2016-08-03 15:50:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-07-14 17:46:07 +03:00
|
|
|
dependencies = [
|
2017-02-18 23:10:26 +03:00
|
|
|
"bincode 1.0.0-alpha2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-16 14:53:49 +03:00
|
|
|
"fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-16 14:53:49 +03:00
|
|
|
"mio 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"serde 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"uuid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-07-14 17:46:07 +03:00
|
|
|
]
|
|
|
|
|
2016-08-12 20:23:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2017-02-18 23:10:26 +03:00
|
|
|
version = "0.3.1"
|
2016-08-12 20:23:10 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-03-02 11:47:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "jpeg-decoder"
|
2017-01-17 21:00:46 +03:00
|
|
|
version = "0.1.11"
|
2016-03-02 11:47:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-01-17 21:00:46 +03:00
|
|
|
"byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 21:43:02 +03:00
|
|
|
"rayon 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-03-02 11:47:50 +03:00
|
|
|
]
|
|
|
|
|
2014-09-09 18:18:18 +04:00
|
|
|
[[package]]
|
|
|
|
name = "js"
|
2017-01-29 02:12:21 +03:00
|
|
|
version = "0.1.4"
|
2017-02-16 13:03:54 +03:00
|
|
|
source = "git+https://github.com/servo/rust-mozjs#93e59ef1263e451143d0ed431f1aa564ea101ab8"
|
2014-09-09 18:18:18 +04:00
|
|
|
dependencies = [
|
2016-12-24 15:37:12 +03:00
|
|
|
"cmake 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-07 10:34:20 +03:00
|
|
|
"heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-30 16:23:20 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-03-26 21:18:55 +03:00
|
|
|
"mozjs_sys 0.0.0 (git+https://github.com/servo/mozjs)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"num-traits 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-09-09 18:18:18 +04:00
|
|
|
]
|
|
|
|
|
2016-11-03 05:49:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "jstraceable_derive"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"quote 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 00:17:24 +03:00
|
|
|
"syn 0.10.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"synstructure 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-03 05:49:08 +03:00
|
|
|
]
|
|
|
|
|
2014-10-29 08:12:40 +03:00
|
|
|
[[package]]
|
2015-02-12 03:24:45 +03:00
|
|
|
name = "kernel32-sys"
|
2016-08-22 15:52:26 +03:00
|
|
|
version = "0.2.2"
|
2015-01-28 04:15:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-02-12 03:24:45 +03:00
|
|
|
dependencies = [
|
2016-08-22 15:52:26 +03:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-08-07 22:05:39 +03:00
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-02-12 03:24:45 +03:00
|
|
|
]
|
2015-01-28 04:15:50 +03:00
|
|
|
|
2015-09-23 19:57:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "khronos_api"
|
2015-12-03 10:28:29 +03:00
|
|
|
version = "1.0.0"
|
2015-09-23 19:57:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-07-14 22:40:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "language-tags"
|
2016-05-05 19:04:22 +03:00
|
|
|
version = "0.2.2"
|
2015-07-14 22:40:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2014-09-09 18:18:18 +04:00
|
|
|
[[package]]
|
|
|
|
name = "layout"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2017-02-18 23:10:26 +03:00
|
|
|
"app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-04 06:20:59 +03:00
|
|
|
"atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-18 01:43:14 +03:00
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-05-20 23:42:06 +03:00
|
|
|
"canvas_traits 0.0.1",
|
2017-02-18 23:10:26 +03:00
|
|
|
"cssparser 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-20 04:18:10 +03:00
|
|
|
"fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-09-09 18:18:18 +04:00
|
|
|
"gfx 0.0.1",
|
2015-05-20 23:42:06 +03:00
|
|
|
"gfx_traits 0.0.1",
|
2017-01-07 10:34:20 +03:00
|
|
|
"heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"html5ever-atoms 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ipc-channel 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-30 16:23:20 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-02-12 03:24:45 +03:00
|
|
|
"msg 0.0.1",
|
2015-04-03 22:00:46 +03:00
|
|
|
"net_traits 0.0.1",
|
2017-02-15 00:17:24 +03:00
|
|
|
"ordered-float 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parking_lot 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-09-23 16:53:37 +04:00
|
|
|
"plugins 0.0.1",
|
2015-05-01 04:02:33 +03:00
|
|
|
"profile_traits 0.0.1",
|
2016-02-26 05:11:57 +03:00
|
|
|
"range 0.0.1",
|
2016-12-21 22:11:12 +03:00
|
|
|
"rayon 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-20 20:54:20 +03:00
|
|
|
"script_layout_interface 0.0.1",
|
2014-09-09 18:18:18 +04:00
|
|
|
"script_traits 0.0.1",
|
2017-02-09 06:33:27 +03:00
|
|
|
"selectors 0.18.0",
|
2017-02-18 23:10:26 +03:00
|
|
|
"serde 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-15 03:48:42 +03:00
|
|
|
"servo_config 0.0.1",
|
2017-01-17 18:18:42 +03:00
|
|
|
"servo_geometry 0.0.1",
|
2016-11-18 00:34:47 +03:00
|
|
|
"servo_url 0.0.1",
|
2016-07-08 01:22:13 +03:00
|
|
|
"smallvec 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-09-09 18:18:18 +04:00
|
|
|
"style 0.0.1",
|
2016-02-16 14:20:20 +03:00
|
|
|
"style_traits 0.0.1",
|
2017-02-18 01:53:56 +03:00
|
|
|
"unicode-bidi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-30 00:37:11 +03:00
|
|
|
"unicode-script 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"webrender_traits 0.16.0 (git+https://github.com/servo/webrender)",
|
2014-09-09 18:18:18 +04:00
|
|
|
]
|
|
|
|
|
2016-03-30 05:19:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "layout_tests"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"layout 0.0.1",
|
|
|
|
]
|
|
|
|
|
2016-06-21 01:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "layout_thread"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2017-02-18 23:10:26 +03:00
|
|
|
"app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-20 04:18:10 +03:00
|
|
|
"fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-21 01:00:13 +03:00
|
|
|
"gfx 0.0.1",
|
|
|
|
"gfx_traits 0.0.1",
|
2017-01-07 10:34:20 +03:00
|
|
|
"heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"ipc-channel 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-21 01:00:13 +03:00
|
|
|
"layout 0.0.1",
|
|
|
|
"layout_traits 0.0.1",
|
2016-12-24 15:37:12 +03:00
|
|
|
"lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-21 01:00:13 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"msg 0.0.1",
|
|
|
|
"net_traits 0.0.1",
|
2017-02-15 00:17:24 +03:00
|
|
|
"parking_lot 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-21 01:00:13 +03:00
|
|
|
"plugins 0.0.1",
|
|
|
|
"profile_traits 0.0.1",
|
2016-12-21 22:11:12 +03:00
|
|
|
"rayon 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-21 01:00:13 +03:00
|
|
|
"script 0.0.1",
|
|
|
|
"script_layout_interface 0.0.1",
|
|
|
|
"script_traits 0.0.1",
|
2017-02-09 06:33:27 +03:00
|
|
|
"selectors 0.18.0",
|
2017-02-18 23:10:26 +03:00
|
|
|
"serde_derive 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-15 03:48:42 +03:00
|
|
|
"servo_config 0.0.1",
|
|
|
|
"servo_geometry 0.0.1",
|
2016-11-18 00:34:47 +03:00
|
|
|
"servo_url 0.0.1",
|
2016-06-21 01:00:13 +03:00
|
|
|
"style 0.0.1",
|
2017-02-18 23:10:26 +03:00
|
|
|
"webrender_traits 0.16.0 (git+https://github.com/servo/webrender)",
|
2016-06-21 01:00:13 +03:00
|
|
|
]
|
|
|
|
|
2014-09-09 18:18:18 +04:00
|
|
|
[[package]]
|
|
|
|
name = "layout_traits"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"gfx 0.0.1",
|
2017-02-18 23:10:26 +03:00
|
|
|
"ipc-channel 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-09-09 18:18:18 +04:00
|
|
|
"msg 0.0.1",
|
2015-04-03 22:00:46 +03:00
|
|
|
"net_traits 0.0.1",
|
2015-05-01 04:02:33 +03:00
|
|
|
"profile_traits 0.0.1",
|
2014-09-09 18:18:18 +04:00
|
|
|
"script_traits 0.0.1",
|
2016-11-18 00:34:47 +03:00
|
|
|
"servo_url 0.0.1",
|
2017-02-18 23:10:26 +03:00
|
|
|
"webrender_traits 0.16.0 (git+https://github.com/servo/webrender)",
|
2014-09-09 18:18:18 +04:00
|
|
|
]
|
|
|
|
|
2016-05-03 02:48:45 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2016-12-24 15:37:12 +03:00
|
|
|
version = "0.2.2"
|
2016-05-03 02:48:45 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-16 14:53:49 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-04 14:05:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "leak"
|
2016-05-05 19:04:22 +03:00
|
|
|
version = "0.1.2"
|
2016-02-04 14:05:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "leaky-cow"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-05-05 19:04:22 +03:00
|
|
|
"leak 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-04 14:05:48 +03:00
|
|
|
]
|
|
|
|
|
2015-11-27 08:17:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2017-02-01 21:20:29 +03:00
|
|
|
version = "0.2.20"
|
2015-02-12 03:24:45 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2014-09-09 18:18:18 +04:00
|
|
|
|
2016-12-23 10:26:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2017-02-18 23:10:26 +03:00
|
|
|
version = "0.3.2"
|
2016-12-23 10:26:57 +03:00
|
|
|
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)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"target_build_utils 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-23 10:26:57 +03:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2014-12-05 14:16:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libressl-pnacl-sys"
|
2015-08-07 22:05:39 +03:00
|
|
|
version = "2.1.6"
|
2014-12-18 04:45:49 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2014-12-05 14:16:11 +03:00
|
|
|
dependencies = [
|
2015-08-07 22:05:39 +03:00
|
|
|
"pnacl-build-helper 1.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-12-05 14:16:11 +03:00
|
|
|
]
|
|
|
|
|
2016-11-17 01:40:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libservo"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"bluetooth 0.0.1",
|
|
|
|
"bluetooth_traits 0.0.1",
|
|
|
|
"canvas 0.0.1",
|
|
|
|
"canvas_traits 0.0.1",
|
|
|
|
"compositing 0.0.1",
|
|
|
|
"constellation 0.0.1",
|
|
|
|
"debugger 0.0.1",
|
|
|
|
"devtools 0.0.1",
|
|
|
|
"devtools_traits 0.0.1",
|
2017-01-16 16:59:18 +03:00
|
|
|
"env_logger 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-17 01:40:18 +03:00
|
|
|
"gaol 0.0.1 (git+https://github.com/servo/gaol)",
|
|
|
|
"gfx 0.0.1",
|
2017-02-07 10:19:54 +03:00
|
|
|
"gleam 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"ipc-channel 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-17 01:40:18 +03:00
|
|
|
"layout_thread 0.0.1",
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"msg 0.0.1",
|
|
|
|
"net 0.0.1",
|
|
|
|
"net_traits 0.0.1",
|
|
|
|
"plugins 0.0.1",
|
|
|
|
"profile 0.0.1",
|
|
|
|
"profile_traits 0.0.1",
|
|
|
|
"script 0.0.1",
|
|
|
|
"script_layout_interface 0.0.1",
|
|
|
|
"script_traits 0.0.1",
|
2016-12-15 03:48:42 +03:00
|
|
|
"servo_config 0.0.1",
|
2017-02-20 14:20:26 +03:00
|
|
|
"servo_geometry 0.0.1",
|
2016-11-18 00:34:47 +03:00
|
|
|
"servo_url 0.0.1",
|
2016-11-17 01:40:18 +03:00
|
|
|
"style 0.0.1",
|
2017-02-20 14:20:26 +03:00
|
|
|
"style_traits 0.0.1",
|
2016-11-17 01:40:18 +03:00
|
|
|
"webdriver_server 0.0.1",
|
2017-02-18 23:10:26 +03:00
|
|
|
"webrender 0.17.0 (git+https://github.com/servo/webrender)",
|
|
|
|
"webrender_traits 0.16.0 (git+https://github.com/servo/webrender)",
|
2017-01-09 17:39:45 +03:00
|
|
|
"webvr 0.0.1",
|
|
|
|
"webvr_traits 0.0.1",
|
2016-11-17 01:40:18 +03:00
|
|
|
]
|
|
|
|
|
2015-09-23 04:37:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
2017-02-15 00:17:24 +03:00
|
|
|
version = "1.0.13"
|
2015-09-23 04:37:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-02-15 00:17:24 +03:00
|
|
|
"gcc 0.3.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-23 04:37:22 +03:00
|
|
|
]
|
|
|
|
|
2015-01-28 04:15:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2016-04-30 16:23:20 +03:00
|
|
|
version = "0.3.6"
|
2015-01-28 04:15:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-10-13 00:06:31 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lzw"
|
2016-04-13 17:57:50 +03:00
|
|
|
version = "0.10.0"
|
2015-10-13 00:06:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-05-07 10:31:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mac"
|
2017-02-18 01:53:56 +03:00
|
|
|
version = "0.1.1"
|
2015-05-07 10:31:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-05-05 17:11:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "malloc_buf"
|
2015-12-10 01:52:14 +03:00
|
|
|
version = "0.0.6"
|
2015-05-05 17:11:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-05-05 17:11:30 +03:00
|
|
|
]
|
|
|
|
|
2015-01-22 00:27:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2016-12-24 15:37:12 +03:00
|
|
|
version = "0.1.4"
|
2015-01-22 00:27:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-06-25 21:03:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2017-01-16 16:59:18 +03:00
|
|
|
version = "1.0.1"
|
2015-06-25 21:03:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-06-25 21:03:15 +03:00
|
|
|
]
|
|
|
|
|
2017-02-08 01:18:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "metadeps"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"error-chain 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"toml 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2014-12-05 14:16:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2016-08-12 20:23:10 +03:00
|
|
|
version = "0.2.2"
|
2015-01-28 04:15:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-04-30 16:23:20 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-01-28 04:15:50 +03:00
|
|
|
]
|
2014-12-05 14:16:11 +03:00
|
|
|
|
2015-11-24 23:19:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
2016-12-24 15:37:12 +03:00
|
|
|
version = "1.8.1"
|
2015-11-24 23:19:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-08-12 20:23:10 +03:00
|
|
|
"mime 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +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)",
|
2016-05-05 19:04:22 +03:00
|
|
|
"unicase 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-11-24 23:19:26 +03:00
|
|
|
]
|
|
|
|
|
2015-04-02 07:15:37 +03:00
|
|
|
[[package]]
|
|
|
|
name = "miniz-sys"
|
2017-02-15 00:17:24 +03:00
|
|
|
version = "0.1.9"
|
2015-04-02 07:15:37 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-02-15 00:17:24 +03:00
|
|
|
"gcc 0.3.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-04-02 07:15:37 +03:00
|
|
|
]
|
|
|
|
|
2017-02-16 14:53:49 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
|
|
|
version = "0.6.4"
|
|
|
|
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)",
|
|
|
|
"lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"miow 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"net2 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
|
|
|
version = "0.2.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)",
|
|
|
|
"net2 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2014-09-09 18:18:18 +04:00
|
|
|
[[package]]
|
2015-03-26 21:18:55 +03:00
|
|
|
name = "mozjs_sys"
|
2014-09-09 18:18:18 +04:00
|
|
|
version = "0.0.0"
|
2017-01-17 06:26:52 +03:00
|
|
|
source = "git+https://github.com/servo/mozjs#7cd72d8c8f44f43ba162bdd814ec85e81b79cfb4"
|
2015-09-23 04:37:22 +03:00
|
|
|
dependencies = [
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 00:17:24 +03:00
|
|
|
"libz-sys 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-23 04:37:22 +03:00
|
|
|
]
|
2014-09-09 18:18:18 +04:00
|
|
|
|
2016-09-10 00:28:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mp3-metadata"
|
2016-09-30 15:45:55 +03:00
|
|
|
version = "0.2.3"
|
2016-09-10 00:28:34 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mp4parse"
|
2016-12-24 15:37:12 +03:00
|
|
|
version = "0.5.1"
|
2016-09-10 00:28:34 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2014-09-09 18:18:18 +04:00
|
|
|
[[package]]
|
|
|
|
name = "msg"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2016-05-18 01:43:14 +03:00
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"cssparser 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-07 10:34:20 +03:00
|
|
|
"heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-29 23:20:58 +03:00
|
|
|
"heapsize_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-08-04 06:24:41 +03:00
|
|
|
"plugins 0.0.1",
|
2017-02-18 23:10:26 +03:00
|
|
|
"serde 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"webrender_traits 0.16.0 (git+https://github.com/servo/webrender)",
|
2014-09-09 18:18:18 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "net"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2016-12-24 15:37:12 +03:00
|
|
|
"brotli 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"content-blocker 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-26 11:19:14 +03:00
|
|
|
"cookie 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-05-05 19:52:44 +03:00
|
|
|
"devtools_traits 0.0.1",
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"flate2 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 01:53:56 +03:00
|
|
|
"hyper 0.9.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"hyper_serde 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-23 23:05:52 +03:00
|
|
|
"immeta 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"ipc-channel 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-30 16:23:20 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-12 20:23:10 +03:00
|
|
|
"mime 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"mime_guess 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-11-05 20:31:48 +03:00
|
|
|
"msg 0.0.1",
|
2015-04-03 22:00:46 +03:00
|
|
|
"net_traits 0.0.1",
|
2016-07-08 01:22:13 +03:00
|
|
|
"openssl 0.7.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-11 01:00:48 +03:00
|
|
|
"openssl-verify 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-22 16:58:55 +03:00
|
|
|
"plugins 0.0.1",
|
2016-05-18 16:07:10 +03:00
|
|
|
"profile_traits 0.0.1",
|
2016-12-24 15:37:12 +03:00
|
|
|
"rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-15 03:48:42 +03:00
|
|
|
"servo_config 0.0.1",
|
2016-11-18 00:34:47 +03:00
|
|
|
"servo_url 0.0.1",
|
2016-08-22 15:52:26 +03:00
|
|
|
"threadpool 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-17 21:00:46 +03:00
|
|
|
"time 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-06 09:49:19 +03:00
|
|
|
"tinyfiledialogs 2.5.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-13 18:58:25 +03:00
|
|
|
"unicase 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-27 04:02:46 +03:00
|
|
|
"url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"uuid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"webrender_traits 0.16.0 (git+https://github.com/servo/webrender)",
|
2016-05-18 01:43:14 +03:00
|
|
|
"websocket 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-09-09 18:18:18 +04:00
|
|
|
]
|
|
|
|
|
2015-11-27 08:17:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "net2"
|
2016-08-22 15:52:26 +03:00
|
|
|
version = "0.2.26"
|
2015-11-27 08:17:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-22 15:52:26 +03:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-22 15:52:26 +03:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-05 19:04:22 +03:00
|
|
|
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-11-27 08:17:00 +03:00
|
|
|
]
|
|
|
|
|
2015-04-21 22:06:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "net_tests"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2017-02-18 23:10:26 +03:00
|
|
|
"content-blocker 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-26 11:19:14 +03:00
|
|
|
"cookie 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-25 20:35:57 +03:00
|
|
|
"devtools_traits 0.0.1",
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"flate2 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 01:53:56 +03:00
|
|
|
"hyper 0.9.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"hyper_serde 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ipc-channel 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-11-05 20:31:48 +03:00
|
|
|
"msg 0.0.1",
|
2015-04-21 22:06:22 +03:00
|
|
|
"net 0.0.1",
|
|
|
|
"net_traits 0.0.1",
|
2015-11-21 18:40:52 +03:00
|
|
|
"plugins 0.0.1",
|
2016-05-18 16:07:10 +03:00
|
|
|
"profile_traits 0.0.1",
|
2016-12-15 03:48:42 +03:00
|
|
|
"servo_config 0.0.1",
|
2016-11-18 00:34:47 +03:00
|
|
|
"servo_url 0.0.1",
|
2017-01-17 21:00:46 +03:00
|
|
|
"time 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-13 18:58:25 +03:00
|
|
|
"unicase 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-27 04:02:46 +03:00
|
|
|
"url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-04-21 22:06:22 +03:00
|
|
|
]
|
|
|
|
|
2015-04-03 22:00:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "net_traits"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2016-06-26 11:19:14 +03:00
|
|
|
"cookie 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-07 10:34:20 +03:00
|
|
|
"heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-29 23:20:58 +03:00
|
|
|
"heapsize_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 01:53:56 +03:00
|
|
|
"hyper 0.9.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"hyper_serde 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 00:17:24 +03:00
|
|
|
"image 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"ipc-channel 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-30 16:23:20 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-05-05 19:52:44 +03:00
|
|
|
"msg 0.0.1",
|
2016-12-24 15:37:12 +03:00
|
|
|
"num-traits 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"serde 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-15 03:48:42 +03:00
|
|
|
"servo_config 0.0.1",
|
2016-11-18 00:34:47 +03:00
|
|
|
"servo_url 0.0.1",
|
2017-01-27 04:02:46 +03:00
|
|
|
"url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"uuid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"webrender_traits 0.16.0 (git+https://github.com/servo/webrender)",
|
2016-05-18 01:43:14 +03:00
|
|
|
"websocket 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-04-03 22:00:46 +03:00
|
|
|
]
|
|
|
|
|
2015-11-17 04:44:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "net_traits_tests"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"net_traits 0.0.1",
|
|
|
|
]
|
|
|
|
|
2016-04-13 17:57:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nodrop"
|
2016-09-12 16:18:10 +03:00
|
|
|
version = "0.1.8"
|
2016-04-13 17:57:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-12-24 15:37:12 +03:00
|
|
|
"odds 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-13 17:57:50 +03:00
|
|
|
]
|
|
|
|
|
2016-11-09 10:23:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "1.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-11-28 12:44:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nsstring_vendor"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2016-04-20 18:10:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.32"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-12-24 15:37:12 +03:00
|
|
|
"num-traits 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-05-05 17:11:30 +03:00
|
|
|
]
|
|
|
|
|
2016-04-20 18:10:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
|
|
|
version = "0.1.32"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"num-integer 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"num-traits 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-20 18:10:24 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
2016-08-22 15:52:26 +03:00
|
|
|
version = "0.1.35"
|
2016-04-20 18:10:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"num-integer 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"num-traits 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-20 18:10:24 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2016-12-24 15:37:12 +03:00
|
|
|
version = "0.1.36"
|
2016-04-20 18:10:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-05-05 17:11:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2017-01-07 10:34:20 +03:00
|
|
|
version = "1.2.1"
|
2015-05-05 17:11:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-05-05 17:11:30 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc"
|
2016-12-24 15:37:12 +03:00
|
|
|
version = "0.2.2"
|
2015-05-05 17:11:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2015-12-10 01:52:14 +03:00
|
|
|
"malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-05-05 17:11:30 +03:00
|
|
|
]
|
|
|
|
|
2016-04-13 17:57:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "odds"
|
2016-12-24 15:37:12 +03:00
|
|
|
version = "0.2.25"
|
2016-04-13 17:57:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-04-27 05:28:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "offscreen_gl_context"
|
2017-02-18 23:10:26 +03:00
|
|
|
version = "0.6.0"
|
2016-03-31 04:12:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-04-27 05:28:35 +03:00
|
|
|
dependencies = [
|
2016-08-22 15:52:26 +03:00
|
|
|
"cgl 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 10:19:54 +03:00
|
|
|
"core-foundation 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-20 23:47:13 +03:00
|
|
|
"gdi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-08 01:22:13 +03:00
|
|
|
"gl_generator 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 10:19:54 +03:00
|
|
|
"gleam 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-20 23:47:13 +03:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-30 16:23:20 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-28 05:46:13 +03:00
|
|
|
"osmesa-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"serde 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-20 23:47:13 +03:00
|
|
|
"user32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-08 01:18:50 +03:00
|
|
|
"x11 2.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-04-27 05:28:35 +03:00
|
|
|
]
|
|
|
|
|
2016-09-10 00:28:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ogg"
|
2016-09-12 16:18:10 +03:00
|
|
|
version = "0.3.3"
|
2016-09-10 00:28:34 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ogg_metadata"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-12 16:18:10 +03:00
|
|
|
"ogg 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-10 00:28:34 +03:00
|
|
|
]
|
|
|
|
|
2016-05-27 20:03:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "open"
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
version = "1.2.0"
|
2016-05-27 20:03:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2014-09-09 18:18:18 +04:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2016-07-08 01:22:13 +03:00
|
|
|
version = "0.7.14"
|
2015-01-28 04:15:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2014-12-05 14:16:11 +03:00
|
|
|
dependencies = [
|
2016-05-18 01:43:14 +03:00
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 00:17:24 +03:00
|
|
|
"gcc 0.3.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-22 15:52:26 +03:00
|
|
|
"openssl-sys 0.7.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-08 01:22:13 +03:00
|
|
|
"openssl-sys-extras 0.7.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-12-05 14:16:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2016-08-22 15:52:26 +03:00
|
|
|
version = "0.7.17"
|
2015-05-05 17:11:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-05-21 02:43:42 +03:00
|
|
|
"gdi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-08-07 22:05:39 +03:00
|
|
|
"libressl-pnacl-sys 2.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-21 02:43:42 +03:00
|
|
|
"user32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-05-05 17:11:30 +03:00
|
|
|
]
|
|
|
|
|
2015-11-27 08:17:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys-extras"
|
2016-07-08 01:22:13 +03:00
|
|
|
version = "0.7.14"
|
2015-11-27 08:17:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-02-15 00:17:24 +03:00
|
|
|
"gcc 0.3.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-22 15:52:26 +03:00
|
|
|
"openssl-sys 0.7.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-11-27 08:17:00 +03:00
|
|
|
]
|
|
|
|
|
2016-05-11 01:00:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-verify"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-07-08 01:22:13 +03:00
|
|
|
"openssl 0.7.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-11 01:00:48 +03:00
|
|
|
]
|
|
|
|
|
2016-08-09 18:13:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ordered-float"
|
2017-02-15 00:17:24 +03:00
|
|
|
version = "0.4.0"
|
2016-08-09 18:13:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-12-24 15:37:12 +03:00
|
|
|
"num-traits 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-11 10:16:17 +03:00
|
|
|
"unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-09 18:13:30 +03:00
|
|
|
]
|
|
|
|
|
2016-09-28 05:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "osmesa-src"
|
|
|
|
version = "12.0.1"
|
2016-12-24 15:37:12 +03:00
|
|
|
source = "git+https://github.com/servo/osmesa-src#42509fbd70d0e54e1278849b771ea1cb1c3386f4"
|
2016-09-28 05:46:13 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "osmesa-sys"
|
|
|
|
version = "0.1.2"
|
2015-01-28 04:15:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2014-12-05 14:16:11 +03:00
|
|
|
dependencies = [
|
2016-08-13 02:10:03 +03:00
|
|
|
"shared_library 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-12-05 14:16:11 +03:00
|
|
|
]
|
2014-09-09 18:18:18 +04:00
|
|
|
|
2016-10-03 05:24:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "owning_ref"
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
version = "0.2.4"
|
2016-10-03 05:24:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2017-02-15 00:17:24 +03:00
|
|
|
version = "0.3.8"
|
2016-10-03 05:24:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"owning_ref 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"parking_lot_core 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"thread-id 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-03 05:24:11 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2016-12-24 15:37:12 +03:00
|
|
|
version = "0.2.0"
|
2016-10-03 05:24:11 +03:00
|
|
|
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)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-03 05:24:11 +03:00
|
|
|
"smallvec 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-01-28 02:11:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pdqsort"
|
2017-02-15 00:17:24 +03:00
|
|
|
version = "0.1.2"
|
2017-01-28 02:11:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2014-09-09 18:18:18 +04:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
version = "0.7.21"
|
2015-03-18 20:25:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-03-18 20:25:00 +03:00
|
|
|
]
|
|
|
|
|
2015-07-30 23:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
version = "0.7.21"
|
2015-07-30 23:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"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)",
|
2015-07-30 23:46:13 +03:00
|
|
|
]
|
|
|
|
|
2015-03-18 20:25:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
version = "0.7.21"
|
2015-01-28 04:15:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2014-11-13 06:48:31 +03:00
|
|
|
dependencies = [
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-11-13 06:48:31 +03:00
|
|
|
]
|
2014-09-09 18:18:18 +04:00
|
|
|
|
2015-01-28 04:15:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
version = "0.7.21"
|
2015-01-28 04:15:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-05-05 19:04:22 +03:00
|
|
|
dependencies = [
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"siphasher 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-05 19:04:22 +03:00
|
|
|
"unicase 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2015-01-28 04:15:50 +03:00
|
|
|
|
2014-12-05 14:16:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
version = "0.3.9"
|
2014-12-18 04:45:49 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2014-12-05 14:16:11 +03:00
|
|
|
|
2016-02-04 18:30:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "plugin_compiletest"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"compiletest_helper 0.0.1",
|
2017-02-15 12:24:39 +03:00
|
|
|
"deny_public_fields 0.0.1",
|
2016-03-10 02:14:33 +03:00
|
|
|
"script 0.0.1",
|
2017-02-16 21:58:19 +03:00
|
|
|
"script_plugins 0.0.1",
|
2016-02-04 18:30:21 +03:00
|
|
|
]
|
|
|
|
|
2014-09-23 16:53:37 +04:00
|
|
|
[[package]]
|
|
|
|
name = "plugins"
|
|
|
|
version = "0.0.1"
|
2016-11-09 10:23:55 +03:00
|
|
|
dependencies = [
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"clippy_lints 0.0.112 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-09 10:23:55 +03:00
|
|
|
]
|
2014-09-23 16:53:37 +04:00
|
|
|
|
2014-12-05 14:16:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pnacl-build-helper"
|
2015-08-07 22:05:39 +03:00
|
|
|
version = "1.4.10"
|
2014-12-05 14:16:11 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-05-05 17:11:30 +03:00
|
|
|
dependencies = [
|
2016-08-22 15:52:26 +03:00
|
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-05-05 17:11:30 +03:00
|
|
|
]
|
2014-12-05 14:16:11 +03:00
|
|
|
|
2014-09-09 18:18:18 +04:00
|
|
|
[[package]]
|
|
|
|
name = "png"
|
2017-01-11 16:37:45 +03:00
|
|
|
version = "0.6.2"
|
2015-10-13 00:06:31 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2014-09-09 18:18:18 +04:00
|
|
|
dependencies = [
|
2016-05-18 01:43:14 +03:00
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"deflate 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-30 16:23:20 +03:00
|
|
|
"inflate 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-iter 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-23 04:37:22 +03:00
|
|
|
]
|
2015-01-28 04:15:50 +03:00
|
|
|
|
2015-03-24 12:15:49 +03:00
|
|
|
[[package]]
|
|
|
|
name = "profile"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2017-02-18 01:53:56 +03:00
|
|
|
"heartbeats-simple 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"ipc-channel 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-30 16:23:20 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-24 00:02:56 +03:00
|
|
|
"plugins 0.0.1",
|
2015-05-01 04:02:33 +03:00
|
|
|
"profile_traits 0.0.1",
|
2017-01-16 16:59:18 +03:00
|
|
|
"regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"serde 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-15 03:48:42 +03:00
|
|
|
"servo_config 0.0.1",
|
2015-03-24 12:15:49 +03:00
|
|
|
"task_info 0.0.1",
|
2017-01-17 21:00:46 +03:00
|
|
|
"time 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-03-24 12:15:49 +03:00
|
|
|
]
|
|
|
|
|
2016-04-22 16:05:49 +03:00
|
|
|
[[package]]
|
|
|
|
name = "profile_tests"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2017-02-18 23:10:26 +03:00
|
|
|
"ipc-channel 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-22 16:05:49 +03:00
|
|
|
"profile 0.0.1",
|
|
|
|
"profile_traits 0.0.1",
|
|
|
|
]
|
|
|
|
|
2015-05-01 04:02:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "profile_traits"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2016-03-10 20:39:23 +03:00
|
|
|
"energy-monitor 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"energymon 0.3.0 (git+https://github.com/energymon/energymon-rust.git)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"ipc-channel 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-15 01:12:34 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-24 00:02:56 +03:00
|
|
|
"plugins 0.0.1",
|
2017-02-18 23:10:26 +03:00
|
|
|
"serde 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-15 03:48:42 +03:00
|
|
|
"servo_config 0.0.1",
|
2016-10-01 12:18:56 +03:00
|
|
|
"signpost 0.1.0 (git+https://github.com/pcwalton/signpost.git)",
|
2017-01-17 21:00:46 +03:00
|
|
|
"time 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-05-01 04:02:33 +03:00
|
|
|
]
|
|
|
|
|
2016-12-10 14:21:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "quasi"
|
2017-01-26 09:41:24 +03:00
|
|
|
version = "0.29.0"
|
2016-12-10 14:21:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-01-26 09:41:24 +03:00
|
|
|
"syntex_errors 0.54.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex_syntax 0.54.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-10 14:21:42 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quasi_codegen"
|
2017-01-26 09:41:24 +03:00
|
|
|
version = "0.29.0"
|
2016-12-10 14:21:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-01-26 09:41:24 +03:00
|
|
|
"aster 0.38.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex 0.54.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex_errors 0.54.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex_syntax 0.54.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-10 14:21:42 +03:00
|
|
|
]
|
|
|
|
|
2016-11-09 10:23:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "quine-mc_cluskey"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-10-10 04:12:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
version = "0.3.12"
|
2016-10-10 04:12:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-01-28 04:15:50 +03:00
|
|
|
[[package]]
|
2015-02-12 03:24:45 +03:00
|
|
|
name = "rand"
|
2016-12-24 15:37:12 +03:00
|
|
|
version = "0.3.15"
|
2015-03-18 20:25:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-03-18 20:25:00 +03:00
|
|
|
]
|
|
|
|
|
2016-02-26 05:11:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "range"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2017-01-07 10:34:20 +03:00
|
|
|
"heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-29 23:20:58 +03:00
|
|
|
"heapsize_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"num-traits 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"serde 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-26 05:11:57 +03:00
|
|
|
]
|
|
|
|
|
2016-12-21 22:11:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"deque 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-07 10:34:20 +03:00
|
|
|
"num_cpus 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-21 22:11:12 +03:00
|
|
|
]
|
|
|
|
|
2017-01-17 21:00:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.1.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-12-01 14:57:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ref_filter_map"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-12-03 13:40:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ref_slice"
|
2016-12-24 15:37:12 +03:00
|
|
|
version = "1.1.1"
|
2015-12-03 13:40:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-02-24 05:54:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2017-01-16 16:59:18 +03:00
|
|
|
version = "0.2.1"
|
2015-06-01 19:45:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-02-15 00:17:24 +03:00
|
|
|
"aho-corasick 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-16 16:59:18 +03:00
|
|
|
"memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex-syntax 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"thread_local 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-06-01 19:45:42 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2017-01-16 16:59:18 +03:00
|
|
|
version = "0.4.0"
|
2015-02-24 05:54:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-01-09 17:39:45 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rust-webvr"
|
2017-02-18 23:10:26 +03:00
|
|
|
version = "0.2.0"
|
2017-01-09 17:39:45 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-02-18 23:10:26 +03:00
|
|
|
"libloading 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-09 17:39:45 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"serde 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-17 21:00:46 +03:00
|
|
|
"time 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-09 17:39:45 +03:00
|
|
|
]
|
|
|
|
|
2016-06-04 00:46:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2016-12-24 15:37:12 +03:00
|
|
|
version = "0.1.3"
|
2016-06-04 00:46:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-01-28 04:15:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-serialize"
|
2016-12-24 15:37:12 +03:00
|
|
|
version = "0.3.22"
|
2015-01-28 04:15:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2014-09-09 18:18:18 +04:00
|
|
|
|
2016-02-18 22:24:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
2016-05-05 19:04:22 +03:00
|
|
|
version = "0.1.7"
|
2016-02-18 22:24:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-02-18 22:24:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "scoped_threadpool"
|
2016-05-01 01:21:22 +03:00
|
|
|
version = "0.1.7"
|
2016-02-18 22:24:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2014-09-09 18:18:18 +04:00
|
|
|
[[package]]
|
|
|
|
name = "script"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2016-10-04 00:54:51 +03:00
|
|
|
"angle 0.1.2 (git+https://github.com/servo/angle?branch=servo)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-04 06:20:59 +03:00
|
|
|
"atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-10 00:28:34 +03:00
|
|
|
"audio-video-metadata 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-18 01:43:14 +03:00
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-03 23:04:43 +03:00
|
|
|
"bluetooth_traits 0.0.1",
|
2017-02-08 01:18:50 +03:00
|
|
|
"byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-05-20 23:42:06 +03:00
|
|
|
"canvas_traits 0.0.1",
|
2017-02-15 00:17:24 +03:00
|
|
|
"caseless 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"cmake 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-26 11:19:14 +03:00
|
|
|
"cookie 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"cssparser 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 12:24:39 +03:00
|
|
|
"deny_public_fields 0.0.1",
|
2014-09-19 17:15:03 +04:00
|
|
|
"devtools_traits 0.0.1",
|
2017-02-14 16:57:32 +03:00
|
|
|
"domobject_derive 0.0.1",
|
2016-09-12 16:18:10 +03:00
|
|
|
"encoding 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-20 04:18:10 +03:00
|
|
|
"fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-23 16:08:51 +03:00
|
|
|
"gfx_traits 0.0.1",
|
2017-01-07 10:34:20 +03:00
|
|
|
"heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-29 23:20:58 +03:00
|
|
|
"heapsize_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"html5ever 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"html5ever-atoms 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 01:53:56 +03:00
|
|
|
"hyper 0.9.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"hyper_serde 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 00:17:24 +03:00
|
|
|
"image 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"ipc-channel 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-29 02:12:21 +03:00
|
|
|
"js 0.1.4 (git+https://github.com/servo/rust-mozjs)",
|
2016-11-03 05:49:08 +03:00
|
|
|
"jstraceable_derive 0.0.1",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-30 16:23:20 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-12 20:23:10 +03:00
|
|
|
"mime 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"mime_guess 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-09-09 18:18:18 +04:00
|
|
|
"msg 0.0.1",
|
2015-04-03 22:00:46 +03:00
|
|
|
"net_traits 0.0.1",
|
2016-12-24 15:37:12 +03:00
|
|
|
"num-traits 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"offscreen_gl_context 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"open 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 00:17:24 +03:00
|
|
|
"parking_lot 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +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)",
|
|
|
|
"phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-09-23 16:53:37 +04:00
|
|
|
"plugins 0.0.1",
|
2015-05-01 04:02:33 +03:00
|
|
|
"profile_traits 0.0.1",
|
2016-06-20 20:54:20 +03:00
|
|
|
"range 0.0.1",
|
2016-12-01 14:57:14 +03:00
|
|
|
"ref_filter_map 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"ref_slice 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-16 16:59:18 +03:00
|
|
|
"regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-20 20:54:20 +03:00
|
|
|
"script_layout_interface 0.0.1",
|
2017-02-16 21:58:19 +03:00
|
|
|
"script_plugins 0.0.1",
|
2014-09-09 18:18:18 +04:00
|
|
|
"script_traits 0.0.1",
|
2017-02-09 06:33:27 +03:00
|
|
|
"selectors 0.18.0",
|
2017-02-18 23:10:26 +03:00
|
|
|
"serde 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
servo: Merge #14043 - Update to string-cache 0.3 (from servo:string-cache-up); r=nox
Previously, `string-cache` defined:
* An string-like `Atom` type,
* An `atom!("foo")` macro that expands to a value of that type, for a set of strings known at compile-time,
* A `struct Namespace(Atom);` type
* A `ns!(html)` macro that maps known prefixed to `Namespace` values with the corresponding namespace URL.
Adding a string to the static set required making a change to the `string-cache` crate.
With 0.3, the `Atom` type is now generic, with a type parameter that provides a set of static strings. We can have multiple such sets, defined in different crates. The `string_cache_codegen` crate, to be used in build scripts, generates code that defines such a set, a new atom type (a type alias for `Atom<_>` with the type parameter set), and an `atom!`-like macro.
The html5ever repository has a new `html5ever_atoms` crate that defines three such types: `Prefix`, `Namespace`, and `LocalName` (with respective `namespace_prefix!`, `namespace_url!`, and `local_name!` macros). It also defines the `ns!` macro like before.
This repository has a new `servo_atoms` crate in `components/atoms` that, for now, defines a single `Atom` type (and `atom!`) macro. (`servo_atoms::Atom` is defined as something like `type Atom = string_cache::Atom<ServoStaticStringSet>;`, so overall there’s now two types named `Atom`.)
In this PR, `servo_atoms::Atom` is used for everything else that was `string_cache::Atom` before. But more atom types can be defined as needed. Two reasons to do this are to auto-generate the set of static strings (I’m planning to do this for CSS property names, which is the motivation for this change), or to have the type system help us avoid mix up unrelated things (this is why we had a `Namespace` type ever before this change).
Introducing new types helped me find a bug: when creating a new attribute `dom::Element::set_style_attr`, would pass `Some(atom!("style"))` instead of `None` (now `Option<html5ever_atoms::Prefix>` instead of `Option<string_cache::Atom>`) to the `prefix` argument of `Attr::new`. I suppose the author of that code confused it with the `local_name` argument.
---
Note that Stylo is not affected by any of this. The `gecko_string_cache` module is unchanged, with a single `Atom` type. The `style` crate conditionally compiles `Prefix` and `LocalName` re-exports for that are both `gecko_string_cache::Atom` on stylo.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).
<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Source-Repo: https://github.com/servo/servo
Source-Revision: 5b4cc9568dbd5c15e5d2fbc62719172f11566ffa
2016-11-03 19:19:44 +03:00
|
|
|
"servo_atoms 0.0.1",
|
2016-12-15 03:48:42 +03:00
|
|
|
"servo_config 0.0.1",
|
|
|
|
"servo_geometry 0.0.1",
|
2017-01-05 17:32:23 +03:00
|
|
|
"servo_rand 0.0.1",
|
2016-11-18 00:34:47 +03:00
|
|
|
"servo_url 0.0.1",
|
2016-07-08 01:22:13 +03:00
|
|
|
"smallvec 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-09-09 18:18:18 +04:00
|
|
|
"style 0.0.1",
|
2016-11-02 22:51:12 +03:00
|
|
|
"style_traits 0.0.1",
|
2017-01-17 21:00:46 +03:00
|
|
|
"time 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-06 09:49:19 +03:00
|
|
|
"tinyfiledialogs 2.5.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-27 04:02:46 +03:00
|
|
|
"url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"uuid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"webrender_traits 0.16.0 (git+https://github.com/servo/webrender)",
|
2016-05-18 01:43:14 +03:00
|
|
|
"websocket 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-09 17:39:45 +03:00
|
|
|
"webvr 0.0.1",
|
|
|
|
"webvr_traits 0.0.1",
|
2017-02-18 23:10:26 +03:00
|
|
|
"xml5ever 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-09-09 18:18:18 +04:00
|
|
|
]
|
|
|
|
|
2016-06-20 20:54:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "script_layout_interface"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2017-02-18 23:10:26 +03:00
|
|
|
"app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-04 06:20:59 +03:00
|
|
|
"atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-20 20:54:20 +03:00
|
|
|
"canvas_traits 0.0.1",
|
2017-02-18 23:10:26 +03:00
|
|
|
"cssparser 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-20 20:54:20 +03:00
|
|
|
"gfx_traits 0.0.1",
|
2017-01-07 10:34:20 +03:00
|
|
|
"heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-29 23:20:58 +03:00
|
|
|
"heapsize_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"html5ever-atoms 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ipc-channel 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-20 20:54:20 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"msg 0.0.1",
|
|
|
|
"net_traits 0.0.1",
|
|
|
|
"plugins 0.0.1",
|
|
|
|
"profile_traits 0.0.1",
|
|
|
|
"range 0.0.1",
|
|
|
|
"script_traits 0.0.1",
|
2017-02-09 06:33:27 +03:00
|
|
|
"selectors 0.18.0",
|
2016-11-18 00:34:47 +03:00
|
|
|
"servo_url 0.0.1",
|
2016-06-20 20:54:20 +03:00
|
|
|
"style 0.0.1",
|
|
|
|
]
|
|
|
|
|
2017-02-16 21:58:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "script_plugins"
|
|
|
|
version = "0.0.1"
|
|
|
|
|
2015-04-21 22:06:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "script_tests"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2017-02-18 23:10:26 +03:00
|
|
|
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-05-07 00:09:37 +03:00
|
|
|
"msg 0.0.1",
|
2016-04-13 13:39:38 +03:00
|
|
|
"plugins 0.0.1",
|
2015-04-21 22:06:22 +03:00
|
|
|
"script 0.0.1",
|
2016-11-18 00:34:47 +03:00
|
|
|
"servo_url 0.0.1",
|
2015-04-21 22:06:22 +03:00
|
|
|
]
|
|
|
|
|
2014-09-09 18:18:18 +04:00
|
|
|
[[package]]
|
|
|
|
name = "script_traits"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2017-02-18 23:10:26 +03:00
|
|
|
"app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-03 23:04:43 +03:00
|
|
|
"bluetooth_traits 0.0.1",
|
2015-12-10 08:54:44 +03:00
|
|
|
"canvas_traits 0.0.1",
|
2016-07-05 10:58:51 +03:00
|
|
|
"cookie 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-09-19 17:15:03 +04:00
|
|
|
"devtools_traits 0.0.1",
|
2017-02-18 23:10:26 +03:00
|
|
|
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-23 16:08:51 +03:00
|
|
|
"gfx_traits 0.0.1",
|
2017-01-07 10:34:20 +03:00
|
|
|
"heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-29 23:20:58 +03:00
|
|
|
"heapsize_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 01:53:56 +03:00
|
|
|
"hyper 0.9.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"hyper_serde 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ipc-channel 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-09-09 18:18:18 +04:00
|
|
|
"msg 0.0.1",
|
2015-04-03 22:00:46 +03:00
|
|
|
"net_traits 0.0.1",
|
2017-02-18 23:10:26 +03:00
|
|
|
"offscreen_gl_context 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-24 00:02:56 +03:00
|
|
|
"plugins 0.0.1",
|
2015-07-16 02:37:30 +03:00
|
|
|
"profile_traits 0.0.1",
|
2016-12-24 15:37:12 +03:00
|
|
|
"rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"serde 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-18 00:34:47 +03:00
|
|
|
"servo_url 0.0.1",
|
2015-12-10 08:54:44 +03:00
|
|
|
"style_traits 0.0.1",
|
2017-01-17 21:00:46 +03:00
|
|
|
"time 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-27 04:02:46 +03:00
|
|
|
"url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-09 17:39:45 +03:00
|
|
|
"webvr_traits 0.0.1",
|
2014-09-09 18:18:18 +04:00
|
|
|
]
|
|
|
|
|
2015-02-23 18:39:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "selectors"
|
2017-02-09 06:33:27 +03:00
|
|
|
version = "0.18.0"
|
2015-02-23 18:39:47 +03:00
|
|
|
dependencies = [
|
2016-05-18 01:43:14 +03:00
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"cssparser 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-20 04:18:10 +03:00
|
|
|
"fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-02-23 18:39:47 +03:00
|
|
|
]
|
|
|
|
|
2016-02-18 22:24:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.1.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-11-09 10:23:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"nom 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2015-07-14 17:46:07 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2017-02-18 23:10:26 +03:00
|
|
|
version = "0.9.7"
|
2015-07-14 17:46:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_codegen"
|
2017-02-18 23:10:26 +03:00
|
|
|
version = "0.9.0"
|
2015-07-14 17:46:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"quote 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-26 09:41:24 +03:00
|
|
|
"serde_codegen_internals 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 00:17:24 +03:00
|
|
|
"syn 0.10.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-26 09:41:24 +03:00
|
|
|
"syntex 0.54.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex_syntax 0.54.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-07-14 17:46:07 +03:00
|
|
|
]
|
|
|
|
|
2016-06-27 17:47:34 +03:00
|
|
|
[[package]]
|
2016-07-27 01:18:41 +03:00
|
|
|
name = "serde_codegen_internals"
|
2017-01-26 09:41:24 +03:00
|
|
|
version = "0.11.3"
|
2016-06-27 17:47:34 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-10-10 04:12:38 +03:00
|
|
|
dependencies = [
|
2017-02-15 00:17:24 +03:00
|
|
|
"syn 0.10.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-10 04:12:38 +03:00
|
|
|
]
|
2016-06-27 17:47:34 +03:00
|
|
|
|
2017-02-18 23:10:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_codegen_internals"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"syn 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2015-08-08 19:55:00 +03:00
|
|
|
[[package]]
|
2016-10-10 04:12:38 +03:00
|
|
|
name = "serde_derive"
|
2017-02-18 23:10:26 +03:00
|
|
|
version = "0.9.7"
|
2015-08-08 19:55:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-02-18 23:10:26 +03:00
|
|
|
"quote 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_codegen_internals 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-08-08 19:55:00 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2016-10-10 04:12:38 +03:00
|
|
|
name = "serde_json"
|
2017-02-18 23:10:26 +03:00
|
|
|
version = "0.9.6"
|
2015-08-08 19:55:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-02-18 23:10:26 +03:00
|
|
|
"dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"num-traits 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"serde 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-07-14 17:46:07 +03:00
|
|
|
]
|
|
|
|
|
2016-11-28 12:44:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "servo"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
servo: Merge #14530 - Use `android-rs-injected-glue` on Android (from mmatyas:android_injectedglue); r=larsbergstrom
<!-- Please describe your changes on the following line: -->
Due to changes in `android-rs-glue`, currently the Android build fails to start. As discussed [here](https://github.com/servo/servo/issues/13154), other than the `android-glue`, we now also have to inject some additional code too. This task is usually done by a helper program of `android-glue`, `cargo-apk`, but since Servo's build system is somewhat more complex than a regular small application, at the moment it'd be more clean to move the required internal `injected-glue` lib to a new repository, and add it as a dependency.
This patch adds a new dependency, `android-rs-injected-glue`, and integrates it into Servo. After applying this commit and #14528, Servo can be launched on Android. (It doesn't *work* yet as expected, though.)
Part of #13154.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Source-Repo: https://github.com/servo/servo
Source-Revision: 477a9827b82e880048038d9cc26b3000d013a3c4
2016-12-14 13:01:43 +03:00
|
|
|
"android_injected_glue 0.2.1 (git+https://github.com/mmatyas/android-rs-injected-glue)",
|
2017-01-30 23:09:22 +03:00
|
|
|
"backtrace 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-28 12:44:40 +03:00
|
|
|
"browserhtml 0.1.17 (git+https://github.com/browserhtml/browserhtml?branch=crate)",
|
|
|
|
"compiletest_helper 0.0.1",
|
|
|
|
"gfx_tests 0.0.1",
|
|
|
|
"glutin_app 0.0.1",
|
|
|
|
"layout_tests 0.0.1",
|
|
|
|
"libservo 0.0.1",
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"net_tests 0.0.1",
|
|
|
|
"net_traits_tests 0.0.1",
|
|
|
|
"plugin_compiletest 0.0.1",
|
|
|
|
"profile_tests 0.0.1",
|
|
|
|
"script_tests 0.0.1",
|
2016-12-15 03:48:42 +03:00
|
|
|
"servo_config_tests 0.0.1",
|
|
|
|
"servo_remutex_tests 0.0.1",
|
2016-11-28 12:44:40 +03:00
|
|
|
"sig 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"style_tests 0.0.1",
|
|
|
|
]
|
|
|
|
|
2017-02-19 02:31:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "servo-dwrote"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"gdi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_codegen 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2015-12-03 10:28:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "servo-egl"
|
2016-03-25 04:00:30 +03:00
|
|
|
version = "0.2.1"
|
2015-12-03 10:28:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-03 10:28:29 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "servo-fontconfig"
|
2016-08-12 04:12:29 +03:00
|
|
|
version = "0.2.1"
|
2015-12-03 10:28:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-24 17:59:41 +03:00
|
|
|
"servo-fontconfig-sys 4.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-03 10:28:29 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "servo-fontconfig-sys"
|
2016-10-24 17:59:41 +03:00
|
|
|
version = "4.0.2"
|
2015-12-03 10:28:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-08-17 21:22:52 +03:00
|
|
|
"expat-sys 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-03 04:19:00 +03:00
|
|
|
"servo-freetype-sys 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-03 10:28:29 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "servo-freetype-sys"
|
2016-11-03 04:19:00 +03:00
|
|
|
version = "4.0.3"
|
2015-12-03 10:28:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-12-24 15:37:12 +03:00
|
|
|
"cmake 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-03 10:28:29 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "servo-glutin"
|
2017-02-18 23:10:26 +03:00
|
|
|
version = "0.9.0"
|
2015-12-03 10:28:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-09-12 16:18:10 +03:00
|
|
|
"android_glue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-22 15:52:26 +03:00
|
|
|
"cgl 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"cocoa 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 10:19:54 +03:00
|
|
|
"core-foundation 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"core-graphics 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-03 10:28:29 +03:00
|
|
|
"dwmapi-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-21 02:43:42 +03:00
|
|
|
"gdi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-08 01:22:13 +03:00
|
|
|
"gl_generator 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 00:17:24 +03:00
|
|
|
"image 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-22 15:52:26 +03:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"objc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-28 05:46:13 +03:00
|
|
|
"osmesa-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-13 02:10:03 +03:00
|
|
|
"shared_library 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-03 10:28:29 +03:00
|
|
|
"shell32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-21 02:43:42 +03:00
|
|
|
"user32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-22 15:52:26 +03:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-08 01:18:50 +03:00
|
|
|
"x11-dl 2.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-03 10:28:29 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "servo-skia"
|
2017-02-18 23:10:26 +03:00
|
|
|
version = "0.30000003.0"
|
2015-12-03 10:28:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-08-22 15:52:26 +03:00
|
|
|
"cgl 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"cmake 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-17 21:22:52 +03:00
|
|
|
"expat-sys 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 10:19:54 +03:00
|
|
|
"gleam 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-07 06:30:23 +03:00
|
|
|
"glx 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 10:19:54 +03:00
|
|
|
"io-surface 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-03-25 04:00:30 +03:00
|
|
|
"servo-egl 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-24 17:59:41 +03:00
|
|
|
"servo-fontconfig-sys 4.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-03 04:19:00 +03:00
|
|
|
"servo-freetype-sys 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"servo-glutin 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-08 01:18:50 +03:00
|
|
|
"x11 2.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-12-03 10:28:29 +03:00
|
|
|
]
|
|
|
|
|
servo: Merge #14043 - Update to string-cache 0.3 (from servo:string-cache-up); r=nox
Previously, `string-cache` defined:
* An string-like `Atom` type,
* An `atom!("foo")` macro that expands to a value of that type, for a set of strings known at compile-time,
* A `struct Namespace(Atom);` type
* A `ns!(html)` macro that maps known prefixed to `Namespace` values with the corresponding namespace URL.
Adding a string to the static set required making a change to the `string-cache` crate.
With 0.3, the `Atom` type is now generic, with a type parameter that provides a set of static strings. We can have multiple such sets, defined in different crates. The `string_cache_codegen` crate, to be used in build scripts, generates code that defines such a set, a new atom type (a type alias for `Atom<_>` with the type parameter set), and an `atom!`-like macro.
The html5ever repository has a new `html5ever_atoms` crate that defines three such types: `Prefix`, `Namespace`, and `LocalName` (with respective `namespace_prefix!`, `namespace_url!`, and `local_name!` macros). It also defines the `ns!` macro like before.
This repository has a new `servo_atoms` crate in `components/atoms` that, for now, defines a single `Atom` type (and `atom!`) macro. (`servo_atoms::Atom` is defined as something like `type Atom = string_cache::Atom<ServoStaticStringSet>;`, so overall there’s now two types named `Atom`.)
In this PR, `servo_atoms::Atom` is used for everything else that was `string_cache::Atom` before. But more atom types can be defined as needed. Two reasons to do this are to auto-generate the set of static strings (I’m planning to do this for CSS property names, which is the motivation for this change), or to have the type system help us avoid mix up unrelated things (this is why we had a `Namespace` type ever before this change).
Introducing new types helped me find a bug: when creating a new attribute `dom::Element::set_style_attr`, would pass `Some(atom!("style"))` instead of `None` (now `Option<html5ever_atoms::Prefix>` instead of `Option<string_cache::Atom>`) to the `prefix` argument of `Attr::new`. I suppose the author of that code confused it with the `local_name` argument.
---
Note that Stylo is not affected by any of this. The `gecko_string_cache` module is unchanged, with a single `Atom` type. The `style` crate conditionally compiles `Prefix` and `LocalName` re-exports for that are both `gecko_string_cache::Atom` on stylo.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).
<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Source-Repo: https://github.com/servo/servo
Source-Revision: 5b4cc9568dbd5c15e5d2fbc62719172f11566ffa
2016-11-03 19:19:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "servo_atoms"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2017-02-18 23:10:26 +03:00
|
|
|
"string_cache 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"string_cache_codegen 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
servo: Merge #14043 - Update to string-cache 0.3 (from servo:string-cache-up); r=nox
Previously, `string-cache` defined:
* An string-like `Atom` type,
* An `atom!("foo")` macro that expands to a value of that type, for a set of strings known at compile-time,
* A `struct Namespace(Atom);` type
* A `ns!(html)` macro that maps known prefixed to `Namespace` values with the corresponding namespace URL.
Adding a string to the static set required making a change to the `string-cache` crate.
With 0.3, the `Atom` type is now generic, with a type parameter that provides a set of static strings. We can have multiple such sets, defined in different crates. The `string_cache_codegen` crate, to be used in build scripts, generates code that defines such a set, a new atom type (a type alias for `Atom<_>` with the type parameter set), and an `atom!`-like macro.
The html5ever repository has a new `html5ever_atoms` crate that defines three such types: `Prefix`, `Namespace`, and `LocalName` (with respective `namespace_prefix!`, `namespace_url!`, and `local_name!` macros). It also defines the `ns!` macro like before.
This repository has a new `servo_atoms` crate in `components/atoms` that, for now, defines a single `Atom` type (and `atom!`) macro. (`servo_atoms::Atom` is defined as something like `type Atom = string_cache::Atom<ServoStaticStringSet>;`, so overall there’s now two types named `Atom`.)
In this PR, `servo_atoms::Atom` is used for everything else that was `string_cache::Atom` before. But more atom types can be defined as needed. Two reasons to do this are to auto-generate the set of static strings (I’m planning to do this for CSS property names, which is the motivation for this change), or to have the type system help us avoid mix up unrelated things (this is why we had a `Namespace` type ever before this change).
Introducing new types helped me find a bug: when creating a new attribute `dom::Element::set_style_attr`, would pass `Some(atom!("style"))` instead of `None` (now `Option<html5ever_atoms::Prefix>` instead of `Option<string_cache::Atom>`) to the `prefix` argument of `Attr::new`. I suppose the author of that code confused it with the `local_name` argument.
---
Note that Stylo is not affected by any of this. The `gecko_string_cache` module is unchanged, with a single `Atom` type. The `style` crate conditionally compiles `Prefix` and `LocalName` re-exports for that are both `gecko_string_cache::Atom` on stylo.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).
<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Source-Repo: https://github.com/servo/servo
Source-Revision: 5b4cc9568dbd5c15e5d2fbc62719172f11566ffa
2016-11-03 19:19:44 +03:00
|
|
|
]
|
|
|
|
|
2016-12-15 03:48:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "servo_config"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2017-01-16 16:59:18 +03:00
|
|
|
"env_logger 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-15 03:48:42 +03:00
|
|
|
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-15 03:48:42 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-07 10:34:20 +03:00
|
|
|
"num_cpus 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-15 03:48:42 +03:00
|
|
|
"plugins 0.0.1",
|
2016-12-24 15:37:12 +03:00
|
|
|
"rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"serde 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-15 03:48:42 +03:00
|
|
|
"servo_geometry 0.0.1",
|
|
|
|
"servo_url 0.0.1",
|
2017-01-27 04:02:46 +03:00
|
|
|
"url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-15 03:48:42 +03:00
|
|
|
"xdg 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "servo_config_tests"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"servo_config 0.0.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "servo_geometry"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2017-02-18 23:10:26 +03:00
|
|
|
"app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-07 10:34:20 +03:00
|
|
|
"heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-15 03:48:42 +03:00
|
|
|
]
|
|
|
|
|
2017-01-05 17:32:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "servo_rand"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-12-15 03:48:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "servo_remutex"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2016-12-24 15:37:12 +03:00
|
|
|
"lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-15 03:48:42 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "servo_remutex_tests"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"servo_remutex 0.0.1",
|
|
|
|
]
|
|
|
|
|
2016-11-18 00:34:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "servo_url"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2017-01-07 10:34:20 +03:00
|
|
|
"heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-29 23:20:58 +03:00
|
|
|
"heapsize_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"serde 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-27 04:02:46 +03:00
|
|
|
"url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"url_serde 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-18 00:34:47 +03:00
|
|
|
]
|
|
|
|
|
2016-11-07 21:47:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-05-21 02:23:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "shared_library"
|
2016-08-13 02:10:03 +03:00
|
|
|
version = "0.1.5"
|
2015-05-21 02:23:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-12-24 15:37:12 +03:00
|
|
|
"lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-05-21 02:23:13 +03:00
|
|
|
]
|
|
|
|
|
2015-08-22 14:20:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "shell32-sys"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-08-22 15:52:26 +03:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-08-22 14:20:09 +03:00
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-06-21 04:08:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sig"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-10-01 12:18:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "signpost"
|
|
|
|
version = "0.1.0"
|
2016-12-24 15:37:12 +03:00
|
|
|
source = "git+https://github.com/pcwalton/signpost.git#7ed712507f343c38646b9d1fefd049166f9c9a18"
|
2016-10-01 12:18:56 +03:00
|
|
|
|
2015-09-10 01:55:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "simd"
|
2017-02-04 18:10:00 +03:00
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-09-10 01:55:16 +03:00
|
|
|
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-16 14:53:49 +03:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-05-05 17:11:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2016-07-08 01:22:13 +03:00
|
|
|
version = "0.1.8"
|
2015-05-05 17:11:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-07-14 22:40:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "solicit"
|
2015-09-23 19:57:55 +03:00
|
|
|
version = "0.4.4"
|
2015-07-14 22:40:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"hpack 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-30 16:23:20 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-07-14 22:40:22 +03:00
|
|
|
]
|
|
|
|
|
2014-09-09 18:18:18 +04:00
|
|
|
[[package]]
|
|
|
|
name = "string_cache"
|
2017-02-18 23:10:26 +03:00
|
|
|
version = "0.4.0"
|
2015-06-16 09:42:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-07-30 23:46:13 +03:00
|
|
|
dependencies = [
|
2016-05-03 02:48:45 +03:00
|
|
|
"debug_unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-07 10:34:20 +03:00
|
|
|
"heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"serde 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"string_cache_codegen 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
servo: Merge #14043 - Update to string-cache 0.3 (from servo:string-cache-up); r=nox
Previously, `string-cache` defined:
* An string-like `Atom` type,
* An `atom!("foo")` macro that expands to a value of that type, for a set of strings known at compile-time,
* A `struct Namespace(Atom);` type
* A `ns!(html)` macro that maps known prefixed to `Namespace` values with the corresponding namespace URL.
Adding a string to the static set required making a change to the `string-cache` crate.
With 0.3, the `Atom` type is now generic, with a type parameter that provides a set of static strings. We can have multiple such sets, defined in different crates. The `string_cache_codegen` crate, to be used in build scripts, generates code that defines such a set, a new atom type (a type alias for `Atom<_>` with the type parameter set), and an `atom!`-like macro.
The html5ever repository has a new `html5ever_atoms` crate that defines three such types: `Prefix`, `Namespace`, and `LocalName` (with respective `namespace_prefix!`, `namespace_url!`, and `local_name!` macros). It also defines the `ns!` macro like before.
This repository has a new `servo_atoms` crate in `components/atoms` that, for now, defines a single `Atom` type (and `atom!`) macro. (`servo_atoms::Atom` is defined as something like `type Atom = string_cache::Atom<ServoStaticStringSet>;`, so overall there’s now two types named `Atom`.)
In this PR, `servo_atoms::Atom` is used for everything else that was `string_cache::Atom` before. But more atom types can be defined as needed. Two reasons to do this are to auto-generate the set of static strings (I’m planning to do this for CSS property names, which is the motivation for this change), or to have the type system help us avoid mix up unrelated things (this is why we had a `Namespace` type ever before this change).
Introducing new types helped me find a bug: when creating a new attribute `dom::Element::set_style_attr`, would pass `Some(atom!("style"))` instead of `None` (now `Option<html5ever_atoms::Prefix>` instead of `Option<string_cache::Atom>`) to the `prefix` argument of `Attr::new`. I suppose the author of that code confused it with the `local_name` argument.
---
Note that Stylo is not affected by any of this. The `gecko_string_cache` module is unchanged, with a single `Atom` type. The `style` crate conditionally compiles `Prefix` and `LocalName` re-exports for that are both `gecko_string_cache::Atom` on stylo.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).
<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Source-Repo: https://github.com/servo/servo
Source-Revision: 5b4cc9568dbd5c15e5d2fbc62719172f11566ffa
2016-11-03 19:19:44 +03:00
|
|
|
"string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-07-30 23:46:13 +03:00
|
|
|
]
|
2015-05-07 10:31:15 +03:00
|
|
|
|
servo: Merge #14043 - Update to string-cache 0.3 (from servo:string-cache-up); r=nox
Previously, `string-cache` defined:
* An string-like `Atom` type,
* An `atom!("foo")` macro that expands to a value of that type, for a set of strings known at compile-time,
* A `struct Namespace(Atom);` type
* A `ns!(html)` macro that maps known prefixed to `Namespace` values with the corresponding namespace URL.
Adding a string to the static set required making a change to the `string-cache` crate.
With 0.3, the `Atom` type is now generic, with a type parameter that provides a set of static strings. We can have multiple such sets, defined in different crates. The `string_cache_codegen` crate, to be used in build scripts, generates code that defines such a set, a new atom type (a type alias for `Atom<_>` with the type parameter set), and an `atom!`-like macro.
The html5ever repository has a new `html5ever_atoms` crate that defines three such types: `Prefix`, `Namespace`, and `LocalName` (with respective `namespace_prefix!`, `namespace_url!`, and `local_name!` macros). It also defines the `ns!` macro like before.
This repository has a new `servo_atoms` crate in `components/atoms` that, for now, defines a single `Atom` type (and `atom!`) macro. (`servo_atoms::Atom` is defined as something like `type Atom = string_cache::Atom<ServoStaticStringSet>;`, so overall there’s now two types named `Atom`.)
In this PR, `servo_atoms::Atom` is used for everything else that was `string_cache::Atom` before. But more atom types can be defined as needed. Two reasons to do this are to auto-generate the set of static strings (I’m planning to do this for CSS property names, which is the motivation for this change), or to have the type system help us avoid mix up unrelated things (this is why we had a `Namespace` type ever before this change).
Introducing new types helped me find a bug: when creating a new attribute `dom::Element::set_style_attr`, would pass `Some(atom!("style"))` instead of `None` (now `Option<html5ever_atoms::Prefix>` instead of `Option<string_cache::Atom>`) to the `prefix` argument of `Attr::new`. I suppose the author of that code confused it with the `local_name` argument.
---
Note that Stylo is not affected by any of this. The `gecko_string_cache` module is unchanged, with a single `Atom` type. The `style` crate conditionally compiles `Prefix` and `LocalName` re-exports for that are both `gecko_string_cache::Atom` on stylo.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).
<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Source-Repo: https://github.com/servo/servo
Source-Revision: 5b4cc9568dbd5c15e5d2fbc62719172f11566ffa
2016-11-03 19:19:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "string_cache_codegen"
|
2016-12-24 15:37:12 +03:00
|
|
|
version = "0.3.1"
|
servo: Merge #14043 - Update to string-cache 0.3 (from servo:string-cache-up); r=nox
Previously, `string-cache` defined:
* An string-like `Atom` type,
* An `atom!("foo")` macro that expands to a value of that type, for a set of strings known at compile-time,
* A `struct Namespace(Atom);` type
* A `ns!(html)` macro that maps known prefixed to `Namespace` values with the corresponding namespace URL.
Adding a string to the static set required making a change to the `string-cache` crate.
With 0.3, the `Atom` type is now generic, with a type parameter that provides a set of static strings. We can have multiple such sets, defined in different crates. The `string_cache_codegen` crate, to be used in build scripts, generates code that defines such a set, a new atom type (a type alias for `Atom<_>` with the type parameter set), and an `atom!`-like macro.
The html5ever repository has a new `html5ever_atoms` crate that defines three such types: `Prefix`, `Namespace`, and `LocalName` (with respective `namespace_prefix!`, `namespace_url!`, and `local_name!` macros). It also defines the `ns!` macro like before.
This repository has a new `servo_atoms` crate in `components/atoms` that, for now, defines a single `Atom` type (and `atom!`) macro. (`servo_atoms::Atom` is defined as something like `type Atom = string_cache::Atom<ServoStaticStringSet>;`, so overall there’s now two types named `Atom`.)
In this PR, `servo_atoms::Atom` is used for everything else that was `string_cache::Atom` before. But more atom types can be defined as needed. Two reasons to do this are to auto-generate the set of static strings (I’m planning to do this for CSS property names, which is the motivation for this change), or to have the type system help us avoid mix up unrelated things (this is why we had a `Namespace` type ever before this change).
Introducing new types helped me find a bug: when creating a new attribute `dom::Element::set_style_attr`, would pass `Some(atom!("style"))` instead of `None` (now `Option<html5ever_atoms::Prefix>` instead of `Option<string_cache::Atom>`) to the `prefix` argument of `Attr::new`. I suppose the author of that code confused it with the `local_name` argument.
---
Note that Stylo is not affected by any of this. The `gecko_string_cache` module is unchanged, with a single `Atom` type. The `style` crate conditionally compiles `Prefix` and `LocalName` re-exports for that are both `gecko_string_cache::Atom` on stylo.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).
<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Source-Repo: https://github.com/servo/servo
Source-Revision: 5b4cc9568dbd5c15e5d2fbc62719172f11566ffa
2016-11-03 19:19:44 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"phf_generator 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
servo: Merge #14043 - Update to string-cache 0.3 (from servo:string-cache-up); r=nox
Previously, `string-cache` defined:
* An string-like `Atom` type,
* An `atom!("foo")` macro that expands to a value of that type, for a set of strings known at compile-time,
* A `struct Namespace(Atom);` type
* A `ns!(html)` macro that maps known prefixed to `Namespace` values with the corresponding namespace URL.
Adding a string to the static set required making a change to the `string-cache` crate.
With 0.3, the `Atom` type is now generic, with a type parameter that provides a set of static strings. We can have multiple such sets, defined in different crates. The `string_cache_codegen` crate, to be used in build scripts, generates code that defines such a set, a new atom type (a type alias for `Atom<_>` with the type parameter set), and an `atom!`-like macro.
The html5ever repository has a new `html5ever_atoms` crate that defines three such types: `Prefix`, `Namespace`, and `LocalName` (with respective `namespace_prefix!`, `namespace_url!`, and `local_name!` macros). It also defines the `ns!` macro like before.
This repository has a new `servo_atoms` crate in `components/atoms` that, for now, defines a single `Atom` type (and `atom!`) macro. (`servo_atoms::Atom` is defined as something like `type Atom = string_cache::Atom<ServoStaticStringSet>;`, so overall there’s now two types named `Atom`.)
In this PR, `servo_atoms::Atom` is used for everything else that was `string_cache::Atom` before. But more atom types can be defined as needed. Two reasons to do this are to auto-generate the set of static strings (I’m planning to do this for CSS property names, which is the motivation for this change), or to have the type system help us avoid mix up unrelated things (this is why we had a `Namespace` type ever before this change).
Introducing new types helped me find a bug: when creating a new attribute `dom::Element::set_style_attr`, would pass `Some(atom!("style"))` instead of `None` (now `Option<html5ever_atoms::Prefix>` instead of `Option<string_cache::Atom>`) to the `prefix` argument of `Attr::new`. I suppose the author of that code confused it with the `local_name` argument.
---
Note that Stylo is not affected by any of this. The `gecko_string_cache` module is unchanged, with a single `Atom` type. The `style` crate conditionally compiles `Prefix` and `LocalName` re-exports for that are both `gecko_string_cache::Atom` on stylo.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).
<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Source-Repo: https://github.com/servo/servo
Source-Revision: 5b4cc9568dbd5c15e5d2fbc62719172f11566ffa
2016-11-03 19:19:44 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "string_cache_shared"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-01-26 09:41:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
version = "0.6.0"
|
2017-01-26 09:41:24 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2014-09-09 18:18:18 +04:00
|
|
|
[[package]]
|
|
|
|
name = "style"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2017-02-18 23:10:26 +03:00
|
|
|
"app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-04 06:20:59 +03:00
|
|
|
"atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-16 13:58:54 +03:00
|
|
|
"bindgen 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-18 01:43:14 +03:00
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-26 10:36:05 +03:00
|
|
|
"cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"cssparser 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-12 16:18:10 +03:00
|
|
|
"encoding 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-20 04:18:10 +03:00
|
|
|
"fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-07 10:34:20 +03:00
|
|
|
"heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-29 23:20:58 +03:00
|
|
|
"heapsize_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"html5ever-atoms 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-22 15:52:26 +03:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-30 16:23:20 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-28 12:44:40 +03:00
|
|
|
"nsstring_vendor 0.1.0",
|
2016-08-23 06:09:23 +03:00
|
|
|
"num-integer 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"num-traits 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-07 10:34:20 +03:00
|
|
|
"num_cpus 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 00:17:24 +03:00
|
|
|
"ordered-float 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"owning_ref 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 00:17:24 +03:00
|
|
|
"parking_lot 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pdqsort 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +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)",
|
2016-12-21 22:11:12 +03:00
|
|
|
"rayon 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-16 16:59:18 +03:00
|
|
|
"regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-09 06:33:27 +03:00
|
|
|
"selectors 0.18.0",
|
2017-02-18 23:10:26 +03:00
|
|
|
"serde 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
servo: Merge #14043 - Update to string-cache 0.3 (from servo:string-cache-up); r=nox
Previously, `string-cache` defined:
* An string-like `Atom` type,
* An `atom!("foo")` macro that expands to a value of that type, for a set of strings known at compile-time,
* A `struct Namespace(Atom);` type
* A `ns!(html)` macro that maps known prefixed to `Namespace` values with the corresponding namespace URL.
Adding a string to the static set required making a change to the `string-cache` crate.
With 0.3, the `Atom` type is now generic, with a type parameter that provides a set of static strings. We can have multiple such sets, defined in different crates. The `string_cache_codegen` crate, to be used in build scripts, generates code that defines such a set, a new atom type (a type alias for `Atom<_>` with the type parameter set), and an `atom!`-like macro.
The html5ever repository has a new `html5ever_atoms` crate that defines three such types: `Prefix`, `Namespace`, and `LocalName` (with respective `namespace_prefix!`, `namespace_url!`, and `local_name!` macros). It also defines the `ns!` macro like before.
This repository has a new `servo_atoms` crate in `components/atoms` that, for now, defines a single `Atom` type (and `atom!`) macro. (`servo_atoms::Atom` is defined as something like `type Atom = string_cache::Atom<ServoStaticStringSet>;`, so overall there’s now two types named `Atom`.)
In this PR, `servo_atoms::Atom` is used for everything else that was `string_cache::Atom` before. But more atom types can be defined as needed. Two reasons to do this are to auto-generate the set of static strings (I’m planning to do this for CSS property names, which is the motivation for this change), or to have the type system help us avoid mix up unrelated things (this is why we had a `Namespace` type ever before this change).
Introducing new types helped me find a bug: when creating a new attribute `dom::Element::set_style_attr`, would pass `Some(atom!("style"))` instead of `None` (now `Option<html5ever_atoms::Prefix>` instead of `Option<string_cache::Atom>`) to the `prefix` argument of `Attr::new`. I suppose the author of that code confused it with the `local_name` argument.
---
Note that Stylo is not affected by any of this. The `gecko_string_cache` module is unchanged, with a single `Atom` type. The `style` crate conditionally compiles `Prefix` and `LocalName` re-exports for that are both `gecko_string_cache::Atom` on stylo.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).
<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Source-Repo: https://github.com/servo/servo
Source-Revision: 5b4cc9568dbd5c15e5d2fbc62719172f11566ffa
2016-11-03 19:19:44 +03:00
|
|
|
"servo_atoms 0.0.1",
|
2016-12-15 03:48:42 +03:00
|
|
|
"servo_config 0.0.1",
|
2016-11-18 00:34:47 +03:00
|
|
|
"servo_url 0.0.1",
|
2016-07-08 01:22:13 +03:00
|
|
|
"smallvec 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-04 15:46:11 +03:00
|
|
|
"style_traits 0.0.1",
|
2017-01-17 21:00:46 +03:00
|
|
|
"time 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 00:17:24 +03:00
|
|
|
"unicode-segmentation 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-09-09 18:18:18 +04:00
|
|
|
]
|
|
|
|
|
2015-04-21 22:06:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "style_tests"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2017-02-18 23:10:26 +03:00
|
|
|
"app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cssparser 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"html5ever-atoms 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"owning_ref 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 00:17:24 +03:00
|
|
|
"parking_lot 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-21 22:11:12 +03:00
|
|
|
"rayon 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-09 06:33:27 +03:00
|
|
|
"selectors 0.18.0",
|
servo: Merge #14043 - Update to string-cache 0.3 (from servo:string-cache-up); r=nox
Previously, `string-cache` defined:
* An string-like `Atom` type,
* An `atom!("foo")` macro that expands to a value of that type, for a set of strings known at compile-time,
* A `struct Namespace(Atom);` type
* A `ns!(html)` macro that maps known prefixed to `Namespace` values with the corresponding namespace URL.
Adding a string to the static set required making a change to the `string-cache` crate.
With 0.3, the `Atom` type is now generic, with a type parameter that provides a set of static strings. We can have multiple such sets, defined in different crates. The `string_cache_codegen` crate, to be used in build scripts, generates code that defines such a set, a new atom type (a type alias for `Atom<_>` with the type parameter set), and an `atom!`-like macro.
The html5ever repository has a new `html5ever_atoms` crate that defines three such types: `Prefix`, `Namespace`, and `LocalName` (with respective `namespace_prefix!`, `namespace_url!`, and `local_name!` macros). It also defines the `ns!` macro like before.
This repository has a new `servo_atoms` crate in `components/atoms` that, for now, defines a single `Atom` type (and `atom!`) macro. (`servo_atoms::Atom` is defined as something like `type Atom = string_cache::Atom<ServoStaticStringSet>;`, so overall there’s now two types named `Atom`.)
In this PR, `servo_atoms::Atom` is used for everything else that was `string_cache::Atom` before. But more atom types can be defined as needed. Two reasons to do this are to auto-generate the set of static strings (I’m planning to do this for CSS property names, which is the motivation for this change), or to have the type system help us avoid mix up unrelated things (this is why we had a `Namespace` type ever before this change).
Introducing new types helped me find a bug: when creating a new attribute `dom::Element::set_style_attr`, would pass `Some(atom!("style"))` instead of `None` (now `Option<html5ever_atoms::Prefix>` instead of `Option<string_cache::Atom>`) to the `prefix` argument of `Attr::new`. I suppose the author of that code confused it with the `local_name` argument.
---
Note that Stylo is not affected by any of this. The `gecko_string_cache` module is unchanged, with a single `Atom` type. The `style` crate conditionally compiles `Prefix` and `LocalName` re-exports for that are both `gecko_string_cache::Atom` on stylo.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).
<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Source-Repo: https://github.com/servo/servo
Source-Revision: 5b4cc9568dbd5c15e5d2fbc62719172f11566ffa
2016-11-03 19:19:44 +03:00
|
|
|
"servo_atoms 0.0.1",
|
2016-12-15 03:48:42 +03:00
|
|
|
"servo_config 0.0.1",
|
2016-11-18 00:34:47 +03:00
|
|
|
"servo_url 0.0.1",
|
2015-04-21 22:06:22 +03:00
|
|
|
"style 0.0.1",
|
2015-09-04 15:46:11 +03:00
|
|
|
"style_traits 0.0.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "style_traits"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2017-02-18 23:10:26 +03:00
|
|
|
"app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cssparser 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-07 10:34:20 +03:00
|
|
|
"heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-29 23:20:58 +03:00
|
|
|
"heapsize_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"serde 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-10 04:12:38 +03:00
|
|
|
]
|
|
|
|
|
2016-11-28 12:44:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "stylo_tests"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2017-02-18 23:10:26 +03:00
|
|
|
"app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-04 06:20:59 +03:00
|
|
|
"atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"cssparser 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-16 16:59:18 +03:00
|
|
|
"env_logger 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-28 12:44:40 +03:00
|
|
|
"geckoservo 0.0.1",
|
2016-12-24 15:37:12 +03:00
|
|
|
"lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-28 12:44:40 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-07 10:34:20 +03:00
|
|
|
"num_cpus 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 00:17:24 +03:00
|
|
|
"parking_lot 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-09 06:33:27 +03:00
|
|
|
"selectors 0.18.0",
|
2016-11-28 12:44:40 +03:00
|
|
|
"servo_url 0.0.1",
|
|
|
|
"style 0.0.1",
|
|
|
|
"style_traits 0.0.1",
|
|
|
|
]
|
|
|
|
|
2016-10-10 04:12:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2017-02-15 00:17:24 +03:00
|
|
|
version = "0.10.8"
|
2016-10-10 04:12:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"quote 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-26 09:41:24 +03:00
|
|
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-04-21 22:06:22 +03:00
|
|
|
]
|
|
|
|
|
2017-02-18 23:10:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "0.11.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"quote 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-11-03 05:49:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
2017-02-15 00:17:24 +03:00
|
|
|
version = "0.4.1"
|
2016-11-03 05:49:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"quote 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 00:17:24 +03:00
|
|
|
"syn 0.10.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-03 05:49:08 +03:00
|
|
|
]
|
|
|
|
|
2016-11-11 01:55:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "syntex"
|
2017-01-26 09:41:24 +03:00
|
|
|
version = "0.54.0"
|
2016-11-11 01:55:17 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-01-26 09:41:24 +03:00
|
|
|
"syntex_errors 0.54.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex_syntax 0.54.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-11 01:55:17 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syntex_errors"
|
2017-01-26 09:41:24 +03:00
|
|
|
version = "0.54.0"
|
2016-11-11 01:55:17 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-11 01:55:17 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-26 09:41:24 +03:00
|
|
|
"syntex_pos 0.54.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 00:17:24 +03:00
|
|
|
"term 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-26 09:41:24 +03:00
|
|
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-11 01:55:17 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syntex_pos"
|
2017-01-26 09:41:24 +03:00
|
|
|
version = "0.54.0"
|
2016-11-11 01:55:17 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-12-24 15:37:12 +03:00
|
|
|
"rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-11 01:55:17 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syntex_syntax"
|
2017-01-26 09:41:24 +03:00
|
|
|
version = "0.54.0"
|
2016-11-11 01:55:17 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-11 01:55:17 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-26 09:41:24 +03:00
|
|
|
"syntex_errors 0.54.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex_pos 0.54.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 00:17:24 +03:00
|
|
|
"term 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-26 09:41:24 +03:00
|
|
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-11 01:55:17 +03:00
|
|
|
]
|
|
|
|
|
2016-08-22 15:52:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "target_build_utils"
|
2017-02-18 23:10:26 +03:00
|
|
|
version = "0.3.0"
|
2016-08-22 15:52:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +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-02-18 23:10:26 +03:00
|
|
|
"serde_json 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-22 15:52:26 +03:00
|
|
|
]
|
|
|
|
|
2014-09-09 18:18:18 +04:00
|
|
|
[[package]]
|
|
|
|
name = "task_info"
|
|
|
|
version = "0.0.1"
|
2015-06-01 19:04:23 +03:00
|
|
|
dependencies = [
|
2017-02-15 00:17:24 +03:00
|
|
|
"gcc 0.3.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-06-01 19:04:23 +03:00
|
|
|
]
|
2014-09-09 18:18:18 +04:00
|
|
|
|
2015-05-05 17:11:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tempdir"
|
2016-08-22 15:52:26 +03:00
|
|
|
version = "0.3.5"
|
2015-05-05 17:11:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-12-24 15:37:12 +03:00
|
|
|
"rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-05-05 17:11:30 +03:00
|
|
|
]
|
|
|
|
|
2015-06-26 08:12:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tendril"
|
2016-08-28 15:53:33 +03:00
|
|
|
version = "0.2.3"
|
2015-06-26 08:12:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-09-12 16:18:10 +03:00
|
|
|
"encoding 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 00:17:24 +03:00
|
|
|
"futf 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 01:53:56 +03:00
|
|
|
"mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-01-27 14:59:56 +03:00
|
|
|
"utf-8 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-06-26 08:12:09 +03:00
|
|
|
]
|
|
|
|
|
2016-11-11 01:55:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
2017-02-15 00:17:24 +03:00
|
|
|
version = "0.4.5"
|
2016-11-11 01:55:17 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-01-26 09:41:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "term_size"
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
version = "0.2.2"
|
2017-01-26 09:41:24 +03:00
|
|
|
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)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-26 09:41:24 +03:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-05-01 01:21:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thread-id"
|
2017-01-16 16:59:18 +03:00
|
|
|
version = "3.0.0"
|
2016-05-01 01:21:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-08-22 15:52:26 +03:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-01 01:21:22 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2017-01-16 16:59:18 +03:00
|
|
|
version = "0.3.2"
|
2016-05-01 01:21:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-01-16 16:59:18 +03:00
|
|
|
"thread-id 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-01 01:21:22 +03:00
|
|
|
]
|
|
|
|
|
2017-02-14 01:46:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thread_profiler"
|
2017-02-14 09:24:53 +03:00
|
|
|
version = "0.1.1"
|
2017-02-14 01:46:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-03-19 04:16:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "threadpool"
|
2016-08-22 15:52:26 +03:00
|
|
|
version = "1.3.2"
|
2016-03-19 04:16:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2014-11-13 06:48:31 +03:00
|
|
|
[[package]]
|
2014-12-18 04:45:49 +03:00
|
|
|
name = "time"
|
2017-01-17 21:00:46 +03:00
|
|
|
version = "0.1.36"
|
2015-01-28 04:15:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2014-12-18 04:45:49 +03:00
|
|
|
dependencies = [
|
2016-08-22 15:52:26 +03:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-17 21:00:46 +03:00
|
|
|
"redox_syscall 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-22 15:52:26 +03:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-15 05:31:23 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyfiledialogs"
|
2016-12-24 15:37:12 +03:00
|
|
|
version = "2.5.9"
|
2017-01-06 09:49:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-04-15 05:31:23 +03:00
|
|
|
dependencies = [
|
2017-02-15 00:17:24 +03:00
|
|
|
"gcc 0.3.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-12-18 04:45:49 +03:00
|
|
|
]
|
2014-12-05 14:16:11 +03:00
|
|
|
|
2016-11-09 10:23:55 +03:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
version = "0.2.1"
|
2016-11-09 10:23:55 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-12-24 15:37:12 +03:00
|
|
|
"rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-09 10:23:55 +03:00
|
|
|
]
|
|
|
|
|
2015-05-05 17:11:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "traitobject"
|
|
|
|
version = "0.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
servo: Merge #15096 - Implement downloadable fonts on Windows (from vvuk:custom-font-files); r=emilio
This PR implements downloadable font support for Servo. It depends on new changes in webrender and dwrote, and adds a dependency on the `truetype` crate for pulling out basic font information. The original DirectWrite API does not provide an easy way to query font information direct from a `FontFace` (which is what you create from a `FontFile`). There are new DirectWrite APIs starting with Windows 10 that allow for this, but they are Win 10+ only, and `winapi-rs` does not yet have bindings for those versions of the interfaces (specificially, `IDirectWriteFontFace3`). The way to do this with DW is to go through a lot of pain in creating a custom collection and enumerator, add your font to your custom collection, then query the collection for its properties.
Instead, we just parse the truetype tables directly to pull out the few bits of information that we need. The `truetype` crate is ok, but I discovered some bugs (an update needs to get pushed to crates.io before this will build). It might be more worthwhile to just implement the tiny bit of truetype parsing that we need ourselves in Servo.
I'm guessing there are existing tests for downloadable fonts...
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).
<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Source-Repo: https://github.com/servo/servo
Source-Revision: 1a7404e38c0f0e9c58487299956bec78589191c7
2017-01-19 03:09:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "truetype"
|
2017-02-18 01:53:56 +03:00
|
|
|
version = "0.26.0"
|
servo: Merge #15096 - Implement downloadable fonts on Windows (from vvuk:custom-font-files); r=emilio
This PR implements downloadable font support for Servo. It depends on new changes in webrender and dwrote, and adds a dependency on the `truetype` crate for pulling out basic font information. The original DirectWrite API does not provide an easy way to query font information direct from a `FontFace` (which is what you create from a `FontFile`). There are new DirectWrite APIs starting with Windows 10 that allow for this, but they are Win 10+ only, and `winapi-rs` does not yet have bindings for those versions of the interfaces (specificially, `IDirectWriteFontFace3`). The way to do this with DW is to go through a lot of pain in creating a custom collection and enumerator, add your font to your custom collection, then query the collection for its properties.
Instead, we just parse the truetype tables directly to pull out the few bits of information that we need. The `truetype` crate is ok, but I discovered some bugs (an update needs to get pushed to crates.io before this will build). It might be more worthwhile to just implement the tiny bit of truetype parsing that we need ourselves in Servo.
I'm guessing there are existing tests for downloadable fonts...
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).
<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Source-Repo: https://github.com/servo/servo
Source-Revision: 1a7404e38c0f0e9c58487299956bec78589191c7
2017-01-19 03:09:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-05-05 17:11:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "typeable"
|
2015-06-07 21:15:20 +03:00
|
|
|
version = "0.1.2"
|
2015-05-05 17:11:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-01-08 18:00:57 +03:00
|
|
|
[[package]]
|
2015-01-28 04:15:50 +03:00
|
|
|
name = "unicase"
|
2016-04-13 18:58:25 +03:00
|
|
|
version = "1.4.0"
|
2015-01-28 04:15:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-04-13 18:58:25 +03:00
|
|
|
dependencies = [
|
2016-05-05 19:04:22 +03:00
|
|
|
"rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-13 18:58:25 +03:00
|
|
|
]
|
2014-12-05 14:16:11 +03:00
|
|
|
|
2015-07-24 06:20:49 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2017-02-18 01:53:56 +03:00
|
|
|
version = "0.2.5"
|
2015-07-24 06:20:49 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-12-24 15:37:12 +03:00
|
|
|
"matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-07-24 06:20:49 +03:00
|
|
|
]
|
|
|
|
|
2015-10-02 22:26:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2017-02-15 00:17:24 +03:00
|
|
|
version = "0.1.4"
|
2015-10-02 22:26:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-09-30 00:37:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-script"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-09-24 00:41:34 +03:00
|
|
|
"harfbuzz-sys 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-09-30 00:37:11 +03:00
|
|
|
]
|
|
|
|
|
2016-10-27 23:58:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2017-02-15 00:17:24 +03:00
|
|
|
version = "1.1.0"
|
2016-10-27 23:58:17 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-01-26 09:41:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-10-10 04:12:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2017-01-26 09:41:24 +03:00
|
|
|
version = "0.0.4"
|
2016-10-10 04:12:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-07-30 23:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unreachable"
|
2016-05-03 02:48:45 +03:00
|
|
|
version = "0.1.1"
|
2015-07-30 23:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-05-03 02:48:45 +03:00
|
|
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-07-30 23:46:13 +03:00
|
|
|
]
|
|
|
|
|
2014-12-05 14:16:11 +03:00
|
|
|
[[package]]
|
2014-09-09 18:18:18 +04:00
|
|
|
name = "url"
|
2017-01-27 04:02:46 +03:00
|
|
|
version = "1.4.0"
|
2015-01-28 04:15:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-09-12 16:18:10 +03:00
|
|
|
"encoding 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-07 10:34:20 +03:00
|
|
|
"heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-23 21:28:31 +03:00
|
|
|
"idna 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url_serde"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"serde 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-02-12 03:24:45 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "user32-sys"
|
2016-05-21 02:43:42 +03:00
|
|
|
version = "0.2.0"
|
2015-02-12 03:24:45 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-08-22 15:52:26 +03:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-08-07 22:05:39 +03:00
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-01-28 04:15:50 +03:00
|
|
|
]
|
2014-09-09 18:18:18 +04:00
|
|
|
|
2016-01-27 14:59:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "utf-8"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-12-24 15:37:12 +03:00
|
|
|
"matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-01-27 14:59:56 +03:00
|
|
|
]
|
|
|
|
|
2016-02-16 16:42:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "utf8-ranges"
|
2017-01-16 16:59:18 +03:00
|
|
|
version = "1.0.0"
|
2016-02-16 16:42:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-04-07 02:48:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2017-02-18 23:10:26 +03:00
|
|
|
version = "0.4.0"
|
2016-04-07 02:48:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-12-24 15:37:12 +03:00
|
|
|
"rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"serde 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-07 02:48:03 +03:00
|
|
|
]
|
|
|
|
|
2017-01-26 09:41:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-07-30 23:46:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "void"
|
2016-05-03 02:48:45 +03:00
|
|
|
version = "1.0.2"
|
2015-07-30 23:46:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-05-11 23:22:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
version = "1.0.7"
|
2016-05-11 23:22:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-08-22 15:52:26 +03:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-22 15:52:26 +03:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-11 23:22:39 +03:00
|
|
|
]
|
|
|
|
|
2015-04-07 06:09:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "webdriver"
|
2017-01-30 23:09:22 +03:00
|
|
|
version = "0.20.0"
|
2016-03-17 15:57:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-04-07 06:09:44 +03:00
|
|
|
dependencies = [
|
2017-01-30 23:09:22 +03:00
|
|
|
"backtrace 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-07 20:57:24 +03:00
|
|
|
"cookie 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 01:53:56 +03:00
|
|
|
"hyper 0.9.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-30 16:23:20 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-16 16:59:18 +03:00
|
|
|
"regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-17 21:00:46 +03:00
|
|
|
"time 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-04-07 06:09:44 +03:00
|
|
|
]
|
|
|
|
|
2017-01-09 17:39:45 +03:00
|
|
|
[[package]]
|
|
|
|
name = "webdriver_server"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"cookie 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 01:53:56 +03:00
|
|
|
"hyper 0.9.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 00:17:24 +03:00
|
|
|
"image 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"ipc-channel 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-09 17:39:45 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"msg 0.0.1",
|
|
|
|
"net_traits 0.0.1",
|
|
|
|
"plugins 0.0.1",
|
2017-01-16 16:59:18 +03:00
|
|
|
"regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-09 17:39:45 +03:00
|
|
|
"rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"script_traits 0.0.1",
|
|
|
|
"servo_config 0.0.1",
|
|
|
|
"servo_url 0.0.1",
|
2017-01-27 04:02:46 +03:00
|
|
|
"url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"uuid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-30 23:09:22 +03:00
|
|
|
"webdriver 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-09 17:39:45 +03:00
|
|
|
]
|
|
|
|
|
2016-02-18 22:24:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "webrender"
|
2017-02-18 23:10:26 +03:00
|
|
|
version = "0.17.0"
|
2017-02-19 02:31:36 +03:00
|
|
|
source = "git+https://github.com/servo/webrender#bcd9ed5e74d657b3c9b6d62996e84c1a3ee7141b"
|
2016-02-18 22:24:06 +03:00
|
|
|
dependencies = [
|
2017-02-18 23:10:26 +03:00
|
|
|
"app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bincode 1.0.0-alpha2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-27 17:47:34 +03:00
|
|
|
"bit-set 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-09 13:50:45 +03:00
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 10:19:54 +03:00
|
|
|
"byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"core-graphics 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"core-text 4.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-20 04:18:10 +03:00
|
|
|
"fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-17 00:01:59 +03:00
|
|
|
"freetype 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 01:53:56 +03:00
|
|
|
"gamma-lut 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 10:19:54 +03:00
|
|
|
"gleam 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-30 16:23:20 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"num-traits 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"offscreen_gl_context 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-19 02:31:36 +03:00
|
|
|
"servo-dwrote 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-14 09:24:53 +03:00
|
|
|
"thread_profiler 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-15 05:46:25 +03:00
|
|
|
"threadpool 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-17 21:00:46 +03:00
|
|
|
"time 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"webrender_traits 0.16.0 (git+https://github.com/servo/webrender)",
|
2016-02-18 22:24:06 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webrender_traits"
|
2017-02-18 23:10:26 +03:00
|
|
|
version = "0.16.0"
|
2017-02-19 02:31:36 +03:00
|
|
|
source = "git+https://github.com/servo/webrender#bcd9ed5e74d657b3c9b6d62996e84c1a3ee7141b"
|
2016-02-18 22:24:06 +03:00
|
|
|
dependencies = [
|
2017-02-18 23:10:26 +03:00
|
|
|
"app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 10:19:54 +03:00
|
|
|
"byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"core-graphics 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 10:19:54 +03:00
|
|
|
"gleam 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-07 10:34:20 +03:00
|
|
|
"heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 23:10:26 +03:00
|
|
|
"ipc-channel 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"offscreen_gl_context 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-19 02:31:36 +03:00
|
|
|
"servo-dwrote 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-02-18 22:24:06 +03:00
|
|
|
]
|
|
|
|
|
2015-05-05 20:57:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "websocket"
|
2016-05-18 01:43:14 +03:00
|
|
|
version = "0.17.1"
|
2015-05-05 20:57:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-05-18 01:43:14 +03:00
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-06-04 00:46:16 +03:00
|
|
|
"byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 01:53:56 +03:00
|
|
|
"hyper 0.9.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-22 15:52:26 +03:00
|
|
|
"net2 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-07-08 01:22:13 +03:00
|
|
|
"openssl 0.7.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-13 18:58:25 +03:00
|
|
|
"unicase 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-27 04:02:46 +03:00
|
|
|
"url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-05-05 20:57:48 +03:00
|
|
|
]
|
|
|
|
|
2017-01-09 17:39:45 +03:00
|
|
|
[[package]]
|
|
|
|
name = "webvr"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2017-02-18 23:10:26 +03:00
|
|
|
"ipc-channel 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-09 17:39:45 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"msg 0.0.1",
|
|
|
|
"script_traits 0.0.1",
|
|
|
|
"servo_config 0.0.1",
|
2017-02-18 23:10:26 +03:00
|
|
|
"webrender_traits 0.16.0 (git+https://github.com/servo/webrender)",
|
2017-01-09 17:39:45 +03:00
|
|
|
"webvr_traits 0.0.1",
|
|
|
|
]
|
|
|
|
|
2015-07-31 15:52:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2016-08-22 15:52:26 +03:00
|
|
|
version = "0.2.8"
|
2015-07-31 15:52:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-06-01 19:45:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
2015-08-07 22:05:39 +03:00
|
|
|
version = "0.1.1"
|
2015-06-01 19:45:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-11-07 21:47:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ws"
|
2017-02-17 12:01:39 +03:00
|
|
|
version = "0.5.4"
|
2016-11-07 21:47:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-02-17 12:01:39 +03:00
|
|
|
"bytes 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"httparse 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-07 21:47:58 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-17 12:01:39 +03:00
|
|
|
"mio 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-07 21:47:58 +03:00
|
|
|
"sha1 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-17 12:01:39 +03:00
|
|
|
"slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-27 04:02:46 +03:00
|
|
|
"url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-07 21:47:58 +03:00
|
|
|
]
|
|
|
|
|
2015-11-27 08:17:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ws2_32-sys"
|
2016-05-05 19:04:22 +03:00
|
|
|
version = "0.2.1"
|
2015-11-27 08:17:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-08-22 15:52:26 +03:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-11-27 08:17:00 +03:00
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2015-05-05 17:11:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "x11"
|
2017-02-08 01:18:50 +03:00
|
|
|
version = "2.12.1"
|
2014-12-23 00:33:45 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-03-18 20:25:00 +03:00
|
|
|
dependencies = [
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-08 01:18:50 +03:00
|
|
|
"metadeps 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-03-18 20:25:00 +03:00
|
|
|
]
|
2014-09-29 20:45:27 +04:00
|
|
|
|
2015-08-22 14:20:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "x11-dl"
|
2017-02-08 01:18:50 +03:00
|
|
|
version = "2.12.0"
|
2015-08-22 14:20:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-12-24 15:37:12 +03:00
|
|
|
"lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-01 21:20:29 +03:00
|
|
|
"libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-08-22 14:20:09 +03:00
|
|
|
]
|
|
|
|
|
2016-05-25 10:52:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "xdg"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-05-01 07:20:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "xi-unicode"
|
2017-02-08 01:18:50 +03:00
|
|
|
version = "0.1.0"
|
2016-05-01 07:20:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-03-31 19:21:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
2016-12-24 15:37:12 +03:00
|
|
|
version = "0.3.5"
|
2016-03-31 19:21:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-05-18 01:43:14 +03:00
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-03-31 19:21:06 +03:00
|
|
|
]
|
|
|
|
|
2015-11-05 06:42:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "xml5ever"
|
2017-02-18 23:10:26 +03:00
|
|
|
version = "0.4.0"
|
2016-04-27 17:50:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-11-05 06:42:44 +03:00
|
|
|
dependencies = [
|
2017-02-18 23:10:26 +03:00
|
|
|
"html5ever-atoms 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-30 16:23:20 +03:00
|
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-18 01:53:56 +03:00
|
|
|
"mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +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)",
|
2016-12-24 15:37:12 +03:00
|
|
|
"rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-28 15:53:33 +03:00
|
|
|
"tendril 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-17 21:00:46 +03:00
|
|
|
"time 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-11-05 06:42:44 +03:00
|
|
|
]
|
|
|
|
|
2016-08-17 21:22:52 +03:00
|
|
|
[metadata]
|
2017-01-11 16:37:45 +03:00
|
|
|
"checksum adler32 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "57be033eb4100070a93a9400a725839cda9c415244f808b0357e72b9e003d5ba"
|
2017-02-15 00:17:24 +03:00
|
|
|
"checksum aho-corasick 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0638fd549427caa90c499814196d1b9e3725eb4d15d7339d6de073a680ed0ca2"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum alloc-no-stdlib 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b21f6ad9c9957eb5d70c3dee16d31c092b3cab339628f821766b05e6833d72b8"
|
2016-09-12 16:18:10 +03:00
|
|
|
"checksum android_glue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e2b80445d331077679dfc6f3014f3e9ab7083e588423d35041d3fc017198189"
|
servo: Merge #14530 - Use `android-rs-injected-glue` on Android (from mmatyas:android_injectedglue); r=larsbergstrom
<!-- Please describe your changes on the following line: -->
Due to changes in `android-rs-glue`, currently the Android build fails to start. As discussed [here](https://github.com/servo/servo/issues/13154), other than the `android-glue`, we now also have to inject some additional code too. This task is usually done by a helper program of `android-glue`, `cargo-apk`, but since Servo's build system is somewhat more complex than a regular small application, at the moment it'd be more clean to move the required internal `injected-glue` lib to a new repository, and add it as a dependency.
This patch adds a new dependency, `android-rs-injected-glue`, and integrates it into Servo. After applying this commit and #14528, Servo can be launched on Android. (It doesn't *work* yet as expected, though.)
Part of #13154.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Source-Repo: https://github.com/servo/servo
Source-Revision: 477a9827b82e880048038d9cc26b3000d013a3c4
2016-12-14 13:01:43 +03:00
|
|
|
"checksum android_injected_glue 0.2.1 (git+https://github.com/mmatyas/android-rs-injected-glue)" = "<none>"
|
2016-10-04 00:54:51 +03:00
|
|
|
"checksum angle 0.1.2 (git+https://github.com/servo/angle?branch=servo)" = "<none>"
|
2017-01-26 09:41:24 +03:00
|
|
|
"checksum ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "23ac7c30002a5accbf7e8987d0632fa6de155b7c3d39d0067317a391e00a2ef6"
|
2017-02-18 23:10:26 +03:00
|
|
|
"checksum app_units 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a0c3b5be4ed53affe3e1a162b2e7ef9979bcaac80daa9026e9d7988c41e0e83"
|
2016-12-24 15:37:12 +03:00
|
|
|
"checksum arrayvec 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)" = "d89f1b0e242270b5b797778af0c8d182a1a2ccac5d8d6fadf414223cc0fab096"
|
2017-01-26 09:41:24 +03:00
|
|
|
"checksum aster 0.38.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2c9b49e42a449c0b79d8acb91db37621de0978064dca7d3288ddcf030123e5b3"
|
2017-01-04 06:20:59 +03:00
|
|
|
"checksum atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fb2dcb6e6d35f20276943cc04bb98e538b348d525a04ac79c10021561d202f21"
|
2016-09-10 00:28:34 +03:00
|
|
|
"checksum audio-video-metadata 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "03da2550cb89fe3faf218c179261c26cf7891c4234707c15f5d09ebb32ae2400"
|
2017-02-18 23:10:26 +03:00
|
|
|
"checksum azure 0.14.0 (git+https://github.com/servo/rust-azure)" = "<none>"
|
2017-01-30 23:09:22 +03:00
|
|
|
"checksum backtrace 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f551bc2ddd53aea015d453ef0b635af89444afa5ed2405dd0b2062ad5d600d80"
|
2017-02-18 01:53:56 +03:00
|
|
|
"checksum backtrace-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d192fd129132fbc97497c1f2ec2c2c5174e376b95f535199ef4fe0a293d33842"
|
2017-02-18 23:10:26 +03:00
|
|
|
"checksum bincode 1.0.0-alpha2 (registry+https://github.com/rust-lang/crates.io-index)" = "62650bb5651ba8f0580cebf4ef255d791b8b0ef53800322661e1bb5791d42966"
|
2017-02-16 13:58:54 +03:00
|
|
|
"checksum bindgen 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)" = "facc480c409c373db3c870e377ce223e5e07d979efc2604691dc6f583e8ded0f"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum bit-set 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d9bf6104718e80d7b26a68fdbacff3481cfc05df670821affc7e9cbc1884400c"
|
|
|
|
"checksum bit-vec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "5b97c2c8e8bbb4251754f559df8af22fb264853c7d009084a576cdf12565089d"
|
|
|
|
"checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"
|
2016-08-28 19:40:16 +03:00
|
|
|
"checksum block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
2016-11-23 12:25:39 +03:00
|
|
|
"checksum blurdroid 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f4a86fbb3818e7f850410e026bfac7742fe86cbf4acf49f5752936b32d1f7eb8"
|
|
|
|
"checksum blurmock 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "68dd72da3a3bb40f3d3bdd366c4cf8e2b1d208c366304f382c80cef8126ca8da"
|
2016-11-04 15:44:42 +03:00
|
|
|
"checksum blurz 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4d49796c8d5a1b5f6b2b8686e46ed4ab842987c477f765b69f1d3e8df6072608"
|
2016-12-24 15:37:12 +03:00
|
|
|
"checksum brotli 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "53c6bf6d5a852a221369ffb01ea08fdaf89d5cbd6e12a4b8802cdb322a93c6cd"
|
2016-08-28 19:40:16 +03:00
|
|
|
"checksum browserhtml 0.1.17 (git+https://github.com/browserhtml/browserhtml?branch=crate)" = "<none>"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0fc10e8cc6b2580fda3f36eb6dc5316657f812a3df879a44a66fc9f0fdbc4855"
|
2017-01-11 16:37:45 +03:00
|
|
|
"checksum byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c40977b0ee6b9885c9013cd41d9feffdd22deb3bb4dc3a71d901cc7a77de18c8"
|
2016-11-07 21:47:58 +03:00
|
|
|
"checksum bytes 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c129aff112dcc562970abb69e2508b40850dd24c274761bb50fb8a0067ba6c27"
|
2017-02-15 00:17:24 +03:00
|
|
|
"checksum caseless 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8950b075cff75cdabadee97148a8b5816c7cf62e5948a6005b5255d564b42fe7"
|
2016-12-10 14:21:42 +03:00
|
|
|
"checksum cexpr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "393a5f0088efbe41f9d1fcd062f24e83c278608420e62109feb2c8abee07de7d"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de1e760d7b6535af4241fca8bd8adf68e2e7edacc6b29f5d399050c5e48cf88c"
|
2016-08-28 19:40:16 +03:00
|
|
|
"checksum cgl 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8bdd78cca65a739cb5475dbf6b6bbb49373e327f4a6f2b499c0f98632df38c10"
|
2017-02-16 13:58:54 +03:00
|
|
|
"checksum clang-sys 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4f98f0715ff67f27ca6a2f8f0ffc2a56f8edbc7acd57489c29eadc3a15c4eafe"
|
2017-02-18 01:53:56 +03:00
|
|
|
"checksum clap 2.20.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a60af5cb867dd4ee2378398acde80c73b466b58a963f598061ce7e394800998d"
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"checksum clippy_lints 0.0.112 (registry+https://github.com/rust-lang/crates.io-index)" = "51461bf5f0862158b3239e55af263d5fe67620ccbb824f87c9ed0f7cd1ce1184"
|
2016-12-24 15:37:12 +03:00
|
|
|
"checksum cmake 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)" = "a3a6805df695087e7c1bcd9a82e03ad6fb864c8e67ac41b1348229ce5b7f0407"
|
2017-02-18 23:10:26 +03:00
|
|
|
"checksum cocoa 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d55b620aff4da7d4b9d85f2974cc62a097146623b75e3f36734fe68d8cef493e"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum color_quant 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a475fc4af42d83d28adf72968d9bcfaf035a1a9381642d8e85d8a04957767b0d"
|
2016-12-22 03:24:27 +03:00
|
|
|
"checksum compiletest_rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f3f344389765ad7bec166f64c1b39ed6dd2b54d81c4c5dd8af789169351d380c"
|
2017-02-18 23:10:26 +03:00
|
|
|
"checksum content-blocker 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "44dfb2f06e219a5bdec05c5811dde4d893c34c49ffed384c9d0a2e9caca9c154"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum cookie 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0e3d6405328b6edb412158b3b7710e2634e23f3614b9bb1c412df7952489a626"
|
2017-02-07 10:19:54 +03:00
|
|
|
"checksum core-foundation 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f51ce3b8ebe311c56de14231eb57572c15abebd2d32b3bcb99bcdb9c101f5ac3"
|
|
|
|
"checksum core-foundation-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "41115a6aa5d3e1e5ef98148373f25971d1fad53818553f216495f9e67e90a624"
|
2017-02-18 23:10:26 +03:00
|
|
|
"checksum core-graphics 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ead017dcf77f503dc991f6b52de6084eeea60a94b0a652baa9bf88654a28e83f"
|
|
|
|
"checksum core-text 4.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0e9719616a10f717628e074744f8c55df7b450f7a34d29c196d14f4498aad05d"
|
|
|
|
"checksum cssparser 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "693cc9c8d3d0779ff60ff6b8b73497bda2c7151b6489c3a9c1f95f5d4f4497e5"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "97590ba53bcb8ac28279161ca943a924d1fd4a8fb3fa63302591647c4fc5b850"
|
2016-08-28 19:40:16 +03:00
|
|
|
"checksum dbus 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "94d266a872aaf68b50d02083c429a3686935ab6ab54824290509cdc422673eaf"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum debug_unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9a032eac705ca39214d169f83e3d3da290af06d8d1d344d1baad2fd002dca4b3"
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"checksum deflate 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "24c5f3de3a8e183ab9a169654b652407e5e80bed40986bcca92c2b088b9bfa80"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum deque 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1614659040e711785ed8ea24219140654da1729f3ec8a47a9719d041112fe7bf"
|
|
|
|
"checksum device 0.0.1 (git+https://github.com/servo/devices)" = "<none>"
|
2017-02-18 23:10:26 +03:00
|
|
|
"checksum dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80c8b71fd71146990a9742fc06dcbbde19161a267e0ad4e572c35162f4578c90"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum dwmapi-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07c4c7cc7b396419bc0a4d90371d0cee16cb5053b53647d287c0b728000c41fe"
|
2016-09-12 16:18:10 +03:00
|
|
|
"checksum encoding 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum encoding-index-japanese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)" = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
|
|
|
|
"checksum encoding-index-korean 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)" = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
|
|
|
|
"checksum encoding-index-simpchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
|
|
|
|
"checksum encoding-index-singlebyte 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
|
|
|
|
"checksum encoding-index-tradchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
|
|
|
|
"checksum encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
|
|
|
|
"checksum energy-monitor 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fe872d0664f1cc60db36349af245d892ee67d3c8f78055df0ebc43271fd4e05c"
|
2016-12-24 15:37:12 +03:00
|
|
|
"checksum energymon 0.3.0 (git+https://github.com/energymon/energymon-rust.git)" = "<none>"
|
|
|
|
"checksum energymon-builder 0.3.0 (git+https://github.com/energymon/energymon-sys.git)" = "<none>"
|
|
|
|
"checksum energymon-default-sys 0.3.0 (git+https://github.com/energymon/energymon-sys.git)" = "<none>"
|
|
|
|
"checksum energymon-sys 0.3.0 (git+https://github.com/energymon/energymon-sys.git)" = "<none>"
|
2017-01-17 01:51:33 +03:00
|
|
|
"checksum enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "be4551092f4d519593039259a9ed8daedf0da12e5109c5280338073eaeb81180"
|
2017-01-16 16:59:18 +03:00
|
|
|
"checksum env_logger 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "99971fb1b635fe7a0ee3c4d065845bb93cca80a23b5613b5613391ece5de4144"
|
2017-02-08 01:18:50 +03:00
|
|
|
"checksum error-chain 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "318cb3c71ee4cdea69fdc9e15c173b245ed6063e1709029e8fd32525a881120f"
|
2017-02-18 23:10:26 +03:00
|
|
|
"checksum euclid 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "34559b159306de36203986eff799f83ef2bfb301a29fad333883f1a74a4cc6b0"
|
2016-08-28 19:40:16 +03:00
|
|
|
"checksum expat-sys 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cef36cd1a8a02d28b91d97347c63247b9e4cb8a8e36df36f8201dc87a1c0859c"
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"checksum flate2 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "d4e4d0c15ef829cbc1b7cda651746be19cceeb238be7b1049227b14891df9e25"
|
2016-11-20 04:18:10 +03:00
|
|
|
"checksum fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6cc484842f1e2884faf56f529f960cc12ad8c71ce96cc7abba0a067c98fee344"
|
2016-08-28 19:40:16 +03:00
|
|
|
"checksum fontsan 0.3.2 (git+https://github.com/servo/fontsan)" = "<none>"
|
2017-01-17 00:01:59 +03:00
|
|
|
"checksum freetype 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fde23272c687e4570aefec06cb71174ec0f5284b725deac4e77ba2665d635faf"
|
2017-02-15 00:17:24 +03:00
|
|
|
"checksum futf 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "51f93f3de6ba1794dcd5810b3546d004600a59a98266487c8407bc4b24e398f3"
|
2017-02-18 01:53:56 +03:00
|
|
|
"checksum gamma-lut 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "cd8728df930776135895cbb25cbdd17791cde7d4285d53cf58fe6ee2e6412455"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum gaol 0.0.1 (git+https://github.com/servo/gaol)" = "<none>"
|
2017-02-15 00:17:24 +03:00
|
|
|
"checksum gcc 0.3.43 (registry+https://github.com/rust-lang/crates.io-index)" = "c07c758b972368e703a562686adb39125707cc1ef3399da8c019fc6c2498a75d"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum gdi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0912515a8ff24ba900422ecda800b52f4016a56251922d397c576bf92c690518"
|
|
|
|
"checksum getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9047cfbd08a437050b363d35ef160452c5fe8ea5187ae0a624708c91581d685"
|
|
|
|
"checksum gif 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "01c7c19a035de94bd7afbaa62c241aadfbdf1a70f560b348d2312eafa566ca16"
|
|
|
|
"checksum gl_generator 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f1d8edc81c5ae84605a62f5dac661a2313003b26d59839f81d47d46cf0f16a55"
|
2017-02-07 10:19:54 +03:00
|
|
|
"checksum gleam 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)" = "9590e0e578d528a080c5abac678e7efbe349a73c7316faafd4073edf5f462d01"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
|
|
|
|
"checksum glx 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b280007fa9c7442cfd1e0b1addb8d1a59240267110e8705f8f7e2c7bfb7e2f72"
|
2016-09-24 00:41:34 +03:00
|
|
|
"checksum harfbuzz-sys 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6b76113246f5c089dcf272cf89c3f61168a4d77b50ec5b2c1fab8c628c9ea762"
|
2017-01-07 10:34:20 +03:00
|
|
|
"checksum heapsize 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "5a376f7402b85be6e0ba504243ecbc0709c48019ecc6286d0540c2e359050c88"
|
2016-11-29 23:20:58 +03:00
|
|
|
"checksum heapsize_derive 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4b6876925b6c3de6f9073f016f425de0076ab68cf30522107fa586ae6524abfe"
|
2017-02-18 01:53:56 +03:00
|
|
|
"checksum heartbeats-simple 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9ad003ce233955e9d95f2c69cde84e68302ba9ba4a673d351c9bff93c738aadc"
|
|
|
|
"checksum heartbeats-simple-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e1a408c0011427cc0e0049f7861c70377819aedfc006e8c901b1c70fd98fb1a4"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum hpack 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d2da7d3a34cf6406d9d700111b8eafafe9a251de41ae71d8052748259343b58"
|
2017-02-18 23:10:26 +03:00
|
|
|
"checksum html5ever 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "43c1b50a0c2b4f697c025699ae33b2b4072fff5b6cbd7c184e25eea2beccb3ef"
|
|
|
|
"checksum html5ever-atoms 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f9bd86e3b6a5a7933a272cc0a854f24e371f31576e585c0b41e8f857270c5134"
|
2016-12-24 15:37:12 +03:00
|
|
|
"checksum httparse 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a6e7a63e511f9edffbab707141fbb8707d1a3098615fb2adbd5769cdfcc9b17d"
|
2017-02-18 01:53:56 +03:00
|
|
|
"checksum hyper 0.9.18 (registry+https://github.com/rust-lang/crates.io-index)" = "1b9bf64f730d6ee4b0528a5f0a316363da9d8104318731509d4ccc86248f82b3"
|
2017-02-18 23:10:26 +03:00
|
|
|
"checksum hyper_serde 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "19065fedb73b4d5c617482cedfb3cfb092fc379870a7e3aadd16fd491838129a"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum idna 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1053236e00ce4f668aeca4a769a09b3bf5a682d802abd6f3cb39374f6b162c11"
|
2017-02-15 00:17:24 +03:00
|
|
|
"checksum image 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "979bad0502082fd60053a490282e87d6c89650942e3a270e0d4c83569c7f5899"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum immeta 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3e76ecb1d64979a91c7fc5b7c0495ef1467e3cbff759044f2b88878a5a845ef7"
|
|
|
|
"checksum inflate 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e7e0062d2dc2f17d2f13750d95316ae8a2ff909af0fda957084f5defd87c43bb"
|
2017-02-07 10:19:54 +03:00
|
|
|
"checksum io-surface 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "10d25285115b9d34be1328fdc5af15d34174472a9f23d1994d2d14a7ec8c537a"
|
2017-02-18 23:10:26 +03:00
|
|
|
"checksum ipc-channel 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dc12beb3f43e226410d7f26a77aec73efbf0c11875a8131adc09f30a8219f22e"
|
|
|
|
"checksum itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eb2f404fbc66fd9aac13e998248505e7ecb2ad8e44ab6388684c5fb11c6c251c"
|
2017-01-17 21:00:46 +03:00
|
|
|
"checksum jpeg-decoder 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "5c4ff3d14e7ef3522471ab712832c3dd50001f7fb7aa4cdc48af811d63b531e9"
|
2017-01-29 02:12:21 +03:00
|
|
|
"checksum js 0.1.4 (git+https://github.com/servo/rust-mozjs)" = "<none>"
|
2016-08-28 19:40:16 +03:00
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum khronos_api 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "09c9d3760673c427d46f91a0350f0a84a52e6bc5a84adf26dc610b6c52436630"
|
|
|
|
"checksum language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
|
2016-12-24 15:37:12 +03:00
|
|
|
"checksum lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6abe0ee2e758cd6bc8a2cd56726359007748fbf4128da998b65d0b70f881e19b"
|
2017-02-16 14:53:49 +03:00
|
|
|
"checksum lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce12306c4739d86ee97c23139f3a34ddf0387bbf181bc7929d287025a8c3ef6b"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum leak 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
|
|
|
|
"checksum leaky-cow 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
|
2017-02-01 21:20:29 +03:00
|
|
|
"checksum libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)" = "684f330624d8c3784fb9558ca46c4ce488073a8d22450415c5eb4f4cfb0d11b5"
|
2017-02-18 23:10:26 +03:00
|
|
|
"checksum libloading 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fd1835a714c1f67ba073a493493c23686a480e2614e208c921834808b1f19d8f"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum libressl-pnacl-sys 2.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "cbc058951ab6a3ef35ca16462d7642c4867e6403520811f28537a4e2f2db3e71"
|
2017-02-15 00:17:24 +03:00
|
|
|
"checksum libz-sys 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e5ee912a45d686d393d5ac87fac15ba0ba18daae14e8e7543c63ebf7fb7e970c"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ab83497bf8bf4ed2a74259c1c802351fcd67a65baa86394b6ba73c36f4838054"
|
|
|
|
"checksum lzw 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7d947cbb889ed21c2a84be6ffbaebf5b4e0f4340638cba0444907e38b56be084"
|
2017-02-18 01:53:56 +03:00
|
|
|
"checksum mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
2016-12-24 15:37:12 +03:00
|
|
|
"checksum matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "efd7622e3022e1a6eaa602c4cea8912254e5582c9c692e9167714182244801b1"
|
2017-01-16 16:59:18 +03:00
|
|
|
"checksum memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1dbccc0e46f1ea47b9f17e6d67c5a96bd27030519c519c9c91327e31275a47b4"
|
2017-02-08 01:18:50 +03:00
|
|
|
"checksum metadeps 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "829fffe7ea1d747e23f64be972991bc516b2f1ac2ae4a3b33d8bea150c410151"
|
2016-08-28 19:40:16 +03:00
|
|
|
"checksum mime 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b5c93a4bd787ddc6e7833c519b73a50883deb5863d76d9b71eb8216fb7f94e66"
|
2016-12-24 15:37:12 +03:00
|
|
|
"checksum mime_guess 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76da6df85047af8c0edfa53f48eb1073012ce1cc95c8fedc0a374f659a89dd65"
|
2017-02-15 00:17:24 +03:00
|
|
|
"checksum miniz-sys 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "28eaee17666671fa872e567547e8428e83308ebe5808cdf6a0e28397dbe2c726"
|
2017-02-16 14:53:49 +03:00
|
|
|
"checksum mio 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "eecdbdd49a849336e77b453f021c89972a2cfb5b51931a0026ae0ac4602de681"
|
|
|
|
"checksum miow 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3a78d2605eb97302c10cf944b8d96b0a2a890c52957caf92fcd1f24f69049579"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum mozjs_sys 0.0.0 (git+https://github.com/servo/mozjs)" = "<none>"
|
2016-09-30 15:45:55 +03:00
|
|
|
"checksum mp3-metadata 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2f61cf32f7fc3cec83a15a255ac60bceb6cac59a7ce190cb824ca25c0fce0feb"
|
2016-12-24 15:37:12 +03:00
|
|
|
"checksum mp4parse 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1e1736d06703a9cb5228b5a8151acc79bf5ba7669a810243852bcad4d3a25504"
|
2016-08-28 19:40:16 +03:00
|
|
|
"checksum net2 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)" = "5edf9cb6be97212423aed9413dd4729d62b370b5e1c571750e882cebbbc1e3e2"
|
2016-09-12 16:18:10 +03:00
|
|
|
"checksum nodrop 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0dbbadd3f4c98dea0bd3d9b4be4c0cdaf1ab57035cb2e41fce3983db5add7cc5"
|
2016-11-09 10:23:55 +03:00
|
|
|
"checksum nom 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b8c256fd9471521bcb84c3cdba98921497f1a331cbc15b8030fc63b82050ce"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum num-integer 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "fb24d9bfb3f222010df27995441ded1e954f8f69cd35021f6bef02ca9552fb92"
|
|
|
|
"checksum num-iter 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "287a1c9969a847055e1122ec0ea7a5c5d6f72aad97934e131c83d5c08ab4e45c"
|
2016-08-28 19:40:16 +03:00
|
|
|
"checksum num-rational 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)" = "54ff603b8334a72fbb27fe66948aac0abaaa40231b3cecd189e76162f6f38aaf"
|
2016-12-24 15:37:12 +03:00
|
|
|
"checksum num-traits 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)" = "a16a42856a256b39c6d3484f097f6713e14feacd9bfb02290917904fae46c81c"
|
2017-01-07 10:34:20 +03:00
|
|
|
"checksum num_cpus 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a225d1e2717567599c24f88e49f00856c6e825a12125181ee42c4257e3688d39"
|
2016-12-24 15:37:12 +03:00
|
|
|
"checksum objc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "877f30f37acef6749b1841cceab289707f211aecfc756553cd63976190e6cc2e"
|
|
|
|
"checksum odds 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)" = "c3df9b730298cea3a1c3faa90b7e2f9df3a9c400d0936d6015e6165734eefcba"
|
2017-02-18 23:10:26 +03:00
|
|
|
"checksum offscreen_gl_context 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b33309fc17d50be59b466fe26a337023f297e8c9e9032ca0ccfdcdf3c0c627d0"
|
2016-09-12 16:18:10 +03:00
|
|
|
"checksum ogg 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "426d8dc59cdd206be1925461087350385c0a02f291d87625829c6d08e72b457b"
|
2016-09-10 00:28:34 +03:00
|
|
|
"checksum ogg_metadata 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e755cc735fa6faa709cb23048433d9201d6caa85fa96215386ccdd5e9b40ad01"
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"checksum open 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3478ed1686bd1300c8a981a940abc92b06fac9cbef747f4c668d4e032ff7b842"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum openssl 0.7.14 (registry+https://github.com/rust-lang/crates.io-index)" = "c4117b6244aac42ed0150a6019b4d953d28247c5dd6ae6f46ae469b5f2318733"
|
2016-08-28 19:40:16 +03:00
|
|
|
"checksum openssl-sys 0.7.17 (registry+https://github.com/rust-lang/crates.io-index)" = "89c47ee94c352eea9ddaf8e364be7f978a3bb6d66d73176572484238dd5a5c3f"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum openssl-sys-extras 0.7.14 (registry+https://github.com/rust-lang/crates.io-index)" = "11c5e1dba7d3d03d80f045bf0d60111dc69213b67651e7c889527a3badabb9fa"
|
|
|
|
"checksum openssl-verify 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ed86cce894f6b0ed4572e21eb34026f1dc8869cb9ee3869029131bc8c3feb2d"
|
2017-02-15 00:17:24 +03:00
|
|
|
"checksum ordered-float 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "da12c96037889ae0be29dd2bdd260e5a62a7df24e6466d5a15bb8131c1c200a8"
|
2016-09-28 05:46:13 +03:00
|
|
|
"checksum osmesa-src 12.0.1 (git+https://github.com/servo/osmesa-src)" = "<none>"
|
|
|
|
"checksum osmesa-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "88cfece6e95d2e717e0872a7f53a8684712ad13822a7979bc760b9c77ec0013b"
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"checksum owning_ref 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "9d52571ddcb42e9c900c901a18d8d67e393df723fcd51dd59c5b1a85d0acb6cc"
|
2017-02-15 00:17:24 +03:00
|
|
|
"checksum parking_lot 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "fa12d706797d42551663426a45e2db2e0364bd1dbf6aeada87e89c5f981f43e9"
|
2016-12-24 15:37:12 +03:00
|
|
|
"checksum parking_lot_core 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fb1b97670a2ffadce7c397fb80a3d687c4f3060140b885621ef1653d0e5d5068"
|
2017-02-15 00:17:24 +03:00
|
|
|
"checksum pdqsort 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ceca1642c89148ca05611cc775a0c383abef355fc4907c4e95f49f7b09d6287c"
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +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"
|
|
|
|
"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum pnacl-build-helper 1.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "61c9231d31aea845007443d62fcbb58bb6949ab9c18081ee1e09920e0cf1118b"
|
2017-01-11 16:37:45 +03:00
|
|
|
"checksum png 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3cb773e9a557edb568ce9935cf783e3cdcabe06a9449d41b3e5506d88e582c82"
|
2017-01-26 09:41:24 +03:00
|
|
|
"checksum quasi 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dcbf815446dc6a0afbc72d88f9a8aa71b608d10b168e09437c80c0fd6fd410c9"
|
|
|
|
"checksum quasi_codegen 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b06172e92ab0099427609854ffb1512c377be5fc4beaf572ae5d5a01b8359596"
|
2016-11-09 10:23:55 +03:00
|
|
|
"checksum quine-mc_cluskey 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"checksum quote 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)" = "e7b44fd83db28b83c1c58187159934906e5e955c812e211df413b76b03c909a5"
|
2016-12-24 15:37:12 +03:00
|
|
|
"checksum rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "022e0636ec2519ddae48154b028864bdce4eaf7d35226ab8e65c611be97b189d"
|
2016-12-21 22:11:12 +03:00
|
|
|
"checksum rayon 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50c575b58c2b109e2fbc181820cbe177474f35610ff9e357dc75f6bac854ffbf"
|
2017-01-17 21:00:46 +03:00
|
|
|
"checksum redox_syscall 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "8dd35cc9a8bdec562c757e3d43c1526b5c6d2653e23e2315065bc25556550753"
|
2016-12-01 14:57:14 +03:00
|
|
|
"checksum ref_filter_map 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2b5ceb840e4009da4841ed22a15eb49f64fdd00a2138945c5beacf506b2fb5ed"
|
2016-12-24 15:37:12 +03:00
|
|
|
"checksum ref_slice 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "825740057197b7d43025e7faf6477eaabc03434e153233da02d1f44602f71527"
|
2017-01-16 16:59:18 +03:00
|
|
|
"checksum regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4278c17d0f6d62dfef0ab00028feb45bd7d2102843f80763474eeb1be8a10c01"
|
|
|
|
"checksum regex-syntax 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9191b1f57603095f105d317e375d19b1c9c5c3185ea9633a99a6dcbed04457"
|
2017-02-18 23:10:26 +03:00
|
|
|
"checksum rust-webvr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4ae0560bf176cd49f08d3df2784f9bfe74df6f6346b71b98ca3358160316e271"
|
2016-12-24 15:37:12 +03:00
|
|
|
"checksum rustc-demangle 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1430d286cadb237c17c885e25447c982c97113926bb579f4379c0eca8d9586dc"
|
|
|
|
"checksum rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = "237546c689f20bb44980270c73c3b9edd0891c1be49cc1274406134a66d3957b"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "c5f5376ea5e30ce23c03eb77cbe4962b988deead10910c372b226388b594c084"
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"checksum same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d931a44fdaa43b8637009e7632a02adc4f2b2e0733c08caa4cf00e8da4a117a7"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum scoped_threadpool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "3ef399c8893e8cb7aa9696e895427fab3a6bf265977bb96e126f24ddd2cda85a"
|
|
|
|
"checksum semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)" = "d4f410fedcf71af0345d7607d246e7ad15faaadd49d240ee3b24e5dc21a820ac"
|
2016-11-09 10:23:55 +03:00
|
|
|
"checksum semver 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2d5b7638a1f03815d94e88cb3b3c08e87f0db4d683ef499d1836aaf70a45623f"
|
2017-02-18 23:10:26 +03:00
|
|
|
"checksum serde 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1e0ed773960f90a78567fcfbe935284adf50c5d7cf119aa2cf43bb0b4afa69bb"
|
|
|
|
"checksum serde_codegen 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1f94de585a73dfc312ca77194209278a587bf90d3edc6c2d0fc479b0ed71d1f0"
|
2017-01-26 09:41:24 +03:00
|
|
|
"checksum serde_codegen_internals 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "afad7924a009f859f380e4a2e3a509a845c2ac66435fcead74a4d983b21ae806"
|
2017-02-18 23:10:26 +03:00
|
|
|
"checksum serde_codegen_internals 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c3172bf2940b975c0e4f6ab42a511c0a4407d4f46ccef87a9d3615db5c26fa96"
|
|
|
|
"checksum serde_derive 0.9.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6af30425c5161deb200aac4803c62b903eb3be7e889c5823d0e16c4ce0ce989c"
|
|
|
|
"checksum serde_json 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)" = "e095e4e94e7382b76f48e93bd845ffddda62df8dfd4c163b1bfa93d40e22e13a"
|
2017-02-19 02:31:36 +03:00
|
|
|
"checksum servo-dwrote 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9f013da79c3fb2a9653534b064cd2ca62e10f8b6d19ed8fdc885cb2873412789"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum servo-egl 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "21069a884c33fe6ee596975e1f3849ed88c4ec857fbaf11d33672d8ebe051217"
|
2016-08-28 19:40:16 +03:00
|
|
|
"checksum servo-fontconfig 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "93f799b649b4a2bf362398910eca35240704c7e765e780349b2bb1070d892262"
|
2016-10-24 17:59:41 +03:00
|
|
|
"checksum servo-fontconfig-sys 4.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a0af4a4d7746467921486e5c5420f815cc016a6bf5574210d8e9c00f4afae224"
|
2016-11-03 04:19:00 +03:00
|
|
|
"checksum servo-freetype-sys 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9232032c2e85118c0282c6562c84cab12316e655491ba0a5d1905b2320060d1b"
|
2017-02-18 23:10:26 +03:00
|
|
|
"checksum servo-glutin 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51b682e1eef598db6048b64face7ea79fd55fe70d171cb92d2a44a89db7bdf34"
|
|
|
|
"checksum servo-skia 0.30000003.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e7107296909e71f69a7e8b95becf3efe3e1838e556430b3efc9dc91aea65ddf2"
|
2016-11-07 21:47:58 +03:00
|
|
|
"checksum sha1 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cc30b1e1e8c40c121ca33b86c23308a090d19974ef001b4bf6e61fd1a0fb095c"
|
2016-08-28 19:40:16 +03:00
|
|
|
"checksum shared_library 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fb04126b6fcfd2710fb5b6d18f4207b6c535f2850a7e1a43bcd526d44f30a79a"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum shell32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72f20b8f3c060374edb8046591ba28f62448c369ccbdc7b02075103fb3a9e38d"
|
|
|
|
"checksum sig 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c6649e43c1a1e68d29ed56d0dc3b5b6cf3b901da77cf107c4066b9e3da036df5"
|
2016-10-01 12:18:56 +03:00
|
|
|
"checksum signpost 0.1.0 (git+https://github.com/pcwalton/signpost.git)" = "<none>"
|
2017-02-04 18:10:00 +03:00
|
|
|
"checksum simd 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a94d14a2ae1f1f110937de5fb69e494372560181c7e1739a097fcc2cee37ba0"
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"checksum siphasher 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2ffc669b726f2bc9a3bcff66e5e23b56ba6bf70e22a34c3d7b6d0b3450b65b84"
|
2017-02-16 14:53:49 +03:00
|
|
|
"checksum slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum smallvec 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "fcc8d19212aacecf95e4a7a2179b26f7aeb9732a915cf01f05b0d3e044865410"
|
|
|
|
"checksum solicit 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "172382bac9424588d7840732b250faeeef88942e37b6e35317dce98cafdd75b2"
|
2017-02-18 23:10:26 +03:00
|
|
|
"checksum string_cache 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c19dbe4d2552673a8c4ec0e91523670ee2b73ba3560d935703ce5d64a40f864c"
|
2016-12-24 15:37:12 +03:00
|
|
|
"checksum string_cache_codegen 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0c9dfe1a7c8bba1ecb90730d269fdc08afe93d23c28dd6c4aa5cabd79a05a05e"
|
servo: Merge #14043 - Update to string-cache 0.3 (from servo:string-cache-up); r=nox
Previously, `string-cache` defined:
* An string-like `Atom` type,
* An `atom!("foo")` macro that expands to a value of that type, for a set of strings known at compile-time,
* A `struct Namespace(Atom);` type
* A `ns!(html)` macro that maps known prefixed to `Namespace` values with the corresponding namespace URL.
Adding a string to the static set required making a change to the `string-cache` crate.
With 0.3, the `Atom` type is now generic, with a type parameter that provides a set of static strings. We can have multiple such sets, defined in different crates. The `string_cache_codegen` crate, to be used in build scripts, generates code that defines such a set, a new atom type (a type alias for `Atom<_>` with the type parameter set), and an `atom!`-like macro.
The html5ever repository has a new `html5ever_atoms` crate that defines three such types: `Prefix`, `Namespace`, and `LocalName` (with respective `namespace_prefix!`, `namespace_url!`, and `local_name!` macros). It also defines the `ns!` macro like before.
This repository has a new `servo_atoms` crate in `components/atoms` that, for now, defines a single `Atom` type (and `atom!`) macro. (`servo_atoms::Atom` is defined as something like `type Atom = string_cache::Atom<ServoStaticStringSet>;`, so overall there’s now two types named `Atom`.)
In this PR, `servo_atoms::Atom` is used for everything else that was `string_cache::Atom` before. But more atom types can be defined as needed. Two reasons to do this are to auto-generate the set of static strings (I’m planning to do this for CSS property names, which is the motivation for this change), or to have the type system help us avoid mix up unrelated things (this is why we had a `Namespace` type ever before this change).
Introducing new types helped me find a bug: when creating a new attribute `dom::Element::set_style_attr`, would pass `Some(atom!("style"))` instead of `None` (now `Option<html5ever_atoms::Prefix>` instead of `Option<string_cache::Atom>`) to the `prefix` argument of `Attr::new`. I suppose the author of that code confused it with the `local_name` argument.
---
Note that Stylo is not affected by any of this. The `gecko_string_cache` module is unchanged, with a single `Atom` type. The `style` crate conditionally compiles `Prefix` and `LocalName` re-exports for that are both `gecko_string_cache::Atom` on stylo.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).
<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Source-Repo: https://github.com/servo/servo
Source-Revision: 5b4cc9568dbd5c15e5d2fbc62719172f11566ffa
2016-11-03 19:19:44 +03:00
|
|
|
"checksum string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b1884d1bc09741d466d9b14e6d37ac89d6909cbcac41dd9ae982d4d063bbedfc"
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694"
|
2017-02-15 00:17:24 +03:00
|
|
|
"checksum syn 0.10.8 (registry+https://github.com/rust-lang/crates.io-index)" = "58fd09df59565db3399efbba34ba8a2fec1307511ebd245d0061ff9d42691673"
|
2017-02-18 23:10:26 +03:00
|
|
|
"checksum syn 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f4f94368aae82bb29656c98443a7026ca931a659e8d19dcdc41d6e273054e820"
|
2017-02-15 00:17:24 +03:00
|
|
|
"checksum synstructure 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a811f8e51453cada27c033be6b5fdac6e4e63981983702eb85b4c897a25ecc6c"
|
2017-01-26 09:41:24 +03:00
|
|
|
"checksum syntex 0.54.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb3f52553a966675982404dc34028291b347e0c9a9c0b0b34f2da6be8a0443f8"
|
|
|
|
"checksum syntex_errors 0.54.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dee2f6e49c075f71332bb775219d5982bee6732d26227fa1ae1b53cdb12f5cc5"
|
|
|
|
"checksum syntex_pos 0.54.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8df3921c7945dfb9ffc53aa35adb2cf4313b5ab5f079c3619b3d4eb82a0efc2b"
|
|
|
|
"checksum syntex_syntax 0.54.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dc960085bae44591e22d01f6c0e82a8aec832f8659aca556cdf8ecbdac2bb47b"
|
2017-02-18 23:10:26 +03:00
|
|
|
"checksum target_build_utils 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f42dc058080c19c6a58bdd1bf962904ee4f5ef1fe2a81b529f31dacc750c679f"
|
2016-08-28 19:40:16 +03:00
|
|
|
"checksum tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "87974a6f5c1dfb344d733055601650059a3363de2a6104819293baff662132d6"
|
|
|
|
"checksum tendril 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cebf864c2d90394a1b66d6fe45963f9a177f2af81a0edea5060f77627f9c4587"
|
2017-02-15 00:17:24 +03:00
|
|
|
"checksum term 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d168af3930b369cfe245132550579d47dfd873d69470755a19c2c6568dbbd989"
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"checksum term_size 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "71662702fe5cd2cf95edd4ad655eea42f24a87a0e44059cbaa4e55260b7bc331"
|
2017-01-16 16:59:18 +03:00
|
|
|
"checksum thread-id 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4437c97558c70d129e40629a5b385b3fb1ffac301e63941335e4d354081ec14a"
|
|
|
|
"checksum thread_local 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7793b722f0f77ce716e7f1acf416359ca32ff24d04ffbac4269f44a4a83be05d"
|
2017-02-14 09:24:53 +03:00
|
|
|
"checksum thread_profiler 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf947d192a9be60ef5131cc7a4648886ba89d712f16700ebbf80c8a69d05d48f"
|
2016-08-28 19:40:16 +03:00
|
|
|
"checksum threadpool 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "59f6d3eff89920113dac9db44dde461d71d01e88a5b57b258a0466c32b5d7fe1"
|
2017-01-17 21:00:46 +03:00
|
|
|
"checksum time 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)" = "211b63c112206356ef1ff9b19355f43740fc3f85960c598a93d3a3d3ba7beade"
|
2017-01-06 09:49:19 +03:00
|
|
|
"checksum tinyfiledialogs 2.5.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1d401358cd71aca93d5f4fccd3db5b87d970ae70fe457911929d99f4a87f7531"
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"checksum toml 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "736b60249cb25337bc196faa43ee12c705e426f3d55c214d73a4e7be06f92cb4"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum traitobject 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "07eaeb7689bb7fca7ce15628319635758eda769fed481ecfe6686ddef2600616"
|
2017-02-18 01:53:56 +03:00
|
|
|
"checksum truetype 0.26.0 (registry+https://github.com/rust-lang/crates.io-index)" = "acec30350633d6dac9dc1a625786b6cbe9150664be941aac2c35ad7199eab877"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887"
|
|
|
|
"checksum unicase 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "13a5906ca2b98c799f4b1ab4557b76367ebd6ae5ef14930ec841c74aed5f3764"
|
2017-02-18 01:53:56 +03:00
|
|
|
"checksum unicode-bidi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d3a078ebdd62c0e71a709c3d53d2af693fe09fe93fbff8344aebe289b78f9032"
|
2017-02-15 00:17:24 +03:00
|
|
|
"checksum unicode-normalization 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e28fa37426fceeb5cf8f41ee273faa7c82c47dc8fba5853402841e665fcd86ff"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum unicode-script 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e5430ae21ef212551680d0021fc7dbd936e8b268c5ea8fdae8814e0b2496d80f"
|
2017-02-15 00:17:24 +03:00
|
|
|
"checksum unicode-segmentation 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "18127285758f0e2c6cf325bb3f3d138a12fee27de4f23e146cd6a179f26c2cf3"
|
2017-01-26 09:41:24 +03:00
|
|
|
"checksum unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f"
|
|
|
|
"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1f2ae5ddb18e1c92664717616dd9549dde73f539f01bd7b77c2edb2446bdff91"
|
2017-01-27 04:02:46 +03:00
|
|
|
"checksum url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f5ba8a749fb4479b043733416c244fa9d1d3af3d7c23804944651c8a448cb87e"
|
2017-02-18 23:10:26 +03:00
|
|
|
"checksum url_serde 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c89041feeb06fab9bbf5e3b3fef87605f263e0d98ea080a500a11f41295e230"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum user32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4ef4711d107b21b410a3a974b1204d9accc8b10dad75d8324b5d755de1617d47"
|
|
|
|
"checksum utf-8 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9aee9ba280438b56d1ebc5329f2094f0ff457f811eeeff0b278d75aa99db400"
|
2017-01-16 16:59:18 +03:00
|
|
|
"checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122"
|
2017-02-18 23:10:26 +03:00
|
|
|
"checksum uuid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7cfec50b0842181ba6e713151b72f4ec84a6a7e2c9c8a8a3ffc37bb1cd16b231"
|
2017-01-26 09:41:24 +03:00
|
|
|
"checksum vec_map 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cac5efe5cb0fa14ec2f84f83c701c562ee63f6dcc680861b21d65c682adfb05f"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
servo: Merge #15355 - Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir (from mbrubeck:always-be-updating); r=jdm
Source-Repo: https://github.com/servo/servo
Source-Revision: 6553a5c1e088c0a13581834af5e8ab150af87fee
2017-02-02 22:44:01 +03:00
|
|
|
"checksum walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bb08f9e670fab86099470b97cd2b252d6527f0b3cc1401acdb595ffc9dd288ff"
|
2017-01-30 23:09:22 +03:00
|
|
|
"checksum webdriver 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cdc28802daddee94267a657ffeac2593a33881fb7a3a44fedd320b1319efcaf6"
|
2017-02-18 23:10:26 +03:00
|
|
|
"checksum webrender 0.17.0 (git+https://github.com/servo/webrender)" = "<none>"
|
|
|
|
"checksum webrender_traits 0.16.0 (git+https://github.com/servo/webrender)" = "<none>"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum websocket 0.17.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4a1a6ea5ed0367f32eb3d94dcc58859ef4294b5f75ba983dbf56ac314af45d"
|
2016-08-28 19:40:16 +03:00
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
2017-02-17 12:01:39 +03:00
|
|
|
"checksum ws 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "97d37277cc93aa9f313a6e2363576988714f0e7f147179bb8f272ceb3e4a83b1"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
2017-02-08 01:18:50 +03:00
|
|
|
"checksum x11 2.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "124eb405bf0262a54e1a982d4ffe4cd1c24261bdb306e49996e2ce7d492284a8"
|
|
|
|
"checksum x11-dl 2.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bf1f9986368c9bbdd8191a783a7ceb42e0c9c6d3348616c873f829b3288a139c"
|
2016-08-17 21:22:52 +03:00
|
|
|
"checksum xdg 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "77b831a5ba77110f438f0ac5583aafeb087f70432998ba6b7dcb1d32185db453"
|
2017-02-08 01:18:50 +03:00
|
|
|
"checksum xi-unicode 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "12ea8eda4b1eb72f02d148402e23832d56a33f55d8c1b2d5bcdde91d79d47cb1"
|
2016-12-24 15:37:12 +03:00
|
|
|
"checksum xml-rs 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f2b15eed12692bd59d15e98ee7f8dc8408465b992d8ddb4d1672c24865132ec7"
|
2017-02-18 23:10:26 +03:00
|
|
|
"checksum xml5ever 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "84b14e3bfa3689bd9eecf9c32423000deefd5c7ec1c0bc2f57926a40dabf7e5e"
|