summaryrefslogtreecommitdiffstats
path: root/below/Cargo.toml
blob: d09196b75e8c5b15d2f6bf8e6a302e4dab7ccf28 (plain)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
# @generated by autocargo

[package]
name = "below"
version = "0.4.1"
authors = ["Daniel Xu <dlxu@fb.com>", "Facebook"]
edition = "2021"
description = "An interactive tool to view and record historical system data"
readme = "../README.md"
repository = "https://github.com/facebookincubator/below"
license = "Apache-2.0"

[dependencies]
anyhow = "1.0"
cgroupfs = { version = "0.4.1", path = "cgroupfs" }
common = { package = "below-common", version = "0.4.1", path = "common" }
config = { package = "below-config", version = "0.4.1", path = "config" }
cursive = { version = "0.16.0", features = ["crossterm", "termion"], default-features = false }
dump = { package = "below-dump", version = "0.4.1", path = "dump" }
libbpf-rs = "0.14.0"
libc = "0.2.98"
model = { package = "below-model", version = "0.4.1", path = "model" }
once_cell = "1.8"
plain = "0.2"
procfs = { package = "fb_procfs", version = "0.4.1", path = "procfs" }
regex = "1.5.4"
serde_json = { version = "1.0.64", features = ["float_roundtrip", "unbounded_depth"] }
signal-hook = "0.3"
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
slog-async = "2.3"
slog-term = "2.8"
store = { package = "below-store", version = "0.4.1", path = "store" }
structopt = "0.3.23"
users = "0.11"
view = { package = "below-view", version = "0.4.1", path = "view" }

[dev-dependencies]
maplit = "1.0"
rand = { version = "0.8", features = ["small_rng"] }
tempdir = "0.3"

[build-dependencies]
libbpf-cargo = "0.9.3"

[features]
enable_backtrace = []