# @generated by autocargo from //resctl/below:below [package] name = "below" version = "0.8.1" authors = ["Daniel Xu ", "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" [package.metadata] [package.metadata.deb] depends = "libelf1, libncursesw5, zlib1g" [package.metadata.deb.systemd-units] unit-name = "below" unit-scripts = "../etc" [dependencies] anyhow = "1.0.75" cgroupfs = { version = "0.8.1", path = "cgroupfs" } clap = { version = "4.5.2", features = ["derive", "env", "string", "unicode", "wrap_help"] } clap_complete = "4.5.1" common = { package = "below-common", version = "0.8.1", path = "common" } config = { package = "below-config", version = "0.8.1", path = "config" } cursive = { version = "0.20.0", features = ["crossterm-backend"], default-features = false } dump = { package = "below-dump", version = "0.8.1", path = "dump" } indicatif = { version = "0.17.6", features = ["improved_unicode", "rayon", "tokio"] } libbpf-rs = { version = "0.23", default-features = false } libc = "0.2.139" model = { package = "below-model", version = "0.8.1", path = "model" } once_cell = "1.12" plain = "0.2" procfs = { package = "fb_procfs", version = "0.8.1", path = "procfs" } regex = "1.9.2" serde_json = { version = "1.0.100", features = ["float_roundtrip", "unbounded_depth"] } signal-hook = "0.3" slog = { version = "2.7", features = ["max_level_trace", "nested-values"] } slog-term = "2.8" store = { package = "below-store", version = "0.8.1", path = "store" } tar = "0.4.40" tempfile = "3.8" tokio = { version = "1.36.0", features = ["full", "test-util", "tracing"] } uzers = "0.11.3" view = { package = "below-view", version = "0.8.1", path = "view" } [dev-dependencies] maplit = "1.0" portpicker = "0.1.1" [build-dependencies] libbpf-cargo = { version = "0.23", default-features = false } [features] default = ["libbpf-cargo/default", "libbpf-rs/default"] enable_backtrace = [] no-vendor = ["store/no-vendor"]