# 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" rust-version = "1.64" name = "redshell" version = "0.0.8" description = "A console-based hacking game" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/nic-hartley/redshell" [dependencies.dashmap] version = "5.4.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.paste] version = "1.0.5" [dependencies.tuig] version = "0.0.2" [dev-dependencies.tuig] version = "0.0.2" features = ["test_extras"] [features] plat_desktop = [ "tuig/std", "tuig/io_gui_softbuffer", "tuig/run_rayon", ] plat_ssh = [ "tuig/std", "tuig/io_cli_crossterm", "tuig/run_rayon", ]