# 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-common" version = "0.8.1" authors = [ "Daniel Xu ", "Facebook", ] description = "Common below code" 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.cursive] version = "0.20.0" features = ["crossterm-backend"] default-features = false [dependencies.humantime] version = "2.1" [dependencies.once_cell] version = "1.12" [dependencies.regex] version = "1.9.2" [dependencies.slog] version = "2.7" features = [ "max_level_trace", "nested-values", ] [dependencies.slog-term] version = "2.8" [dependencies.walkdir] version = "2.3" [dev-dependencies.tempfile] version = "3.8"