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

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

[dependencies]
anyhow = "1.0.65"
chrono = { version = "0.4", features = ["clock", "serde", "std"], default-features = false }
common = { package = "below-common", version = "0.6.2", path = "../common" }
crossterm = { version = "0.23.1", features = ["event-stream"] }
cursive = { version = "0.19.0", features = ["crossterm-backend", "termion-backend"], default-features = false }
cursive_buffered_backend = "0.6.0"
humantime = "2.1"
itertools = "0.10.3"
libc = "0.2.132"
model = { package = "below-model", version = "0.6.2", path = "../model" }
once_cell = "1.12"
render = { package = "below-render", version = "0.6.2", path = "../render" }
serde = { version = "1.0.136", features = ["derive", "rc"] }
slog = { version = "2.7", features = ["max_level_trace", "nested-values"] }
store = { package = "below-store", version = "0.6.2", path = "../store" }
toml = "=0.5.8"

[dev-dependencies]
tempdir = "0.3"