# 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-async-view" version = "0.8.0" authors = [ "Fin Christensen ", "Johannes Wünsche ", ] description = "A loading-screen wrapper for gyscos/cursive views" documentation = "https://docs.rs/cursive-async-view" readme = "README.md" keywords = [ "cursive-views", "cursive", "loading", "progress", "terminal", ] license = "BSD-3-Clause" repository = "https://github.com/deinstapel/cursive-async-view" [dependencies.crossbeam] version = "0.8" [dependencies.cursive_core] version = "0.4" [dependencies.doc-comment] version = "0.3" [dependencies.interpolation] version = "0.2" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.num] version = "0.4" [dependencies.send_wrapper] version = "0.5" [dev-dependencies.cursive] version = "0.21.0"