rust-warrior 0.3.3

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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "rust-warrior"
version = "0.3.3"
authors = ["Russell Cousineau <miller.time.baby@gmail.com>"]
description = "Game for learning Rust, inspired by Ruby Warrior"
documentation = "https://docs.rs/rust-warrior/"
readme = "README.md"
keywords = ["game", "learning", "rust", "specs"]
categories = ["games"]
license = "MIT"
repository = "https://github.com/miller-time/rust-warrior"
[dependencies.base64]
version = "0.2.0"

[dependencies.specs]
version = "0.15.0"
features = ["specs-derive"]

[dependencies.toml]
version = "0.5.1"
[badges.github]
branch = "master"
repository = "https://github.com/miller-time/rust-warrior"

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