[package] name = "metrics" version = "0.0.1" authors = ["The Servo Project Developers"] license = "MPL-2.0" edition = "2018" publish = false [lib] name = "metrics" path = "lib.rs" [dependencies] gfx_traits = {path = "../gfx_traits"} ipc-channel = "0.11" log = "0.4" malloc_size_of = { path = "../malloc_size_of" } malloc_size_of_derive = "0.1" msg = {path = "../msg"} profile_traits = {path = "../profile_traits"} script_traits = {path = "../script_traits"} servo_config = {path = "../config"} servo_url = {path = "../url"} time = "0.1"