[package] name = "crosstermine" version = "3.3.0" # change with html_root_url in main.rs edition = "2021" authors = ["nomissbowling "] description = "mine for Rust with crossterm" keywords = ["mine", "stdout", "stdin", "crossterm", "console"] categories = ["development-tools", "game-development", "command-line-utilities", "command-line-interface"] license = "MIT" documentation = "https://docs.rs/crosstermine/" homepage = "https://crates.io/crates/crosstermine" repository = "https://github.com/nomissbowling/crosstermine" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = { version = "0.8.5" } mvc-rs = { version = "3.3" } minefield = { version = "3.3" } prayterm = { version = "1.0" } crossterm = { version = "0.27.0" } # crossterm = { version = "0.27.0", features = ["event-stream"] } # crossbeam-channel = "0.5.12"