forked from DataDog/sirun
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
33 lines (28 loc) · 738 Bytes
/
Cargo.toml
File metadata and controls
33 lines (28 loc) · 738 Bytes
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
28
29
30
31
32
33
[package]
name = "sirun"
version = "0.1.11"
authors = ["Bryan English <bryan.english@datadoghq.com>"]
edition = "2018"
license = "Apache-2.0 OR MIT"
description = "A benchmark test runner"
readme = "README.md"
[profile.release]
lto = true
[dependencies]
async-std = { version = "1.9.0", features = ["unstable", "attributes"] }
serde_json = "1.0.64"
shlex = "1.0.0"
nix = "0.20.0"
assert_cmd = "1.0.3"
serde_yaml = "0.8.17"
lazy_static = "1.4.0"
serde = { version = "1.0.124", features = ["derive"] }
anyhow = "<=1.0.48"
which = "4.0.2"
[target.'cfg(target_os = "linux")'.dependencies]
perfcnt = "0.8.0"
[dev-dependencies]
predicates = "1.0.7"
serial_test = "0.5.1"
[target.'cfg(target_os = "linux")'.dev-dependencies]
caps = "0.5.5"