# 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-tabs" version = "0.8.0" authors = [ "Fin Christensen ", "Johannes Wünsche ", ] description = "Tabs for gyscos/cursive views" documentation = "https://docs.rs/cursive-tabs" readme = "README.md" keywords = [ "cursive", "tui", "terminal", "tabs", "view", ] license = "BSD-3-Clause" repository = "https://github.com/deinstapel/cursive-tabs" [dependencies.crossbeam] version = "0.8" [dependencies.cursive_core] version = "0.4" [dependencies.log] version = "0.4" [dependencies.num] version = "0.4" [dev-dependencies.cursive] version = "0.21.0" [dev-dependencies.insta] version = "1.10.0" [dev-dependencies.serde_json] version = "1.0.74"