# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "below" version = "0.8.1" authors = [ "Daniel Xu ", "Facebook", ] description = "An interactive tool to view and record historical system data" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/facebookincubator/below" [package.metadata.deb] depends = "libelf1, libncursesw5, zlib1g" [package.metadata.deb.systemd-units] unit-name = "below" unit-scripts = "../etc" [dependencies.anyhow] version = "1.0.75" [dependencies.cgroupfs] version = "0.8.1" [dependencies.clap] version = "4.5.2" features = [ "derive", "env", "string", "unicode", "wrap_help", ] [dependencies.clap_complete] version = "4.5.1" [dependencies.common] version = "0.8.1" package = "below-common" [dependencies.config] version = "0.8.1" package = "below-config" [dependencies.cursive] version = "0.20.0" features = ["crossterm-backend"] default-features = false [dependencies.dump] version = "0.8.1" package = "below-dump" [dependencies.indicatif] version = "0.17.6" features = [ "improved_unicode", "rayon", "tokio", ] [dependencies.libbpf-rs] version = "0.23" default-features = false [dependencies.libc] version = "0.2.139" [dependencies.model] version = "0.8.1" package = "below-model" [dependencies.once_cell] version = "1.12" [dependencies.plain] version = "0.2" [dependencies.procfs] version = "0.8.1" package = "fb_procfs" [dependencies.regex] version = "1.9.2" [dependencies.serde_json] version = "1.0.100" features = [ "float_roundtrip", "unbounded_depth", ] [dependencies.signal-hook] version = "0.3" [dependencies.slog] version = "2.7" features = [ "max_level_trace", "nested-values", ] [dependencies.slog-term] version = "2.8" [dependencies.store] version = "0.8.1" package = "below-store" [dependencies.tar] version = "0.4.40" [dependencies.tempfile] version = "3.8" [dependencies.tokio] version = "1.36.0" features = [ "full", "test-util", "tracing", ] [dependencies.uzers] version = "0.11.3" [dependencies.view] version = "0.8.1" package = "below-view" [dev-dependencies.maplit] version = "1.0" [dev-dependencies.portpicker] version = "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"]