mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Cargo.toml cleanup (#34031)
Signed-off-by: Alex Touchet <26315797+atouchet@users.noreply.github.com>
This commit is contained in:
parent
20ce979c4c
commit
ccafda9a59
1 changed files with 8 additions and 8 deletions
16
Cargo.toml
16
Cargo.toml
|
@ -2,8 +2,8 @@
|
||||||
resolver = "2"
|
resolver = "2"
|
||||||
members = [
|
members = [
|
||||||
"ports/servoshell",
|
"ports/servoshell",
|
||||||
"tests/unit/*",
|
|
||||||
"support/crown",
|
"support/crown",
|
||||||
|
"tests/unit/*",
|
||||||
]
|
]
|
||||||
default-members = ["ports/servoshell"]
|
default-members = ["ports/servoshell"]
|
||||||
exclude = [".cargo"]
|
exclude = [".cargo"]
|
||||||
|
@ -18,7 +18,7 @@ rust-version = "1.80.1"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
accountable-refcell = "0.2.0"
|
accountable-refcell = "0.2.0"
|
||||||
aes = { version = "0.8.4" }
|
aes = "0.8.4"
|
||||||
app_units = "0.7"
|
app_units = "0.7"
|
||||||
arrayvec = "0.7"
|
arrayvec = "0.7"
|
||||||
async-tungstenite = { version = "0.23", features = ["tokio-rustls-webpki-roots"] }
|
async-tungstenite = { version = "0.23", features = ["tokio-rustls-webpki-roots"] }
|
||||||
|
@ -33,9 +33,9 @@ bluetooth_traits = { path = "components/shared/bluetooth" }
|
||||||
byteorder = "1.5"
|
byteorder = "1.5"
|
||||||
canvas_traits = { path = "components/shared/canvas" }
|
canvas_traits = { path = "components/shared/canvas" }
|
||||||
cbc = "0.1.2"
|
cbc = "0.1.2"
|
||||||
cipher = { version = "0.4.4", features = ["alloc"] }
|
|
||||||
cfg-if = "1.0.0"
|
cfg-if = "1.0.0"
|
||||||
chrono = { version = "0.4", features = ["serde"] }
|
chrono = { version = "0.4", features = ["serde"] }
|
||||||
|
cipher = { version = "0.4.4", features = ["alloc"] }
|
||||||
compositing_traits = { path = "components/shared/compositing" }
|
compositing_traits = { path = "components/shared/compositing" }
|
||||||
content-security-policy = { version = "0.5", features = ["serde"] }
|
content-security-policy = { version = "0.5", features = ["serde"] }
|
||||||
cookie = { package = "cookie", version = "0.18" }
|
cookie = { package = "cookie", version = "0.18" }
|
||||||
|
@ -50,10 +50,10 @@ encoding_rs = "0.8"
|
||||||
env_logger = "0.10"
|
env_logger = "0.10"
|
||||||
euclid = "0.22"
|
euclid = "0.22"
|
||||||
fnv = "1.0"
|
fnv = "1.0"
|
||||||
|
fonts_traits = { path = "components/shared/fonts" }
|
||||||
freetype-sys = "0.20"
|
freetype-sys = "0.20"
|
||||||
fxhash = "0.2"
|
fxhash = "0.2"
|
||||||
getopts = "0.2.11"
|
getopts = "0.2.11"
|
||||||
fonts_traits = { path = "components/shared/fonts" }
|
|
||||||
gleam = "0.15"
|
gleam = "0.15"
|
||||||
glib = "0.19"
|
glib = "0.19"
|
||||||
glow = "0.15"
|
glow = "0.15"
|
||||||
|
@ -76,8 +76,6 @@ imsz = "0.2"
|
||||||
indexmap = { version = "2.5.0", features = ["std"] }
|
indexmap = { version = "2.5.0", features = ["std"] }
|
||||||
ipc-channel = "0.19"
|
ipc-channel = "0.19"
|
||||||
itertools = "0.13"
|
itertools = "0.13"
|
||||||
tikv-jemalloc-sys = "0.6.0"
|
|
||||||
tikv-jemallocator = "0.6.0"
|
|
||||||
keyboard-types = "0.7"
|
keyboard-types = "0.7"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
@ -129,14 +127,16 @@ surfman = { git = "https://github.com/servo/surfman", rev = "e0c34af64f2860bc56b
|
||||||
syn = { version = "2", default-features = false, features = ["clone-impls", "derive", "parsing"] }
|
syn = { version = "2", default-features = false, features = ["clone-impls", "derive", "parsing"] }
|
||||||
synstructure = "0.13"
|
synstructure = "0.13"
|
||||||
thin-vec = "0.2.13"
|
thin-vec = "0.2.13"
|
||||||
|
tikv-jemalloc-sys = "0.6.0"
|
||||||
|
tikv-jemallocator = "0.6.0"
|
||||||
time_03 = { package = "time", version = "0.3", features = ["large-dates", "local-offset", "serde"] }
|
time_03 = { package = "time", version = "0.3", features = ["large-dates", "local-offset", "serde"] }
|
||||||
to_shmem = { git = "https://github.com/servo/stylo", branch = "2024-10-04" }
|
to_shmem = { git = "https://github.com/servo/stylo", branch = "2024-10-04" }
|
||||||
tokio = "1"
|
tokio = "1"
|
||||||
tokio-rustls = "0.24"
|
tokio-rustls = "0.24"
|
||||||
tungstenite = "0.20"
|
|
||||||
tracing = "0.1.40"
|
tracing = "0.1.40"
|
||||||
tracing-subscriber = "0.3.18"
|
|
||||||
tracing-perfetto = "0.1.1"
|
tracing-perfetto = "0.1.1"
|
||||||
|
tracing-subscriber = "0.3.18"
|
||||||
|
tungstenite = "0.20"
|
||||||
uluru = "3.0"
|
uluru = "3.0"
|
||||||
unicode-bidi = "0.3.17"
|
unicode-bidi = "0.3.17"
|
||||||
unicode-properties = { version = "0.1.3", features = ["emoji"] }
|
unicode-properties = { version = "0.1.3", features = ["emoji"] }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue