# 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-multiplex" version = "0.7.0" authors = [ "Fin Christensen ", "Johannes Wünsche ", ] description = "A tmux like multiplexer for gyscos/cursive views" documentation = "https://docs.rs/cursive-multiplex" readme = "README.md" keywords = [ "cursive", "tui", "terminal", "tiling", "view", ] license = "BSD-3-Clause" repository = "https://github.com/deinstapel/cursive-multiplex" [dependencies.cursive_core] version = "0.4" [dependencies.indextree] version = "4.3" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1" [dev-dependencies.crossbeam] version = "0.8" [dev-dependencies.cursive] version = "0.21" [dev-dependencies.insta] version = "1.10.0" [dev-dependencies.serde_json] version = "1"