diff --git a/components/devtools/Cargo.toml b/components/devtools/Cargo.toml index b825ef9bc48..36567380d14 100644 --- a/components/devtools/Cargo.toml +++ b/components/devtools/Cargo.toml @@ -25,7 +25,7 @@ git = "https://github.com/servo/ipc-channel" [dependencies] hyper = { version = "0.7", features = [ "serde-serialization" ] } log = "0.3" -time = "0.1" rustc-serialize = "0.3" serde = "0.6" serde_macros = "0.6" +time = "0.1" diff --git a/components/layout/Cargo.toml b/components/layout/Cargo.toml index ed2f70cb494..4d2a7d69179 100644 --- a/components/layout/Cargo.toml +++ b/components/layout/Cargo.toml @@ -55,19 +55,19 @@ git = "https://github.com/servo/ipc-channel" [dependencies] app_units = {version = "0.2", features = ["plugins"]} -cssparser = { version = "0.5", features = [ "serde-serialization" ] } -log = "0.3" -fnv = "1.0" bitflags = "0.3" -rustc-serialize = "0.3" +cssparser = { version = "0.5", features = [ "serde-serialization" ] } +euclid = {version = "0.6.1", features = ["plugins"]} +fnv = "1.0" libc = "0.2" +log = "0.3" +rustc-serialize = "0.3" selectors = "0.4.1" +serde = "0.6" +serde_json = "0.5" +serde_macros = "0.6" smallvec = "0.1" string_cache = "0.2" -euclid = {version = "0.6.1", features = ["plugins"]} -serde = "0.6" -serde_macros = "0.6" -serde_json = "0.5" time = "0.1" unicode-bidi = "0.2" unicode-script = { version = "0.1", features = ["harfbuzz"] } diff --git a/components/msg/Cargo.toml b/components/msg/Cargo.toml index 29244da4ada..5ca45718d2b 100644 --- a/components/msg/Cargo.toml +++ b/components/msg/Cargo.toml @@ -21,11 +21,11 @@ git = "https://github.com/servo/ipc-channel" path = "../plugins" [dependencies] -cssparser = { version = "0.5", features = [ "serde-serialization" ] } bitflags = "0.3" +cssparser = { version = "0.5", features = [ "serde-serialization" ] } +euclid = {version = "0.6.1", features = ["plugins"]} hyper = { version = "0.7", features = [ "serde-serialization" ] } rustc-serialize = "0.3.4" -euclid = {version = "0.6.1", features = ["plugins"]} serde = "0.6" serde_macros = "0.6" url = "0.5.4" diff --git a/components/net_traits/Cargo.toml b/components/net_traits/Cargo.toml index 06d87f49e9d..f5db12de376 100644 --- a/components/net_traits/Cargo.toml +++ b/components/net_traits/Cargo.toml @@ -20,9 +20,9 @@ git = "https://github.com/servo/ipc-channel" path = "../plugins" [dependencies] -log = "0.3" hyper = { version = "0.7", features = [ "serde-serialization" ] } image = "0.5.0" +log = "0.3" serde = "0.6" serde_macros = "0.6" stb_image = "0.2" diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml index 67cfdedae6a..ba021b5853c 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -64,27 +64,27 @@ path = "../gfx_traits" [dependencies] app_units = {version = "0.2", features = ["plugins"]} -cssparser = { version = "0.5", features = [ "serde-serialization" ] } -log = "0.3" -encoding = "0.2" -fnv = "1.0" -hyper = { version = "0.7", features = [ "serde-serialization" ] } -time = "0.1.12" bitflags = "0.3" -rustc-serialize = "0.3" -libc = "0.2" -unicase = "1.0" -num = "0.1.24" -websocket = "0.14.0" -uuid = "0.1.16" -smallvec = "0.1" -html5ever = { version = "0.4", features = ["unstable"] } -selectors = "0.4.1" -string_cache = { version = "0.2", features = ["unstable"] } -euclid = {version = "0.6.1", features = ["plugins"]} -rand = "0.3" -serde = "0.6" caseless = "0.1.0" +cssparser = { version = "0.5", features = [ "serde-serialization" ] } +encoding = "0.2" +euclid = {version = "0.6.1", features = ["plugins"]} +fnv = "1.0" +html5ever = { version = "0.4", features = ["unstable"] } +hyper = { version = "0.7", features = [ "serde-serialization" ] } image = "0.5.0" -url = "0.5.4" +libc = "0.2" +log = "0.3" +num = "0.1.24" +rand = "0.3" ref_slice = "0.1.0" +rustc-serialize = "0.3" +selectors = "0.4.1" +serde = "0.6" +smallvec = "0.1" +string_cache = { version = "0.2", features = ["unstable"] } +time = "0.1.12" +unicase = "1.0" +url = "0.5.4" +uuid = "0.1.16" +websocket = "0.14.0" diff --git a/components/script_traits/Cargo.toml b/components/script_traits/Cargo.toml index 5b3f25aa6fa..12d68a325f7 100644 --- a/components/script_traits/Cargo.toml +++ b/components/script_traits/Cargo.toml @@ -42,8 +42,8 @@ git = "https://github.com/servo/ipc-channel" [dependencies] app_units = {version = "0.2", features = ["plugins"]} -libc = "0.2" euclid = {version = "0.6.1", features = ["plugins"]} +libc = "0.2" serde = "0.6" serde_macros = "0.6" time = "0.1.12" diff --git a/components/servo/Cargo.toml b/components/servo/Cargo.toml index 6c75515cf0c..21d767c93b0 100644 --- a/components/servo/Cargo.toml +++ b/components/servo/Cargo.toml @@ -157,8 +157,8 @@ version = "0.2" git = "https://github.com/ecoal95/rust-offscreen-rendering-context" [dependencies] -env_logger = "0.3" bitflags = "0.3" +env_logger = "0.3" +euclid = {version = "0.6.1", features = ["plugins"]} libc = "0.2" url = {version = "0.5.4", features = ["serde_serialization", "query_encoding"]} -euclid = {version = "0.6.1", features = ["plugins"]} diff --git a/components/style_traits/Cargo.toml b/components/style_traits/Cargo.toml index 302ac6d8076..60aa8ed54bf 100644 --- a/components/style_traits/Cargo.toml +++ b/components/style_traits/Cargo.toml @@ -16,8 +16,8 @@ path = "../plugins" [dependencies] cssparser = { version = "0.5", features = [ "serde-serialization" ] } euclid = {version = "0.6.1", features = ["plugins"]} -log = "0.3" lazy_static = "0.1.10" +log = "0.3" num = "0.1.24" rustc-serialize = "0.3" selectors = "0.4.1" diff --git a/components/util/Cargo.toml b/components/util/Cargo.toml index 78a12b029ef..73a3f0a7f2c 100644 --- a/components/util/Cargo.toml +++ b/components/util/Cargo.toml @@ -46,24 +46,24 @@ git = "https://github.com/servo/ipc-channel" [dependencies] app_units = {version = "0.2", features = ["plugins"]} -cssparser = { version = "0.5", features = [ "serde-serialization" ] } -log = "0.3" bitflags = "0.3" +cssparser = { version = "0.5", features = [ "serde-serialization" ] } +euclid = {version = "0.6.1", features = ["unstable", "plugins"]} +getopts = "0.2.11" html5ever = { version = "0.4", features = ["unstable"], optional = true } +hyper = { version = "0.7", optional = true } +lazy_static = "0.1" libc = "0.2" +log = "0.3" +num = "0.1.24" +num_cpus = "0.2.2" rand = "0.3" rustc-serialize = "0.3" -smallvec = "0.1" -num_cpus = "0.2.2" -num = "0.1.24" -euclid = {version = "0.6.1", features = ["unstable", "plugins"]} selectors = "0.4.1" serde = "0.6" serde_macros = "0.6" +smallvec = "0.1" string_cache = "0.2" -lazy_static = "0.1" -getopts = "0.2.11" -hyper = { version = "0.7", optional = true } url = {version = "0.5.4", features = ["serde_serialization"]} uuid = "0.1.17"