[package] name = "profile" version = "0.0.1" authors = ["The Servo Project Developers"] license = "MPL-2.0" publish = false [lib] name = "profile" path = "lib.rs" [dependencies] profile_traits = {path = "../profile_traits"} ipc-channel = "0.7" heartbeats-simple = "0.4" log = "0.3.5" serde = "0.9" serde_derive = "0.9" serde_json = "0.9" servo_config = {path = "../config"} time = "0.1.12" [target.'cfg(target_os = "macos")'.dependencies] task_info = {path = "../../support/rust-task_info"} [target.'cfg(target_os = "linux")'.dependencies] regex = "0.2" [target.'cfg(not(target_os = "windows"))'.dependencies] libc = "0.2"