# 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 = "2018" name = "cursive-flexi-logger-view" version = "0.6.0" authors = [ "Fin Christensen ", "Johannes Wünsche ", ] description = "An alternative debug view for gyscos/cursive using emabee/flexi_logger" documentation = "https://docs.rs/cursive-flexi-logger-view" readme = "README.md" keywords = [ "cursive-views", "cursive", "logging", "debug", "terminal", ] license = "BSD-3-Clause" repository = "https://github.com/deinstapel/cursive-flexi-logger-view" [dependencies.arraydeque] version = "0.4" [dependencies.cursive_core] version = "0.4" [dependencies.flexi_logger] version = "0.22" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.time] version = "0.3.5" [dependencies.unicode-width] version = "0.1" [dev-dependencies.cursive] version = "0.21.0"