summaryrefslogtreecommitdiffstats
path: root/below/model/Cargo.toml
blob: f54e2d216e87b04b96b08e6a014b6b80e7559d12 (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
# @generated by autocargo from //resctl/below/model:below-model

[package]
name = "below-model"
version = "0.8.1"
authors = ["Daniel Xu <dlxu@fb.com>", "Facebook"]
edition = "2021"
description = "Model crate for below"
repository = "https://github.com/facebookincubator/below"
license = "Apache-2.0"

[dependencies]
anyhow = "1.0.75"
async-trait = "0.1.71"
below_derive = { version = "0.8.1", path = "../below_derive" }
btrfs = { package = "below-btrfs", version = "0.8.1", path = "../btrfs" }
cgroupfs = { version = "0.8.1", path = "../cgroupfs" }
common = { package = "below-common", version = "0.8.1", path = "../common" }
enum-iterator = "1.4.1"
ethtool = { package = "below-ethtool", version = "0.8.1", path = "../ethtool" }
gpu-stats = { package = "below-gpu-stats", version = "0.8.1", path = "../gpu_stats" }
hostname = "0.3"
os_info = "3.0.7"
procfs = { package = "fb_procfs", version = "0.8.1", path = "../procfs" }
regex = "1.9.2"
resctrlfs = { version = "0.8.1", path = "../resctrlfs" }
serde = { version = "1.0.185", features = ["derive", "rc"] }
serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }

[dev-dependencies]
futures = { version = "0.3.30", features = ["async-await", "compat"] }