mirror of
https://github.com/servo/servo
synced 2026-05-02 04:17:38 +02:00
32 lines
568 B
TOML
32 lines
568 B
TOML
[package]
|
|
name = "profile_traits"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "profile_traits"
|
|
path = "lib.rs"
|
|
|
|
[features]
|
|
energy-profiling = ["energymon", "energy-monitor"]
|
|
|
|
[dependencies.ipc-channel]
|
|
git = "https://github.com/servo/ipc-channel"
|
|
|
|
[dependencies.energymon]
|
|
git = "https://github.com/energymon/energymon-rust.git"
|
|
optional = true
|
|
|
|
[dependencies.energy-monitor]
|
|
version = "0.1.0"
|
|
optional = true
|
|
|
|
[dependencies.plugins]
|
|
path = "../plugins"
|
|
|
|
[dependencies]
|
|
serde = "0.6"
|
|
serde_macros = "0.6"
|
|
time = "0.1.12"
|