rust-warrior 0.14.1

Game for learning Rust, inspired by Ruby Warrior
Documentation
# 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 = "2024"
name = "rust-warrior"
version = "0.14.1"
authors = ["Russell Cousineau <miller.time.baby@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Game for learning Rust, inspired by Ruby Warrior"
documentation = "https://docs.rs/rust-warrior/"
readme = "README.md"
keywords = [
    "game",
    "learning",
    "rust",
]
categories = ["games"]
license = "MIT"
repository = "https://github.com/miller-time/rust-warrior"

[badges.maintenance]
status = "actively-developed"

[features]
ncurses = ["dep:ncurses-lite"]

[lib]
name = "rust_warrior"
path = "src/lib.rs"

[[bin]]
name = "rust-warrior"
path = "src/main.rs"

[[test]]
name = "floor_tests"
path = "tests/floor_tests.rs"

[[test]]
name = "unit_tests"
path = "tests/unit_tests.rs"

[[test]]
name = "warrior_tests"
path = "tests/warrior_tests.rs"

[dependencies.base64]
version = "0.22"

[dependencies.ncurses-lite]
version = "0.2"
optional = true

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.toml]
version = "1.0"