mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
These were discovered with cargo-machete. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
49 lines
1.4 KiB
TOML
49 lines
1.4 KiB
TOML
[package]
|
|
name = "layout_thread_2013"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[lib]
|
|
name = "layout_thread_2013"
|
|
path = "lib.rs"
|
|
|
|
[features]
|
|
tracing = ["dep:tracing", "layout/tracing"]
|
|
|
|
[dependencies]
|
|
app_units = { workspace = true }
|
|
base = { workspace = true }
|
|
embedder_traits = { workspace = true }
|
|
euclid = { workspace = true }
|
|
fnv = { workspace = true }
|
|
fxhash = { workspace = true }
|
|
fonts = { path = "../fonts" }
|
|
fonts_traits = { workspace = true }
|
|
ipc-channel = { workspace = true }
|
|
layout = { path = "../layout", package = "layout_2013" }
|
|
log = { workspace = true }
|
|
malloc_size_of = { workspace = true }
|
|
metrics = { path = "../metrics" }
|
|
net_traits = { workspace = true }
|
|
parking_lot = { workspace = true }
|
|
profile_traits = { workspace = true }
|
|
rayon = { workspace = true }
|
|
script = { path = "../script" }
|
|
script_layout_interface = { workspace = true }
|
|
script_traits = { workspace = true }
|
|
servo_allocator = { path = "../allocator" }
|
|
servo_arc = { workspace = true }
|
|
servo_atoms = { workspace = true }
|
|
servo_config = { path = "../config" }
|
|
servo_url = { path = "../url" }
|
|
style = { workspace = true }
|
|
style_traits = { workspace = true }
|
|
time = { workspace = true }
|
|
tracing = { workspace = true, optional = true }
|
|
url = { workspace = true }
|
|
webrender_api = { workspace = true }
|
|
webrender_traits = { workspace = true }
|