# 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-view" version = "0.8.1" authors = [ "Daniel Xu ", "Facebook", ] description = "View crate for below" license = "Apache-2.0" repository = "https://github.com/facebookincubator/below" [dependencies.anyhow] version = "1.0.75" [dependencies.chrono] version = "0.4" features = [ "clock", "serde", "std", ] default-features = false [dependencies.common] version = "0.8.1" package = "below-common" [dependencies.crossterm] version = "0.27.0" features = ["event-stream"] [dependencies.cursive] version = "0.20.0" features = ["crossterm-backend"] default-features = false [dependencies.cursive_buffered_backend] version = "0.6.1" [dependencies.enum-iterator] version = "1.4.1" [dependencies.humantime] version = "2.1" [dependencies.itertools] version = "0.11.0" [dependencies.libc] version = "0.2.139" [dependencies.model] version = "0.8.1" package = "below-model" [dependencies.once_cell] version = "1.12" [dependencies.render] version = "0.8.1" package = "below-render" [dependencies.serde] version = "1.0.185" features = [ "derive", "rc", ] [dependencies.slog] version = "2.7" features = [ "max_level_trace", "nested-values", ] [dependencies.store] version = "0.8.1" package = "below-store" [dependencies.toml] version = "0.8.4" [dev-dependencies.tempfile] version = "3.8"