mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
1360 lines
46 KiB
TOML
1360 lines
46 KiB
TOML
[root]
|
|
name = "servo"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"android_glue 0.0.2",
|
|
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"compositing 0.0.1",
|
|
"devtools 0.0.1",
|
|
"devtools_traits 0.0.1",
|
|
"gfx 0.0.1",
|
|
"gfx_tests 0.0.1",
|
|
"glutin_app 0.0.1",
|
|
"layout 0.0.1",
|
|
"libc 0.1.8 (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",
|
|
"png 0.1.0 (git+https://github.com/servo/rust-png)",
|
|
"profile 0.0.1",
|
|
"profile_traits 0.0.1",
|
|
"script 0.0.1",
|
|
"script_tests 0.0.1",
|
|
"style_tests 0.0.1",
|
|
"time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
"util_tests 0.0.1",
|
|
"webdriver_server 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "android_glue"
|
|
version = "0.0.2"
|
|
|
|
[[package]]
|
|
name = "android_glue"
|
|
version = "0.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "azure"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/servo/rust-azure#5b9f2dbe7517196a82ea3c9c4dc4cf9fbd7d0867"
|
|
dependencies = [
|
|
"core_foundation 0.1.0 (git+https://github.com/servo/rust-core-foundation)",
|
|
"core_graphics 0.1.0 (git+https://github.com/servo/rust-core-graphics)",
|
|
"core_text 0.1.0 (git+https://github.com/servo/rust-core-text)",
|
|
"egl 0.1.0 (git+https://github.com/servo/rust-egl)",
|
|
"freetype 0.1.0 (git+https://github.com/servo/rust-freetype)",
|
|
"freetype-sys 2.4.11 (git+https://github.com/servo/libfreetype2)",
|
|
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"skia 0.0.20130412 (git+https://github.com/servo/skia)",
|
|
"x11 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "byteorder"
|
|
version = "0.3.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "canvas"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"azure 0.1.0 (git+https://github.com/servo/rust-azure)",
|
|
"canvas_traits 0.0.1",
|
|
"cssparser 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
|
|
"gfx_traits 0.0.1",
|
|
"gleam 0.0.1 (git+https://github.com/servo/gleam)",
|
|
"layers 0.1.0 (git+https://github.com/servo/rust-layers)",
|
|
"num 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"offscreen_gl_context 0.0.1 (git+https://github.com/ecoal95/rust-offscreen-rendering-context)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "canvas_traits"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"azure 0.1.0 (git+https://github.com/servo/rust-azure)",
|
|
"cssparser 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
|
|
"gfx_traits 0.0.1",
|
|
"layers 0.1.0 (git+https://github.com/servo/rust-layers)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cgl"
|
|
version = "0.0.1"
|
|
source = "git+https://github.com/servo/rust-cgl#851ca1b90081d221c3c38d33548d3e22a19db79f"
|
|
dependencies = [
|
|
"gleam 0.0.1 (git+https://github.com/servo/gleam)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clipboard"
|
|
version = "0.0.1"
|
|
source = "git+https://github.com/servo/rust-x11-clipboard#43afb218871e3148758c603f335576cb101cb1fa"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"xlib 0.1.0 (git+https://github.com/servo/rust-xlib)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clock_ticks"
|
|
version = "0.0.5"
|
|
source = "git+https://github.com/tomaka/clock_ticks#462848731d99ed2f800e2e5a19e2d8ca3b11c90c"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "compositing"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"azure 0.1.0 (git+https://github.com/servo/rust-azure)",
|
|
"clipboard 0.0.1 (git+https://github.com/servo/rust-x11-clipboard)",
|
|
"core_graphics 0.1.0 (git+https://github.com/servo/rust-core-graphics)",
|
|
"core_text 0.1.0 (git+https://github.com/servo/rust-core-text)",
|
|
"devtools_traits 0.0.1",
|
|
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
|
|
"gfx 0.0.1",
|
|
"gfx_traits 0.0.1",
|
|
"gleam 0.0.1 (git+https://github.com/servo/gleam)",
|
|
"layers 0.1.0 (git+https://github.com/servo/rust-layers)",
|
|
"layout_traits 0.0.1",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"msg 0.0.1",
|
|
"net 0.0.1",
|
|
"net_traits 0.0.1",
|
|
"num 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"png 0.1.0 (git+https://github.com/servo/rust-png)",
|
|
"profile_traits 0.0.1",
|
|
"script_traits 0.0.1",
|
|
"style 0.0.1",
|
|
"time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
"webdriver_traits 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cookie"
|
|
version = "0.1.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"openssl 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core_foundation"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/servo/rust-core-foundation#928efbae42fc596e6ede2cf0949c3d6d6f3dad8f"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core_graphics"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/servo/rust-core-graphics#2d8d665c5bdd116b4a1addbe5c415735fb78e1a9"
|
|
dependencies = [
|
|
"core_foundation 0.1.0 (git+https://github.com/servo/rust-core-foundation)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core_text"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/servo/rust-core-text#2b4b546718310a9d3fe4273a1df092c79d9fb2c2"
|
|
dependencies = [
|
|
"core_foundation 0.1.0 (git+https://github.com/servo/rust-core-foundation)",
|
|
"core_graphics 0.1.0 (git+https://github.com/servo/rust-core-graphics)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cssparser"
|
|
version = "0.3.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)",
|
|
"matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "debug-builders"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "devtools"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"devtools_traits 0.0.1",
|
|
"hyper 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"msg 0.0.1",
|
|
"rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "devtools_traits"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"hyper 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"msg 0.0.1",
|
|
"rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "egl"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/servo/rust-egl#c0159346b3adfdcf13f2cd86f5ee41750a72c078"
|
|
dependencies = [
|
|
"libc 0.1.8 (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 = "expat-sys"
|
|
version = "2.1.0"
|
|
source = "git+https://github.com/servo/libexpat#eecae9f2e65b71a956375aa13bae3733e77fa519"
|
|
|
|
[[package]]
|
|
name = "flate2"
|
|
version = "0.2.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"miniz-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fnv"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "fontconfig"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/servo/rust-fontconfig#7839e5adcb4d6da3cefe2256f5071ac0203b9206"
|
|
dependencies = [
|
|
"fontconfig-sys 2.11.1 (git+https://github.com/servo/libfontconfig)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fontconfig-sys"
|
|
version = "2.11.1"
|
|
source = "git+https://github.com/servo/libfontconfig#b3ef84666e6333dff05442759ffefd2085e9fe0d"
|
|
dependencies = [
|
|
"expat-sys 2.1.0 (git+https://github.com/servo/libexpat)",
|
|
"freetype-sys 2.4.11 (git+https://github.com/servo/libfreetype2)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "freetype"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/servo/rust-freetype#34db81810ae8be3bef57094c8a378dbe98d2d2c7"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "freetype-sys"
|
|
version = "2.4.11"
|
|
source = "git+https://github.com/servo/libfreetype2#d076771cd46011264a4674c0f20dc3423e6f3422"
|
|
|
|
[[package]]
|
|
name = "gcc"
|
|
version = "0.3.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "gdi32-sys"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"winapi 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "geom"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/servo/rust-geom#c4bdb1ef8f4915ae636eb752b103f69246b50304"
|
|
dependencies = [
|
|
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gfx"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"azure 0.1.0 (git+https://github.com/servo/rust-azure)",
|
|
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"canvas_traits 0.0.1",
|
|
"core_foundation 0.1.0 (git+https://github.com/servo/rust-core-foundation)",
|
|
"core_graphics 0.1.0 (git+https://github.com/servo/rust-core-graphics)",
|
|
"core_text 0.1.0 (git+https://github.com/servo/rust-core-text)",
|
|
"fontconfig 0.1.0 (git+https://github.com/servo/rust-fontconfig)",
|
|
"freetype 0.1.0 (git+https://github.com/servo/rust-freetype)",
|
|
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
|
|
"gfx_traits 0.0.1",
|
|
"harfbuzz 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"layers 0.1.0 (git+https://github.com/servo/rust-layers)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"msg 0.0.1",
|
|
"net_traits 0.0.1",
|
|
"plugins 0.0.1",
|
|
"png 0.1.0 (git+https://github.com/servo/rust-png)",
|
|
"profile_traits 0.0.1",
|
|
"rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"script_traits 0.0.1",
|
|
"skia 0.0.20130412 (git+https://github.com/servo/skia)",
|
|
"stb_image 0.1.0 (git+https://github.com/servo/rust-stb-image)",
|
|
"string_cache 0.1.0 (git+https://github.com/servo/string-cache)",
|
|
"style 0.0.1",
|
|
"time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gfx_tests"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"gfx 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gfx_traits"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"azure 0.1.0 (git+https://github.com/servo/rust-azure)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gl_common"
|
|
version = "0.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gl_generator"
|
|
version = "0.0.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"khronos_api 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"xml-rs 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gleam"
|
|
version = "0.0.1"
|
|
source = "git+https://github.com/servo/gleam#f2edabf2ef0474bb270b107e5e68c2727c4a422d"
|
|
dependencies = [
|
|
"gl_common 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gl_generator 0.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"khronos_api 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glutin"
|
|
version = "0.0.26"
|
|
source = "git+https://github.com/servo/glutin?branch=servo#e888dc79471f062ae0b5fae0ba9e0f01ac96048e"
|
|
dependencies = [
|
|
"android_glue 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gdi32-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gl_common 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gl_generator 0.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"glutin_cocoa 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"glutin_core_foundation 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"glutin_core_graphics 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"kernel32-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"khronos_api 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"lazy_static 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"objc 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"osmesa-sys 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"user32-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"x11 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glutin_app"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cgl 0.0.1 (git+https://github.com/servo/rust-cgl)",
|
|
"compositing 0.0.1",
|
|
"egl 0.1.0 (git+https://github.com/servo/rust-egl)",
|
|
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
|
|
"gleam 0.0.1 (git+https://github.com/servo/gleam)",
|
|
"glutin 0.0.26 (git+https://github.com/servo/glutin?branch=servo)",
|
|
"layers 0.1.0 (git+https://github.com/servo/rust-layers)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"msg 0.0.1",
|
|
"net 0.0.1",
|
|
"script_traits 0.0.1",
|
|
"time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
"x11 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glutin_cocoa"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"objc 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glutin_core_foundation"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glutin_core_graphics"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"glutin_core_foundation 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glx"
|
|
version = "0.0.1"
|
|
source = "git+https://github.com/servo/rust-glx#60ac0aee2438eadb4b51ddc8eac6fc4b5ca8e447"
|
|
dependencies = [
|
|
"gl_common 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gl_generator 0.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"khronos_api 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "harfbuzz"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "html5ever"
|
|
version = "0.0.0"
|
|
source = "git+https://github.com/servo/html5ever#7ddaa598b84e5e7fb9bf5313c02c1aaca970cb4b"
|
|
dependencies = [
|
|
"html5ever_macros 0.0.0 (git+https://github.com/servo/html5ever)",
|
|
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"mac 0.0.2 (git+https://github.com/reem/rust-mac)",
|
|
"phf 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"phf_macros 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"string_cache 0.1.0 (git+https://github.com/servo/string-cache)",
|
|
"string_cache_plugin 0.1.1 (git+https://github.com/servo/string-cache)",
|
|
"time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "html5ever_macros"
|
|
version = "0.0.0"
|
|
source = "git+https://github.com/servo/html5ever#7ddaa598b84e5e7fb9bf5313c02c1aaca970cb4b"
|
|
dependencies = [
|
|
"mac 0.0.2 (git+https://github.com/reem/rust-mac)",
|
|
"rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "httparse"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "hyper"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"cookie 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"httparse 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"mime 0.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num_cpus 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"openssl 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"time 0.1.25 (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.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"unicase 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "io_surface"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/servo/rust-io-surface#ab0ebd4ea6dd953c1581d9486b9e80ecf3c7577d"
|
|
dependencies = [
|
|
"cgl 0.0.1 (git+https://github.com/servo/rust-cgl)",
|
|
"core_foundation 0.1.0 (git+https://github.com/servo/rust-core-foundation)",
|
|
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
|
|
"gleam 0.0.1 (git+https://github.com/servo/gleam)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "js"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/servo/rust-mozjs#4c311480691348aeecfa2adecca5bb9787cce8cc"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"mozjs_sys 0.0.0 (git+https://github.com/servo/mozjs)",
|
|
"rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "kernel32-sys"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"winapi 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "khronos_api"
|
|
version = "0.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "layers"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/servo/rust-layers#cfc29e48a11f0c1e5390a049850c3ba10f23e0ad"
|
|
dependencies = [
|
|
"azure 0.1.0 (git+https://github.com/servo/rust-azure)",
|
|
"cgl 0.0.1 (git+https://github.com/servo/rust-cgl)",
|
|
"core_foundation 0.1.0 (git+https://github.com/servo/rust-core-foundation)",
|
|
"egl 0.1.0 (git+https://github.com/servo/rust-egl)",
|
|
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
|
|
"gleam 0.0.1 (git+https://github.com/servo/gleam)",
|
|
"glx 0.0.1 (git+https://github.com/servo/rust-glx)",
|
|
"io_surface 0.1.0 (git+https://github.com/servo/rust-io-surface)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"skia 0.0.20130412 (git+https://github.com/servo/skia)",
|
|
"x11 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "layout"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"azure 0.1.0 (git+https://github.com/servo/rust-azure)",
|
|
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"canvas 0.0.1",
|
|
"canvas_traits 0.0.1",
|
|
"clock_ticks 0.0.5 (git+https://github.com/tomaka/clock_ticks)",
|
|
"cssparser 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
|
|
"gfx 0.0.1",
|
|
"gfx_traits 0.0.1",
|
|
"layout_traits 0.0.1",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"msg 0.0.1",
|
|
"net_traits 0.0.1",
|
|
"plugins 0.0.1",
|
|
"png 0.1.0 (git+https://github.com/servo/rust-png)",
|
|
"profile_traits 0.0.1",
|
|
"rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"script 0.0.1",
|
|
"script_traits 0.0.1",
|
|
"selectors 0.1.0 (git+https://github.com/servo/rust-selectors)",
|
|
"string_cache 0.1.0 (git+https://github.com/servo/string-cache)",
|
|
"string_cache_plugin 0.1.1 (git+https://github.com/servo/string-cache)",
|
|
"style 0.0.1",
|
|
"url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "layout_traits"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
|
|
"gfx 0.0.1",
|
|
"msg 0.0.1",
|
|
"net_traits 0.0.1",
|
|
"profile_traits 0.0.1",
|
|
"script_traits 0.0.1",
|
|
"url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lazy_static"
|
|
version = "0.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "libressl-pnacl-sys"
|
|
version = "2.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"pnacl-build-helper 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "log"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mac"
|
|
version = "0.0.2"
|
|
source = "git+https://github.com/reem/rust-mac#6316d3f4663756180fd236b126a84e245e978765"
|
|
|
|
[[package]]
|
|
name = "mac"
|
|
version = "0.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "malloc_buf"
|
|
version = "0.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.1.8 (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 = "mime"
|
|
version = "0.0.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miniz-sys"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"gcc 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mozjs_sys"
|
|
version = "0.0.0"
|
|
source = "git+https://github.com/servo/mozjs#2d5bc1838f8cc2f37177c705fb9bc583c742bc33"
|
|
|
|
[[package]]
|
|
name = "msg"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"azure 0.1.0 (git+https://github.com/servo/rust-azure)",
|
|
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"core_foundation 0.1.0 (git+https://github.com/servo/rust-core-foundation)",
|
|
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
|
|
"hyper 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"io_surface 0.1.0 (git+https://github.com/servo/rust-io-surface)",
|
|
"layers 0.1.0 (git+https://github.com/servo/rust-layers)",
|
|
"png 0.1.0 (git+https://github.com/servo/rust-png)",
|
|
"style 0.0.1",
|
|
"url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
"webdriver_traits 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "net"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"cookie 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"devtools_traits 0.0.1",
|
|
"flate2 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
|
|
"hyper 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"net_traits 0.0.1",
|
|
"openssl 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"png 0.1.0 (git+https://github.com/servo/rust-png)",
|
|
"regex 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"regex_macros 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
"uuid 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "net_tests"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"cookie 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"hyper 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"net 0.0.1",
|
|
"net_traits 0.0.1",
|
|
"url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "net_traits"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
|
|
"hyper 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"msg 0.0.1",
|
|
"png 0.1.0 (git+https://github.com/servo/rust-png)",
|
|
"stb_image 0.1.0 (git+https://github.com/servo/rust-stb-image)",
|
|
"url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num"
|
|
version = "0.1.24"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num_cpus"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "objc"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"malloc_buf 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "offscreen_gl_context"
|
|
version = "0.0.1"
|
|
source = "git+https://github.com/ecoal95/rust-offscreen-rendering-context#99cee719a811f28e70fe33fa71137663ac210487"
|
|
dependencies = [
|
|
"cgl 0.0.1 (git+https://github.com/servo/rust-cgl)",
|
|
"core_foundation 0.1.0 (git+https://github.com/servo/rust-core-foundation)",
|
|
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
|
|
"gleam 0.0.1 (git+https://github.com/servo/gleam)",
|
|
"glx 0.0.1 (git+https://github.com/servo/rust-glx)",
|
|
"layers 0.1.0 (git+https://github.com/servo/rust-layers)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"x11 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openssl"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"lazy_static 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"openssl-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openssl-sys"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"gcc 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libressl-pnacl-sys 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pkg-config 0.3.4 (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.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"shared_library 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"debug-builders 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"phf_shared 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf_generator"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"phf_shared 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf_macros"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"phf_generator 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"phf_shared 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "phf_shared"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "pkg-config"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "plugins"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"tenacious 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pnacl-build-helper"
|
|
version = "1.4.0"
|
|
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.1.0"
|
|
source = "git+https://github.com/servo/rust-png#34fca101357da41b2b8c95f3efe6cb88a2b36bca"
|
|
dependencies = [
|
|
"gcc 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"png-sys 1.6.16 (git+https://github.com/servo/rust-png)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "png-sys"
|
|
version = "1.6.16"
|
|
source = "git+https://github.com/servo/rust-png#34fca101357da41b2b8c95f3efe6cb88a2b36bca"
|
|
|
|
[[package]]
|
|
name = "profile"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"profile_traits 0.0.1",
|
|
"regex 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"task_info 0.0.1",
|
|
"time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "profile_traits"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quicksort"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.3.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex"
|
|
version = "0.1.30"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "regex_macros"
|
|
version = "0.1.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"regex 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-serialize"
|
|
version = "0.3.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "script"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"canvas 0.0.1",
|
|
"canvas_traits 0.0.1",
|
|
"cssparser 0.3.1 (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)",
|
|
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
|
|
"gfx 0.0.1",
|
|
"html5ever 0.0.0 (git+https://github.com/servo/html5ever)",
|
|
"hyper 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"js 0.1.0 (git+https://github.com/servo/rust-mozjs)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"msg 0.0.1",
|
|
"net_traits 0.0.1",
|
|
"num 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"plugins 0.0.1",
|
|
"png 0.1.0 (git+https://github.com/servo/rust-png)",
|
|
"profile_traits 0.0.1",
|
|
"rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"script_traits 0.0.1",
|
|
"selectors 0.1.0 (git+https://github.com/servo/rust-selectors)",
|
|
"string_cache 0.1.0 (git+https://github.com/servo/string-cache)",
|
|
"string_cache_plugin 0.1.1 (git+https://github.com/servo/string-cache)",
|
|
"style 0.0.1",
|
|
"time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"unicase 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
"uuid 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"webdriver_traits 0.0.1",
|
|
"websocket 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "script_tests"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"msg 0.0.1",
|
|
"script 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "script_traits"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"devtools_traits 0.0.1",
|
|
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"msg 0.0.1",
|
|
"net_traits 0.0.1",
|
|
"url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
"webdriver_traits 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "selectors"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/servo/rust-selectors#66e21c10cd1feff49e0d934c1861701bc7cd9c44"
|
|
dependencies = [
|
|
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cssparser 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quicksort 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"smallvec 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"string_cache 0.1.0 (git+https://github.com/servo/string-cache)",
|
|
"string_cache_plugin 0.1.1 (git+https://github.com/servo/string-cache)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "shared_library"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"lazy_static 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "skia"
|
|
version = "0.0.20130412"
|
|
source = "git+https://github.com/servo/skia#00aaf728f58677922be96f760c5789250904fe62"
|
|
dependencies = [
|
|
"expat-sys 2.1.0 (git+https://github.com/servo/libexpat)",
|
|
"freetype-sys 2.4.11 (git+https://github.com/servo/libfreetype2)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "smallvec"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "stb_image"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/servo/rust-stb-image#f6c411b381322609a321b7fb5f948b2365973604"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "string_cache"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/servo/string-cache#c5912f925e9c1db7dbe4a7980fbc3eed08eef51d"
|
|
dependencies = [
|
|
"lazy_static 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"phf 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"phf_macros 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"string_cache_plugin 0.1.1 (git+https://github.com/servo/string-cache)",
|
|
"string_cache_shared 0.1.0 (git+https://github.com/servo/string-cache)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "string_cache_plugin"
|
|
version = "0.1.1"
|
|
source = "git+https://github.com/servo/string-cache#c5912f925e9c1db7dbe4a7980fbc3eed08eef51d"
|
|
dependencies = [
|
|
"lazy_static 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"mac 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"string_cache_shared 0.1.0 (git+https://github.com/servo/string-cache)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "string_cache_shared"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/servo/string-cache#c5912f925e9c1db7dbe4a7980fbc3eed08eef51d"
|
|
|
|
[[package]]
|
|
name = "style"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cssparser 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
|
|
"lazy_static 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"plugins 0.0.1",
|
|
"rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"selectors 0.1.0 (git+https://github.com/servo/rust-selectors)",
|
|
"string_cache 0.1.0 (git+https://github.com/servo/string-cache)",
|
|
"string_cache_plugin 0.1.1 (git+https://github.com/servo/string-cache)",
|
|
"url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "style_tests"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"cssparser 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
|
|
"selectors 0.1.0 (git+https://github.com/servo/rust-selectors)",
|
|
"string_cache 0.1.0 (git+https://github.com/servo/string-cache)",
|
|
"string_cache_plugin 0.1.1 (git+https://github.com/servo/string-cache)",
|
|
"style 0.0.1",
|
|
"url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "task_info"
|
|
version = "0.0.1"
|
|
|
|
[[package]]
|
|
name = "tempdir"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tenacious"
|
|
version = "0.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "time"
|
|
version = "0.1.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"gcc 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.1.8 (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.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "unicase"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "url"
|
|
version = "0.2.33"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"encoding 0.2.32 (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.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "user32-sys"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"winapi 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "util"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"azure 0.1.0 (git+https://github.com/servo/rust-azure)",
|
|
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cssparser 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
|
|
"layers 0.1.0 (git+https://github.com/servo/rust-layers)",
|
|
"lazy_static 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num_cpus 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"plugins 0.0.1",
|
|
"rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"selectors 0.1.0 (git+https://github.com/servo/rust-selectors)",
|
|
"smallvec 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"string_cache 0.1.0 (git+https://github.com/servo/string-cache)",
|
|
"string_cache_plugin 0.1.1 (git+https://github.com/servo/string-cache)",
|
|
"time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "util_tests"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
|
|
"util 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "uuid"
|
|
version = "0.1.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "webdriver"
|
|
version = "0.2.0"
|
|
source = "git+https://github.com/jgraham/webdriver-rust.git#038c1828c5dd4ab7b8f70b3d859c0ff988e6ca25"
|
|
dependencies = [
|
|
"hyper 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"regex 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"uuid 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "webdriver_server"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"msg 0.0.1",
|
|
"png 0.1.0 (git+https://github.com/servo/rust-png)",
|
|
"rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"util 0.0.1",
|
|
"uuid 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"webdriver 0.2.0 (git+https://github.com/jgraham/webdriver-rust.git)",
|
|
"webdriver_traits 0.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "webdriver_traits"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "websocket"
|
|
version = "0.11.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"byteorder 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"hyper 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"openssl 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"unicase 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi"
|
|
version = "0.1.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "x11"
|
|
version = "1.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pkg-config 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xlib"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/servo/rust-xlib#1a0f3d48fbebf96e2d1bf83ac71309b27f49e0c7"
|
|
dependencies = [
|
|
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xml-rs"
|
|
version = "0.1.24"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|