[package] name = "servo_url" version = "0.0.1" authors = ["The Servo Project Developers"] license = "MPL-2.0" edition = "2018" publish = false [lib] name = "servo_url" path = "lib.rs" [dependencies] malloc_size_of = { path = "../malloc_size_of", features = ["servo"] } malloc_size_of_derive = { workspace = true } serde = { workspace = true, features = ["derive"] } servo_rand = { path = "../rand" } to_shmem = { path = "../to_shmem" } url = { workspace = true, features = ["serde"] } uuid = { workspace = true, features = ["serde"] }