Cargo.toml cleanup (#34031)

Signed-off-by: Alex Touchet <26315797+atouchet@users.noreply.github.com>
This commit is contained in:
Alex Touchet 2024-10-27 13:28:07 -07:00 committed by GitHub
parent 20ce979c4c
commit ccafda9a59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,8 +2,8 @@
resolver = "2"
members = [
"ports/servoshell",
"tests/unit/*",
"support/crown",
"tests/unit/*",
]
default-members = ["ports/servoshell"]
exclude = [".cargo"]
@ -18,7 +18,7 @@ rust-version = "1.80.1"
[workspace.dependencies]
accountable-refcell = "0.2.0"
aes = { version = "0.8.4" }
aes = "0.8.4"
app_units = "0.7"
arrayvec = "0.7"
async-tungstenite = { version = "0.23", features = ["tokio-rustls-webpki-roots"] }
@ -33,9 +33,9 @@ bluetooth_traits = { path = "components/shared/bluetooth" }
byteorder = "1.5"
canvas_traits = { path = "components/shared/canvas" }
cbc = "0.1.2"
cipher = { version = "0.4.4", features = ["alloc"] }
cfg-if = "1.0.0"
chrono = { version = "0.4", features = ["serde"] }
cipher = { version = "0.4.4", features = ["alloc"] }
compositing_traits = { path = "components/shared/compositing" }
content-security-policy = { version = "0.5", features = ["serde"] }
cookie = { package = "cookie", version = "0.18" }
@ -50,10 +50,10 @@ encoding_rs = "0.8"
env_logger = "0.10"
euclid = "0.22"
fnv = "1.0"
fonts_traits = { path = "components/shared/fonts" }
freetype-sys = "0.20"
fxhash = "0.2"
getopts = "0.2.11"
fonts_traits = { path = "components/shared/fonts" }
gleam = "0.15"
glib = "0.19"
glow = "0.15"
@ -76,8 +76,6 @@ imsz = "0.2"
indexmap = { version = "2.5.0", features = ["std"] }
ipc-channel = "0.19"
itertools = "0.13"
tikv-jemalloc-sys = "0.6.0"
tikv-jemallocator = "0.6.0"
keyboard-types = "0.7"
libc = "0.2"
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"] }
synstructure = "0.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"] }
to_shmem = { git = "https://github.com/servo/stylo", branch = "2024-10-04" }
tokio = "1"
tokio-rustls = "0.24"
tungstenite = "0.20"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
tracing-perfetto = "0.1.1"
tracing-subscriber = "0.3.18"
tungstenite = "0.20"
uluru = "3.0"
unicode-bidi = "0.3.17"
unicode-properties = { version = "0.1.3", features = ["emoji"] }