mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
WebRender is an experimental GPU accelerated rendering backend for Servo. The WebRender backend can be specified by running Servo with the -w option (otherwise the default rendering backend will be used). WebRender has many bugs, and missing features - but it is usable to browse most websites - please report any WebRender specific rendering bugs you encounter!
2154 lines
81 KiB
TOML
2154 lines
81 KiB
TOML
[root]
|
|
name = "b2s"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"compositing 0.0.1",
|
|
"devtools 0.0.1",
|
|
"env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"errno 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gfx 0.0.1",
|
|
"gleam 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"layers 0.2.2 (git+https://github.com/servo/rust-layers)",
|
|
"layout 0.0.1",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"msg 0.0.1",
|
|
"net_traits 0.0.1",
|
|
"profile 0.0.1",
|
|
"script 0.0.1",
|
|
"script_traits 0.0.1",
|
|
"servo 0.0.1",
|
|
"servo-egl 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"style_traits 0.0.1",
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "advapi32-sys"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aho-corasick"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"memchr 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "android_glue"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "angle"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/ecoal95/angle?branch=servo#b31e70ef5cb675582de910d09b0c385ea2000a64"
|
|
dependencies = [
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "app_units"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aster"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "azure"
|
|
version = "0.4.1"
|
|
source = "git+https://github.com/servo/rust-azure#d85c4f5d46338fcba3795ad3adc89cac9a64873f"
|
|
dependencies = [
|
|
"core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"freetype 0.1.0 (git+https://github.com/servo/rust-freetype)",
|
|
"heapsize 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"servo-egl 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"servo-freetype-sys 2.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"servo-skia 0.20130412.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"x11 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bincode"
|
|
version = "0.4.0"
|
|
source = "git+https://github.com/TyOverby/bincode#590a862b4368910a5285ca8e970163f21a752b8d"
|
|
dependencies = [
|
|
"byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "block"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "brotli"
|
|
version = "0.3.20"
|
|
source = "git+https://github.com/ende76/brotli-rs#c243045b88b2d2924c35269586fa9b770184c74c"
|
|
|
|
[[package]]
|
|
name = "byteorder"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "canvas"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"azure 0.4.1 (git+https://github.com/servo/rust-azure)",
|
|
"canvas_traits 0.0.1",
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gfx_traits 0.0.1",
|
|
"gleam 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)",
|
|
"layers 0.2.2 (git+https://github.com/servo/rust-layers)",
|
|
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"offscreen_gl_context 0.1.0 (git+https://github.com/ecoal95/rust-offscreen-rendering-context)",
|
|
"plugins 0.0.1",
|
|
"util 0.0.1",
|
|
"webrender_traits 0.1.0 (git+https://github.com/glennw/webrender_traits)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "canvas_traits"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"azure 0.4.1 (git+https://github.com/servo/rust-azure)",
|
|
"cssparser 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gfx_traits 0.0.1",
|
|
"heapsize 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)",
|
|
"layers 0.2.2 (git+https://github.com/servo/rust-layers)",
|
|
"offscreen_gl_context 0.1.0 (git+https://github.com/ecoal95/rust-offscreen-rendering-context)",
|
|
"plugins 0.0.1",
|
|
"serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
"webrender_traits 0.1.0 (git+https://github.com/glennw/webrender_traits)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "caseless"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"regex 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"unicode-normalization 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cfg-if"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "cgl"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"gleam 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clipboard"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/aweinstock314/rust-clipboard#241deb1b5b800f91f4e0cd59789b9353ffda2d51"
|
|
dependencies = [
|
|
"clipboard-win 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"objc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"objc-foundation 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"objc_id 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"x11 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clipboard-win"
|
|
version = "1.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"user32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cocoa"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"objc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "color_quant"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "compositing"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"app_units 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"azure 0.4.1 (git+https://github.com/servo/rust-azure)",
|
|
"canvas 0.0.1",
|
|
"canvas_traits 0.0.1",
|
|
"clipboard 0.1.0 (git+https://github.com/aweinstock314/rust-clipboard)",
|
|
"core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"devtools_traits 0.0.1",
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gaol 0.0.1 (git+https://github.com/servo/gaol)",
|
|
"gfx 0.0.1",
|
|
"gfx_traits 0.0.1",
|
|
"gleam 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"image 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)",
|
|
"layers 0.2.2 (git+https://github.com/servo/rust-layers)",
|
|
"layout_traits 0.0.1",
|
|
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"msg 0.0.1",
|
|
"net_traits 0.0.1",
|
|
"num 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"offscreen_gl_context 0.1.0 (git+https://github.com/ecoal95/rust-offscreen-rendering-context)",
|
|
"plugins 0.0.1",
|
|
"profile_traits 0.0.1",
|
|
"script_traits 0.0.1",
|
|
"serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"style_traits 0.0.1",
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
"webrender 0.1.0 (git+https://github.com/glennw/webrender)",
|
|
"webrender_traits 0.1.0 (git+https://github.com/glennw/webrender_traits)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cookie"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"openssl 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-foundation"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"core-foundation-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-foundation-sys"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-graphics"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-text"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "cssparser"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "debug-builders"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "debug_unreachable"
|
|
version = "0.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"unreachable 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "devtools"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"devtools_traits 0.0.1",
|
|
"hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)",
|
|
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"msg 0.0.1",
|
|
"plugins 0.0.1",
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "devtools_traits"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)",
|
|
"msg 0.0.1",
|
|
"plugins 0.0.1",
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dlib"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libloading 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dwmapi-sys"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dylib"
|
|
version = "0.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "encoding"
|
|
version = "0.2.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"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)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "encoding-index-japanese"
|
|
version = "1.20141219.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "encoding-index-korean"
|
|
version = "1.20141219.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "encoding-index-simpchinese"
|
|
version = "1.20141219.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "encoding-index-singlebyte"
|
|
version = "1.20141219.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "encoding-index-tradchinese"
|
|
version = "1.20141219.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "encoding_index_tests"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "enum_primitive"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"num 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "env_logger"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"regex 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "errno"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "euclid"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"heapsize 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "expat-sys"
|
|
version = "2.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"make-cmd 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pkg-config 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "flate2"
|
|
version = "0.2.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"miniz-sys 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fnv"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "freetype"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/servo/rust-freetype#d564ff90a3c69d987f5c015d7ec034cfaee21aff"
|
|
dependencies = [
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fs2"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futf"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"debug_unreachable 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"mac 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gaol"
|
|
version = "0.0.1"
|
|
source = "git+https://github.com/servo/gaol#f1da35779bd3f9d4c0da7dad9c24c22dbf600c48"
|
|
dependencies = [
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gcc"
|
|
version = "0.3.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gdi32-sys"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "getopts"
|
|
version = "0.2.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "gfx"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"app_units 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"azure 0.4.1 (git+https://github.com/servo/rust-azure)",
|
|
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"canvas_traits 0.0.1",
|
|
"core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"freetype 0.1.0 (git+https://github.com/servo/rust-freetype)",
|
|
"gfx_traits 0.0.1",
|
|
"harfbuzz-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)",
|
|
"layers 0.2.2 (git+https://github.com/servo/rust-layers)",
|
|
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"mime 0.1.0 (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",
|
|
"rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"servo-fontconfig 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"servo-skia 0.20130412.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"simd 0.1.0 (git+https://github.com/huonw/simd)",
|
|
"smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"string_cache 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"style 0.0.1",
|
|
"style_traits 0.0.1",
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"unicode-script 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
"webrender_traits 0.1.0 (git+https://github.com/glennw/webrender_traits)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gfx_traits"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"azure 0.4.1 (git+https://github.com/servo/rust-azure)",
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"layers 0.2.2 (git+https://github.com/servo/rust-layers)",
|
|
"msg 0.0.1",
|
|
"plugins 0.0.1",
|
|
"serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gif"
|
|
version = "0.6.0"
|
|
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)",
|
|
"lzw 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gl_generator"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"khronos_api 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"xml-rs 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gleam"
|
|
version = "0.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"gl_generator 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"khronos_api 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glob"
|
|
version = "0.2.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "glx"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"gl_generator 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"khronos_api 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "harfbuzz-sys"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pkg-config 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hbs-common-sys"
|
|
version = "0.2.0"
|
|
source = "git+https://github.com/libheartbeats/heartbeats-simple-sys.git#9ae3875aa26610d6155b5191f832e74410558a73"
|
|
dependencies = [
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hbs-pow"
|
|
version = "0.2.0"
|
|
source = "git+https://github.com/libheartbeats/heartbeats-simple-rust.git#0f46659b465927a88b23b69b66602ded43dd37b7"
|
|
dependencies = [
|
|
"hbs-pow-sys 0.2.0 (git+https://github.com/libheartbeats/heartbeats-simple-sys.git)",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hbs-pow-sys"
|
|
version = "0.2.0"
|
|
source = "git+https://github.com/libheartbeats/heartbeats-simple-sys.git#9ae3875aa26610d6155b5191f832e74410558a73"
|
|
dependencies = [
|
|
"hbs-common-sys 0.2.0 (git+https://github.com/libheartbeats/heartbeats-simple-sys.git)",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pkg-config 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "heapsize"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "heapsize_plugin"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "hpack"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "html5ever"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"heapsize 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"mac 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"phf 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"phf_codegen 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"string_cache 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"tendril 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "httparse"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "hyper"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"cookie 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"httparse 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"language-tags 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"mime 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num_cpus 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"openssl 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"solicit 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"traitobject 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"unicase 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "image"
|
|
version = "0.5.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"enum_primitive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gif 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"glob 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"png 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "immeta"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "inflate"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "io-surface"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"cgl 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gleam 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"leaky-cow 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ipc-channel"
|
|
version = "0.2.0"
|
|
source = "git+https://github.com/servo/ipc-channel#1a1f4c976b62db1265ecd036d951aa8c9b402a9d"
|
|
dependencies = [
|
|
"bincode 0.4.0 (git+https://github.com/TyOverby/bincode)",
|
|
"byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "js"
|
|
version = "0.1.2"
|
|
source = "git+https://github.com/servo/rust-mozjs#d88f289340ff32f0aa118e4621e250c0fa2f71e0"
|
|
dependencies = [
|
|
"heapsize 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"mozjs_sys 0.0.0 (git+https://github.com/servo/mozjs)",
|
|
"num 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "kernel32-sys"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "khronos_api"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "language-tags"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "layers"
|
|
version = "0.2.2"
|
|
source = "git+https://github.com/servo/rust-layers#dd28dbee88fa18cfe416403d59e9c74c7299d7ab"
|
|
dependencies = [
|
|
"azure 0.4.1 (git+https://github.com/servo/rust-azure)",
|
|
"cgl 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gleam 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"glx 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"io-surface 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"servo-egl 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"servo-skia 0.20130412.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"x11 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "layout"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"app_units 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"azure 0.4.1 (git+https://github.com/servo/rust-azure)",
|
|
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"canvas 0.0.1",
|
|
"canvas_traits 0.0.1",
|
|
"cssparser 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gfx 0.0.1",
|
|
"gfx_traits 0.0.1",
|
|
"heapsize 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)",
|
|
"layout_traits 0.0.1",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.4 (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",
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"script 0.0.1",
|
|
"script_traits 0.0.1",
|
|
"selectors 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_json 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"string_cache 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"style 0.0.1",
|
|
"style_traits 0.0.1",
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"unicode-bidi 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"unicode-script 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
"webrender_traits 0.1.0 (git+https://github.com/glennw/webrender_traits)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "layout_traits"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"gfx 0.0.1",
|
|
"ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)",
|
|
"msg 0.0.1",
|
|
"net_traits 0.0.1",
|
|
"profile_traits 0.0.1",
|
|
"script_traits 0.0.1",
|
|
"serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
"webrender_traits 0.1.0 (git+https://github.com/glennw/webrender_traits)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lazy_static"
|
|
version = "0.1.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "leak"
|
|
version = "0.1.1"
|
|
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 = [
|
|
"leak 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "libloading"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libressl-pnacl-sys"
|
|
version = "2.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"pnacl-build-helper 1.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libz-sys"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"gcc 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pkg-config 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "log"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lzw"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "mac"
|
|
version = "0.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "make-cmd"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "malloc_buf"
|
|
version = "0.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "matches"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "memchr"
|
|
version = "0.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memmap"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"fs2 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mime"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mime_guess"
|
|
version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"mime 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miniz-sys"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"gcc 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mozjs_sys"
|
|
version = "0.0.0"
|
|
source = "git+https://github.com/servo/mozjs#5ac99916d4b9c1d1c2ffc896619f1daaf8fc84c4"
|
|
dependencies = [
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libz-sys 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "msg"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cssparser 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)",
|
|
"layers 0.2.2 (git+https://github.com/servo/rust-layers)",
|
|
"plugins 0.0.1",
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
"webrender_traits 0.1.0 (git+https://github.com/glennw/webrender_traits)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "net"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"brotli 0.3.20 (git+https://github.com/ende76/brotli-rs)",
|
|
"cookie 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"devtools_traits 0.0.1",
|
|
"flate2 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"immeta 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)",
|
|
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"mime_guess 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"msg 0.0.1",
|
|
"net_traits 0.0.1",
|
|
"openssl 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"plugins 0.0.1",
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
"uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"webrender_traits 0.1.0 (git+https://github.com/glennw/webrender_traits)",
|
|
"websocket 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "net2"
|
|
version = "0.2.19"
|
|
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)",
|
|
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ws2_32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "net_traits"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"heapsize 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"image 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)",
|
|
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"msg 0.0.1",
|
|
"plugins 0.0.1",
|
|
"serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"stb_image 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
"websocket 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num"
|
|
version = "0.1.28"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num_cpus"
|
|
version = "0.2.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "objc"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "objc-foundation"
|
|
version = "0.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"block 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"objc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"objc_id 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "objc_id"
|
|
version = "0.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"objc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "offscreen_gl_context"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/ecoal95/rust-offscreen-rendering-context#aa899f18860c1bdc503350a67cd89fd9e339d392"
|
|
dependencies = [
|
|
"cgl 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gl_generator 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gleam 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"khronos_api 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"x11 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openssl"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"openssl-sys 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"openssl-sys-extras 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openssl-sys"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libressl-pnacl-sys 2.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pkg-config 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openssl-sys-extras"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"gcc 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"openssl-sys 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "osmesa-sys"
|
|
version = "0.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"shared_library 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf"
|
|
version = "0.7.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"debug-builders 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"phf_shared 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf_codegen"
|
|
version = "0.7.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"phf_generator 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"phf_shared 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf_generator"
|
|
version = "0.7.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"phf_shared 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf_shared"
|
|
version = "0.7.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "pkg-config"
|
|
version = "0.3.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "plugins"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"tenacious 0.0.15 (git+https://github.com/Manishearth/rust-tenacious)",
|
|
"url 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pnacl-build-helper"
|
|
version = "1.4.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"tempdir 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "png"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"flate2 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"inflate 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "profile"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"hbs-pow 0.2.0 (git+https://github.com/libheartbeats/heartbeats-simple-rust.git)",
|
|
"ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"plugins 0.0.1",
|
|
"profile_traits 0.0.1",
|
|
"regex 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"task_info 0.0.1",
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "profile_traits"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)",
|
|
"plugins 0.0.1",
|
|
"serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quasi"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "quasi_codegen"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"aster 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quasi_macros"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"quasi_codegen 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quickersort"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"num 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"unreachable 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.3.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ref_slice"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "regex"
|
|
version = "0.1.51"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"aho-corasick 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"memchr 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"regex-syntax 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex-syntax"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "rustc-serialize"
|
|
version = "0.3.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "rustc_version"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scoped_threadpool"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"rustc_version 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "script"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"angle 0.1.0 (git+https://github.com/ecoal95/angle?branch=servo)",
|
|
"app_units 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"canvas 0.0.1",
|
|
"canvas_traits 0.0.1",
|
|
"caseless 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cssparser 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"devtools_traits 0.0.1",
|
|
"encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gfx_traits 0.0.1",
|
|
"heapsize 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"html5ever 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"image 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)",
|
|
"js 0.1.2 (git+https://github.com/servo/rust-mozjs)",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"msg 0.0.1",
|
|
"net_traits 0.0.1",
|
|
"num 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"offscreen_gl_context 0.1.0 (git+https://github.com/ecoal95/rust-offscreen-rendering-context)",
|
|
"plugins 0.0.1",
|
|
"profile_traits 0.0.1",
|
|
"rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ref_slice 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"script_traits 0.0.1",
|
|
"selectors 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"string_cache 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"style 0.0.1",
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"unicase 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
"uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"websocket 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"xml5ever 0.1.1 (git+https://github.com/Ygg01/xml5ever)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "script_traits"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"app_units 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"canvas_traits 0.0.1",
|
|
"devtools_traits 0.0.1",
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gfx_traits 0.0.1",
|
|
"heapsize 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"msg 0.0.1",
|
|
"net_traits 0.0.1",
|
|
"offscreen_gl_context 0.1.0 (git+https://github.com/ecoal95/rust-offscreen-rendering-context)",
|
|
"plugins 0.0.1",
|
|
"profile_traits 0.0.1",
|
|
"serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"style_traits 0.0.1",
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "selectors"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cssparser 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quickersort 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"string_cache 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver"
|
|
version = "0.1.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "serde"
|
|
version = "0.6.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"num 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_codegen"
|
|
version = "0.6.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"aster 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quasi 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quasi_macros 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_json"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"num 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_macros"
|
|
version = "0.6.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"serde_codegen 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "servo"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"canvas 0.0.1",
|
|
"canvas_traits 0.0.1",
|
|
"compositing 0.0.1",
|
|
"devtools 0.0.1",
|
|
"devtools_traits 0.0.1",
|
|
"env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gaol 0.0.1 (git+https://github.com/servo/gaol)",
|
|
"gfx 0.0.1",
|
|
"gleam 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)",
|
|
"layers 0.2.2 (git+https://github.com/servo/rust-layers)",
|
|
"layout 0.0.1",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"msg 0.0.1",
|
|
"net 0.0.1",
|
|
"net_traits 0.0.1",
|
|
"offscreen_gl_context 0.1.0 (git+https://github.com/ecoal95/rust-offscreen-rendering-context)",
|
|
"profile 0.0.1",
|
|
"profile_traits 0.0.1",
|
|
"script 0.0.1",
|
|
"script_traits 0.0.1",
|
|
"style 0.0.1",
|
|
"url 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
"webrender 0.1.0 (git+https://github.com/glennw/webrender)",
|
|
"webrender_traits 0.1.0 (git+https://github.com/glennw/webrender_traits)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "servo-egl"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "servo-fontconfig"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"servo-fontconfig-sys 2.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "servo-fontconfig-sys"
|
|
version = "2.11.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"expat-sys 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pkg-config 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"servo-freetype-sys 2.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "servo-freetype-sys"
|
|
version = "2.4.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"pkg-config 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "servo-glutin"
|
|
version = "0.4.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"android_glue 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cgl 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cocoa 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"dwmapi-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gdi32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gl_generator 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"khronos_api 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"objc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"osmesa-sys 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"shared_library 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"shell32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"user32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"wayland-client 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"wayland-kbd 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"wayland-window 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"x11-dl 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "servo-skia"
|
|
version = "0.20130412.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"cgl 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"expat-sys 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gleam 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"glx 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"io-surface 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"servo-egl 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"servo-fontconfig 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"servo-freetype-sys 2.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"servo-glutin 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"x11 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "shared_library"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "shell32-sys"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "simd"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/huonw/simd#03de1cd0a278ab902b4beb402d57505f3797ea56"
|
|
|
|
[[package]]
|
|
name = "smallvec"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "solicit"
|
|
version = "0.4.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"hpack 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "stb_image"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "string_cache"
|
|
version = "0.2.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"debug_unreachable 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"phf_generator 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"phf_shared 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "style"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"app_units 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cssparser 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"plugins 0.0.1",
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"selectors 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"string_cache 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"style_traits 0.0.1",
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "style_traits"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"cssparser 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"plugins 0.0.1",
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"selectors 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "task_info"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"gcc 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tempdir"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tempfile"
|
|
version = "1.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tenacious"
|
|
version = "0.0.15"
|
|
source = "git+https://github.com/Manishearth/rust-tenacious#ea664e2dfe6f0a1a108ab5369b4271d8473eca47"
|
|
|
|
[[package]]
|
|
name = "tendril"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"mac 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"utf-8 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time"
|
|
version = "0.1.34"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "traitobject"
|
|
version = "0.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "typeable"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "unicase"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "unicode-bidi"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-normalization"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "unicode-script"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"harfbuzz-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unreachable"
|
|
version = "0.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"void 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "url"
|
|
version = "0.5.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"unicode-bidi 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"unicode-normalization 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "user32-sys"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "utf-8"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "utf8-ranges"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "util"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"app_units 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cssparser 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)",
|
|
"js 0.1.2 (git+https://github.com/servo/rust-mozjs)",
|
|
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num_cpus 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"plugins 0.0.1",
|
|
"rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"selectors 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"string_cache 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "uuid"
|
|
version = "0.1.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "void"
|
|
version = "0.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "wayland-client"
|
|
version = "0.5.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"crossbeam 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"wayland-scanner 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"wayland-sys 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wayland-kbd"
|
|
version = "0.3.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"dlib 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"memmap 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"wayland-client 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wayland-scanner"
|
|
version = "0.5.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"xml-rs 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wayland-sys"
|
|
version = "0.5.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"dlib 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wayland-window"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"tempfile 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"wayland-client 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "webrender"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/glennw/webrender#90cd6afdd64cdb48f606dbe0ce5d1ac352329004"
|
|
dependencies = [
|
|
"app_units 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"freetype 0.1.0 (git+https://github.com/servo/rust-freetype)",
|
|
"gleam 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)",
|
|
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"offscreen_gl_context 0.1.0 (git+https://github.com/ecoal95/rust-offscreen-rendering-context)",
|
|
"scoped_threadpool 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"webrender_traits 0.1.0 (git+https://github.com/glennw/webrender_traits)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "webrender_traits"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/glennw/webrender_traits#8ccc1608590d219d1df54e49f2f1e887995b4d60"
|
|
dependencies = [
|
|
"app_units 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"euclid 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gleam 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)",
|
|
"offscreen_gl_context 0.1.0 (git+https://github.com/ecoal95/rust-offscreen-rendering-context)",
|
|
"serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "websocket"
|
|
version = "0.14.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"net2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"openssl 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"unicase 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi"
|
|
version = "0.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "winapi-build"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "ws2_32-sys"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "x11"
|
|
version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pkg-config 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "x11-dl"
|
|
version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"dylib 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xml-rs"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xml5ever"
|
|
version = "0.1.1"
|
|
source = "git+https://github.com/Ygg01/xml5ever#6c7017063dc1cfd64f08b7701a689e74ab45588d"
|
|
dependencies = [
|
|
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"mac 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"phf 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"phf_codegen 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"string_cache 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"tendril 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|