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

[package]
name = "below-model"
version = "0.6.0"
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.56"
async-trait = "0.1.56"
below_derive = { version = "0.6.0", path = "../below_derive" }
btrfs = { package = "below-btrfs", version = "0.6.0", path = "../btrfs" }
cgroupfs = { version = "0.6.0", path = "../cgroupfs" }
common = { package = "below-common", version = "0.6.0", path = "../common" }
fbinit = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
gpu-stats = { package = "below-gpu-stats", version = "0.6.0", path = "../gpu_stats" }
hostname = "0.3"
os_info = "3.0.7"
procfs = { package = "fb_procfs", version = "0.6.0", path = "../procfs" }
regex = "1.5.4"
serde = { version = "1.0.136", features = ["derive", "rc"] }
serde_json = { version = "1.0.79", features = ["float_roundtrip", "unbounded_depth"] }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }

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