mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
2597 lines
95 KiB
TOML
2597 lines
95 KiB
TOML
[root]
|
|
name = "servo"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"android_glue 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"browserhtml 0.1.4 (git+https://github.com/browserhtml/browserhtml?branch=gh-pages)",
|
|
"canvas 0.0.1",
|
|
"canvas_traits 0.0.1",
|
|
"compiletest_helper 0.0.1",
|
|
"compositing 0.0.1",
|
|
"devtools 0.0.1",
|
|
"devtools_traits 0.0.1",
|
|
"env_logger 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"euclid 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gaol 0.0.1 (git+https://github.com/servo/gaol)",
|
|
"gfx 0.0.1",
|
|
"gfx_tests 0.0.1",
|
|
"gleam 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"glutin_app 0.0.1",
|
|
"image 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ipc-channel 0.2.2 (git+https://github.com/servo/ipc-channel)",
|
|
"layers 0.2.4 (git+https://github.com/servo/rust-layers)",
|
|
"layout 0.0.1",
|
|
"layout_tests 0.0.1",
|
|
"libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"msg 0.0.1",
|
|
"net 0.0.1",
|
|
"net_tests 0.0.1",
|
|
"net_traits 0.0.1",
|
|
"net_traits_tests 0.0.1",
|
|
"plugin_compiletest 0.0.1",
|
|
"profile 0.0.1",
|
|
"profile_tests 0.0.1",
|
|
"profile_traits 0.0.1",
|
|
"script 0.0.1",
|
|
"script_tests 0.0.1",
|
|
"script_traits 0.0.1",
|
|
"style 0.0.1",
|
|
"style_tests 0.0.1",
|
|
"url 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
"util_tests 0.0.1",
|
|
"webdriver_server 0.0.1",
|
|
"webrender 0.1.0 (git+https://github.com/servo/webrender)",
|
|
"webrender_traits 0.1.0 (git+https://github.com/servo/webrender_traits)",
|
|
]
|
|
|
|
[[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/emilio/angle?branch=servo#eefe3506ae13e8ace811ca544fd6b4a5f0db0a04"
|
|
dependencies = [
|
|
"libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "app_units"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"euclid 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "arrayvec"
|
|
version = "0.3.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"nodrop 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"odds 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aster"
|
|
version = "0.15.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "azure"
|
|
version = "0.4.3"
|
|
source = "git+https://github.com/servo/rust-azure#bb2fab861ff63fcc185e5dd7557a021c01e0981d"
|
|
dependencies = [
|
|
"core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"core-graphics 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"core-text 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"euclid 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"freetype 0.1.0 (git+https://github.com/servo/rust-freetype)",
|
|
"heapsize 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"servo-egl 0.2.1 (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.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "backtrace"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"backtrace-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"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)",
|
|
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "backtrace-sys"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bincode"
|
|
version = "0.5.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"byteorder 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num-traits 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.7.0 (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 = "bitflags"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "block"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "blurz"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"dbus 0.3.2 (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 = "brotli"
|
|
version = "0.3.20"
|
|
source = "git+https://github.com/ende76/brotli-rs#c243045b88b2d2924c35269586fa9b770184c74c"
|
|
|
|
[[package]]
|
|
name = "browserhtml"
|
|
version = "0.1.4"
|
|
source = "git+https://github.com/browserhtml/browserhtml?branch=gh-pages#0ca50842ba2769a05f2f00f1fd3bfaed4baf03ab"
|
|
|
|
[[package]]
|
|
name = "byteorder"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "canvas"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"azure 0.4.3 (git+https://github.com/servo/rust-azure)",
|
|
"canvas_traits 0.0.1",
|
|
"euclid 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gfx_traits 0.0.1",
|
|
"gleam 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ipc-channel 0.2.2 (git+https://github.com/servo/ipc-channel)",
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num-traits 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"offscreen_gl_context 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"plugins 0.0.1",
|
|
"util 0.0.1",
|
|
"webrender_traits 0.1.0 (git+https://github.com/servo/webrender_traits)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "canvas_traits"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"azure 0.4.3 (git+https://github.com/servo/rust-azure)",
|
|
"cssparser 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"euclid 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gfx_traits 0.0.1",
|
|
"heapsize 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ipc-channel 0.2.2 (git+https://github.com/servo/ipc-channel)",
|
|
"plugins 0.0.1",
|
|
"serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"webrender_traits 0.1.0 (git+https://github.com/servo/webrender_traits)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "caseless"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"regex 0.1.69 (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.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clipboard"
|
|
version = "0.1.2"
|
|
source = "git+https://github.com/aweinstock314/rust-clipboard#4fe9892d7bf8bac075aa60493c6eee7a83e24b7f"
|
|
dependencies = [
|
|
"clipboard-win 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"objc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"objc-foundation 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"objc_id 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"x11 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clipboard-win"
|
|
version = "1.7.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)",
|
|
"user32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cmake"
|
|
version = "0.1.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"gcc 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cocoa"
|
|
version = "0.3.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.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"objc 0.2.0 (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 = "compiletest_helper"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"compiletest_rs 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "compiletest_rs"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "compositing"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"azure 0.4.3 (git+https://github.com/servo/rust-azure)",
|
|
"canvas 0.0.1",
|
|
"canvas_traits 0.0.1",
|
|
"clipboard 0.1.2 (git+https://github.com/aweinstock314/rust-clipboard)",
|
|
"devtools_traits 0.0.1",
|
|
"euclid 0.6.6 (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.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"image 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ipc-channel 0.2.2 (git+https://github.com/servo/ipc-channel)",
|
|
"layers 0.2.4 (git+https://github.com/servo/rust-layers)",
|
|
"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",
|
|
"num-traits 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"offscreen_gl_context 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"plugins 0.0.1",
|
|
"profile_traits 0.0.1",
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"script_traits 0.0.1",
|
|
"serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.7.2 (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 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
"webrender 0.1.0 (git+https://github.com/servo/webrender)",
|
|
"webrender_traits 0.1.0 (git+https://github.com/servo/webrender_traits)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cookie"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"openssl 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 1.0.0 (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.10 (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.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-graphics"
|
|
version = "0.3.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)",
|
|
"libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-text"
|
|
version = "1.1.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.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.10 (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.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.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dbghelp-sys"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"winapi 0.2.6 (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 = "dbus"
|
|
version = "0.3.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 = "debug_unreachable"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "deque"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "device"
|
|
version = "0.0.1"
|
|
source = "git+https://github.com/dati91/devices?branch=device-api#dccc5111e46124cef596cef10ce9056362892e59"
|
|
dependencies = [
|
|
"blurz 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "devtools"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"devtools_traits 0.0.1",
|
|
"hyper 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ipc-channel 0.2.2 (git+https://github.com/servo/ipc-channel)",
|
|
"msg 0.0.1",
|
|
"plugins 0.0.1",
|
|
"serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_json 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.7.2 (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.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"hyper 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ipc-channel 0.2.2 (git+https://github.com/servo/ipc-channel)",
|
|
"msg 0.0.1",
|
|
"serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dlib"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libloading 0.2.2 (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.6 (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.10 (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 = "energy-monitor"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "energymon"
|
|
version = "0.2.0"
|
|
source = "git+https://github.com/energymon/energymon-rust.git#7b30c4d88ac1fcfaf7755081ebdd810c5dcf4fea"
|
|
dependencies = [
|
|
"energy-monitor 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"energymon-default-sys 0.2.0 (git+https://github.com/energymon/energymon-sys.git)",
|
|
"libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "energymon-builder"
|
|
version = "0.2.0"
|
|
source = "git+https://github.com/energymon/energymon-sys.git#a0fb99b0312372958b110ae6378b5c89c2287172"
|
|
dependencies = [
|
|
"pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "energymon-default-sys"
|
|
version = "0.2.0"
|
|
source = "git+https://github.com/energymon/energymon-sys.git#a0fb99b0312372958b110ae6378b5c89c2287172"
|
|
dependencies = [
|
|
"energymon-builder 0.2.0 (git+https://github.com/energymon/energymon-sys.git)",
|
|
"energymon-sys 0.2.0 (git+https://github.com/energymon/energymon-sys.git)",
|
|
"libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "energymon-sys"
|
|
version = "0.2.0"
|
|
source = "git+https://github.com/energymon/energymon-sys.git#a0fb99b0312372958b110ae6378b5c89c2287172"
|
|
dependencies = [
|
|
"libc 0.2.10 (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.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "env_logger"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"regex 0.1.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "euclid"
|
|
version = "0.6.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"heapsize 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num-traits 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.7.2 (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.8 (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.10 (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.2"
|
|
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.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fs2"
|
|
version = "0.2.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.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futf"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"debug_unreachable 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)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gaol"
|
|
version = "0.0.1"
|
|
source = "git+https://github.com/servo/gaol#cbb2518029901f078f871a87ebe05cf96d727713"
|
|
dependencies = [
|
|
"libc 0.2.10 (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.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gcc"
|
|
version = "0.3.26"
|
|
source = "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.6 (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.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"azure 0.4.3 (git+https://github.com/servo/rust-azure)",
|
|
"bitflags 0.6.0 (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.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"core-text 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"euclid 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"fnv 1.0.2 (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.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ipc-channel 0.2.2 (git+https://github.com/servo/ipc-channel)",
|
|
"layers 0.2.4 (git+https://github.com/servo/rust-layers)",
|
|
"lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"mime 0.2.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.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"range 0.0.1",
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.7.2 (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.14 (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 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
"webrender_traits 0.1.0 (git+https://github.com/servo/webrender_traits)",
|
|
"xi-unicode 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gfx_tests"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"gfx 0.0.1",
|
|
"ipc-channel 0.2.2 (git+https://github.com/servo/ipc-channel)",
|
|
"style 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gfx_traits"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"azure 0.4.3 (git+https://github.com/servo/rust-azure)",
|
|
"euclid 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"layers 0.2.4 (git+https://github.com/servo/rust-layers)",
|
|
"msg 0.0.1",
|
|
"plugins 0.0.1",
|
|
"serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gif"
|
|
version = "0.8.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.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gl_generator"
|
|
version = "0.5.1"
|
|
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.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"xml-rs 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gleam"
|
|
version = "0.2.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"gl_generator 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glob"
|
|
version = "0.2.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "glutin_app"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"bitflags 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"compositing 0.0.1",
|
|
"euclid 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gleam 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"layers 0.2.4 (git+https://github.com/servo/rust-layers)",
|
|
"msg 0.0.1",
|
|
"net_traits 0.0.1",
|
|
"script_traits 0.0.1",
|
|
"servo-egl 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"servo-glutin 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"style_traits 0.0.1",
|
|
"url 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
"x11 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glx"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"gl_generator 0.5.1 (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.10 (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.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hbs-builder"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"cmake 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hbs-common-sys"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hbs-pow"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"hbs-pow-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hbs-pow-sys"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"hbs-builder 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"hbs-common-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "heapsize"
|
|
version = "0.3.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)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "heapsize_plugin"
|
|
version = "0.1.4"
|
|
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.6 (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.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.6 (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.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"phf_codegen 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"string_cache 0.2.14 (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.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"cookie 0.2.4 (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.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"mime 0.2.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.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.7.0 (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.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "idna"
|
|
version = "0.1.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)",
|
|
"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)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "image"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"byteorder 0.5.1 (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.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"jpeg-decoder 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"png 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "immeta"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"arrayvec 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"byteorder 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "inflate"
|
|
version = "0.1.1"
|
|
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.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gleam 0.2.15 (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.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ipc-channel"
|
|
version = "0.2.2"
|
|
source = "git+https://github.com/servo/ipc-channel#e43fb22c431740a9bc54ce96caebd0e67d1a0586"
|
|
dependencies = [
|
|
"bincode 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"byteorder 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"lazy_static 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uuid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jpeg-decoder"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"byteorder 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"euclid 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num-rational 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rayon 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "js"
|
|
version = "0.1.2"
|
|
source = "git+https://github.com/servo/rust-mozjs#efe805affa75d776316e9ea6113f85cdad1e82ed"
|
|
dependencies = [
|
|
"heapsize 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"mozjs_sys 0.0.0 (git+https://github.com/servo/mozjs)",
|
|
"num 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.19 (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.6 (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.4"
|
|
source = "git+https://github.com/servo/rust-layers#3cb5df49d7f069eea1f1f0550921c5833cb5bc7f"
|
|
dependencies = [
|
|
"azure 0.4.3 (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.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gleam 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"glx 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.4 (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.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"servo-egl 0.2.1 (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.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "layout"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"azure 0.4.3 (git+https://github.com/servo/rust-azure)",
|
|
"bitflags 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"canvas_traits 0.0.1",
|
|
"cssparser 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"euclid 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"fnv 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gfx 0.0.1",
|
|
"gfx_traits 0.0.1",
|
|
"heapsize 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ipc-channel 0.2.2 (git+https://github.com/servo/ipc-channel)",
|
|
"layout_traits 0.0.1",
|
|
"libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"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",
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"script 0.0.1",
|
|
"script_traits 0.0.1",
|
|
"selectors 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_json 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.7.2 (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.14 (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 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
"webrender_traits 0.1.0 (git+https://github.com/servo/webrender_traits)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "layout_tests"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"layout 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "layout_traits"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"gfx 0.0.1",
|
|
"ipc-channel 0.2.2 (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.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
"webrender_traits 0.1.0 (git+https://github.com/servo/webrender_traits)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lazy_static"
|
|
version = "0.1.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "lazy_static"
|
|
version = "0.2.1"
|
|
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.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "libloading"
|
|
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)",
|
|
"lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.2.6 (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.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"gcc 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "log"
|
|
version = "0.3.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "lzw"
|
|
version = "0.10.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.10 (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.10 (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.3 (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.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mime"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mime_guess"
|
|
version = "1.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"mime 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"phf 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"phf_codegen 0.7.13 (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.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mozjs_sys"
|
|
version = "0.0.0"
|
|
source = "git+https://github.com/servo/mozjs#3122a1e1a80b78377ae1ce8e7edd4ad3bcbb3d65"
|
|
dependencies = [
|
|
"libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libz-sys 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "msg"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"bitflags 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cssparser 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"euclid 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"hyper 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ipc-channel 0.2.2 (git+https://github.com/servo/ipc-channel)",
|
|
"layers 0.2.4 (git+https://github.com/servo/rust-layers)",
|
|
"plugins 0.0.1",
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
"webrender_traits 0.1.0 (git+https://github.com/servo/webrender_traits)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "net"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"bitflags 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"brotli 0.3.20 (git+https://github.com/ende76/brotli-rs)",
|
|
"cookie 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"device 0.0.1 (git+https://github.com/dati91/devices?branch=device-api)",
|
|
"devtools_traits 0.0.1",
|
|
"flate2 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"hyper 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"immeta 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ipc-channel 0.2.2 (git+https://github.com/servo/ipc-channel)",
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"mime 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"mime_guess 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"msg 0.0.1",
|
|
"net_traits 0.0.1",
|
|
"openssl 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"plugins 0.0.1",
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"threadpool 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"tinyfiledialogs 0.1.0 (git+https://github.com/jdm/tinyfiledialogs)",
|
|
"unicase 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
"uuid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"webrender_traits 0.1.0 (git+https://github.com/servo/webrender_traits)",
|
|
"websocket 0.17.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.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.2.6 (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_tests"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"cookie 0.2.4 (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.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ipc-channel 0.2.2 (git+https://github.com/servo/ipc-channel)",
|
|
"msg 0.0.1",
|
|
"net 0.0.1",
|
|
"net_traits 0.0.1",
|
|
"plugins 0.0.1",
|
|
"time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"unicase 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "net_traits"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"device 0.0.1 (git+https://github.com/dati91/devices?branch=device-api)",
|
|
"heapsize 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"hyper 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"image 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ipc-channel 0.2.2 (git+https://github.com/servo/ipc-channel)",
|
|
"lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"msg 0.0.1",
|
|
"serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
"websocket 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "net_traits_tests"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"net_traits 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nodrop"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"odds 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num"
|
|
version = "0.1.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"num-bigint 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num-complex 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num-integer 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num-iter 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num-rational 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num-traits 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-bigint"
|
|
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)",
|
|
"num-traits 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-complex"
|
|
version = "0.1.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"num-traits 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-integer"
|
|
version = "0.1.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"num-traits 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[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)",
|
|
"num-traits 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-rational"
|
|
version = "0.1.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"num-bigint 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num-integer 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num-traits 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-traits"
|
|
version = "0.1.32"
|
|
source = "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.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "objc"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "objc-foundation"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"block 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"objc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"objc_id 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "objc_id"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"objc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "odds"
|
|
version = "0.2.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "offscreen_gl_context"
|
|
version = "0.1.3"
|
|
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.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gl_generator 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gleam 0.2.15 (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.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"x11 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openssl"
|
|
version = "0.7.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gcc 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"openssl-sys 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"openssl-sys-extras 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openssl-sys"
|
|
version = "0.7.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"gdi32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.10 (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.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"user32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openssl-sys-extras"
|
|
version = "0.7.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"gcc 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"openssl-sys 0.7.10 (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.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"shared_library 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf"
|
|
version = "0.7.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"phf_shared 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf_codegen"
|
|
version = "0.7.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"phf_generator 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"phf_shared 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf_generator"
|
|
version = "0.7.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"phf_shared 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf_macros"
|
|
version = "0.7.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"phf_generator 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"phf_shared 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf_shared"
|
|
version = "0.7.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "pkg-config"
|
|
version = "0.3.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "plugin_compiletest"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"compiletest_helper 0.0.1",
|
|
"plugins 0.0.1",
|
|
"script 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "plugins"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"tenacious 0.2.0 (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.3"
|
|
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.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num-iter 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "profile"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"hbs-pow 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ipc-channel 0.2.2 (git+https://github.com/servo/ipc-channel)",
|
|
"libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"plugins 0.0.1",
|
|
"profile_traits 0.0.1",
|
|
"regex 0.1.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_json 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.7.2 (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_tests"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"profile 0.0.1",
|
|
"profile_traits 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "profile_traits"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"energy-monitor 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"energymon 0.2.0 (git+https://github.com/energymon/energymon-rust.git)",
|
|
"ipc-channel 0.2.2 (git+https://github.com/servo/ipc-channel)",
|
|
"plugins 0.0.1",
|
|
"serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.7.2 (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.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "quasi_codegen"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"aster 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quasi_macros"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"quasi_codegen 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quickersort"
|
|
version = "2.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"num-traits 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.3.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "range"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"heapsize 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num-traits 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rayon"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"deque 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num_cpus 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ref_filter_map"
|
|
version = "1.0.1"
|
|
source = "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.69"
|
|
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.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"thread_local 0.2.5 (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.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "rustc-serialize"
|
|
version = "0.3.19"
|
|
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.7"
|
|
source = "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/emilio/angle?branch=servo)",
|
|
"app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"bitflags 0.6.0 (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.5 (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.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"fnv 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gfx_traits 0.0.1",
|
|
"heapsize 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"html5ever 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"hyper 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"image 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ipc-channel 0.2.2 (git+https://github.com/servo/ipc-channel)",
|
|
"js 0.1.2 (git+https://github.com/servo/rust-mozjs)",
|
|
"libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"mime 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"msg 0.0.1",
|
|
"net_traits 0.0.1",
|
|
"num-traits 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"offscreen_gl_context 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"phf 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"phf_macros 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"plugins 0.0.1",
|
|
"profile_traits 0.0.1",
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ref_filter_map 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ref_slice 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"regex 0.1.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"script_traits 0.0.1",
|
|
"selectors 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.7.0 (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.14 (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.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
"uuid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"webrender_traits 0.1.0 (git+https://github.com/servo/webrender_traits)",
|
|
"websocket 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"xml5ever 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "script_tests"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"msg 0.0.1",
|
|
"plugins 0.0.1",
|
|
"script 0.0.1",
|
|
"url 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "script_traits"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"canvas_traits 0.0.1",
|
|
"devtools_traits 0.0.1",
|
|
"euclid 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gfx_traits 0.0.1",
|
|
"heapsize 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ipc-channel 0.2.2 (git+https://github.com/servo/ipc-channel)",
|
|
"libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"msg 0.0.1",
|
|
"net_traits 0.0.1",
|
|
"offscreen_gl_context 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"plugins 0.0.1",
|
|
"profile_traits 0.0.1",
|
|
"serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.7.2 (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 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "selectors"
|
|
version = "0.5.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"bitflags 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cssparser 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"fnv 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quickersort 2.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.14 (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.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "serde_codegen"
|
|
version = "0.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"aster 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quasi 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quasi_macros 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_json"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"num 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_macros"
|
|
version = "0.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"serde_codegen 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "servo-egl"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.2.10 (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.10 (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.8 (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.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "servo-glutin"
|
|
version = "0.4.16"
|
|
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.3.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.3.0 (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.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"lazy_static 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"objc 0.2.0 (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.4 (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.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"x11-dl 2.4.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.6 (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.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"glx 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.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"servo-egl 0.2.1 (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.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"x11 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "shared_library"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"lazy_static 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.10 (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.6 (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.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "string_cache"
|
|
version = "0.2.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"debug_unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"phf_generator 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"phf_shared 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "style"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"bitflags 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cssparser 0.5.5 (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.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"fnv 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num-traits 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"plugins 0.0.1",
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"selectors 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.7.2 (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.14 (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 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "style_tests"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cssparser 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"euclid 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"msg 0.0.1",
|
|
"plugins 0.0.1",
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"selectors 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"string_cache 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"style 0.0.1",
|
|
"style_traits 0.0.1",
|
|
"url 1.0.0 (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.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"euclid 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"plugins 0.0.1",
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.7.2 (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.26 (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.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tempfile"
|
|
version = "2.1.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.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc_version 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tenacious"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[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.2 (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 = "thread-id"
|
|
version = "2.0.0"
|
|
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.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thread_local"
|
|
version = "0.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "threadpool"
|
|
version = "1.0.0"
|
|
source = "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.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tinyfiledialogs"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/jdm/tinyfiledialogs#2d2285985db1168da4d516000f24842aba46fd94"
|
|
dependencies = [
|
|
"libc 0.2.10 (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.4.0"
|
|
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 = "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.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "url"
|
|
version = "1.0.0"
|
|
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.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"idna 0.1.0 (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.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.7.0 (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.6 (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.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"backtrace 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"bitflags 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"deque 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"euclid 0.6.6 (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.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heapsize_plugin 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ipc-channel 0.2.2 (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.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num 0.1.32 (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.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.7.2 (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.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "util_tests"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"euclid 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"plugins 0.0.1",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "uuid"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "void"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "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.10 (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.16 (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.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wayland-window"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"byteorder 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"tempfile 2.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)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "webdriver"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"hyper 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"regex 0.1.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "webdriver_server"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"compositing 0.0.1",
|
|
"hyper 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"image 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ipc-channel 0.2.2 (git+https://github.com/servo/ipc-channel)",
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"msg 0.0.1",
|
|
"plugins 0.0.1",
|
|
"regex 0.1.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
"uuid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"webdriver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "webrender"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/servo/webrender#8d778dac5398cadd093136bc9cf0afbbb61a2b52"
|
|
dependencies = [
|
|
"app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"byteorder 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"core-graphics 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"core-text 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"euclid 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"fnv 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"freetype 0.1.0 (git+https://github.com/servo/rust-freetype)",
|
|
"gleam 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ipc-channel 0.2.2 (git+https://github.com/servo/ipc-channel)",
|
|
"lazy_static 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"offscreen_gl_context 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"scoped_threadpool 0.1.7 (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/servo/webrender_traits)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "webrender_traits"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/servo/webrender_traits#d1a3bb53f87891bbba8576d05260caee147dc5d8"
|
|
dependencies = [
|
|
"app_units 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"byteorder 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"core-graphics 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"euclid 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gleam 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ipc-channel 0.2.2 (git+https://github.com/servo/ipc-channel)",
|
|
"offscreen_gl_context 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_macros 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "websocket"
|
|
version = "0.17.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.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"hyper 0.9.1 (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.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"unicase 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi"
|
|
version = "0.2.6"
|
|
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.6 (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.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "x11-dl"
|
|
version = "2.4.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.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xi-unicode"
|
|
version = "0.0.1"
|
|
source = "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 = "xml-rs"
|
|
version = "0.3.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)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xml5ever"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"log 0.3.6 (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.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"phf_codegen 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"string_cache 0.2.14 (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)",
|
|
]
|
|
|