# 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 = "cursive_table_view" version = "0.15.0" authors = [ "Ivo Wetzel ", "Alexandre Bury ", ] description = "A basic table view implementation for cursive." readme = "README.md" keywords = [ "cursive", "ncurses", "TUI", "UI", "table", ] categories = [ "command-line-interface", "gui", ] license = "MIT/Apache-2.0" repository = "https://github.com/BonsaiDen/cursive_table_view.git" [dependencies.cursive_core] version = "0.4.0" [dev-dependencies.cursive] version = "0.21.0" [dev-dependencies.rand] version = "0.8"