[package] name = "profile" version = "0.0.1" authors = ["The Servo Project Developers"] [lib] name = "profile" path = "lib.rs" [dependencies.profile_traits] path = "../profile_traits" [dependencies.plugins] path = "../plugins" [dependencies.util] path = "../util" [dependencies.hbs-pow] git = "https://github.com/libheartbeats/heartbeats-simple-rust.git" [dependencies.ipc-channel] git = "https://github.com/pcwalton/ipc-channel" [dependencies] log = "0.3" libc = "0.1" regex = "0.1.14" time = "0.1.12" [target.x86_64-apple-darwin.dependencies.task_info] path = "../../support/rust-task_info" [target.i686-apple-darwin.dependencies.task_info] path = "../../support/rust-task_info"