aboutsummaryrefslogtreecommitdiffstats
path: root/components/profile_traits/Cargo.toml
blob: dc45ab23f1b4fd74c582890df5f79aebe6383622 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
name = "profile_traits"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
edition = "2018"
publish = false

[lib]
name = "profile_traits"
path = "lib.rs"

[features]
energy-profiling = ["energymon", "energy-monitor"]

[dependencies]
bincode = "1"
crossbeam-channel = "0.4"
energy-monitor = {version = "0.2.0", optional = true}
energymon = {git = "https://github.com/energymon/energymon-rust.git", optional = true}
ipc-channel = "0.14"
log = "0.4"
serde = "1.0"
servo_config = {path = "../config"}
signpost = {git = "https://github.com/pcwalton/signpost.git"}
time = "0.1.12"