rrr 0.0.0

Rust Rust Revolution as a library.
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 = "rrr"
version = "0.0.0"
authors = ["Fission", "Zageron"]
description = "Rust Rust Revolution as a library.\n"
homepage = "https://github.com/flashflashrevolution/rrr"
readme = "README.md"
keywords = ["game"]
categories = ["games"]
license = "AGPL-3.0"
repository = "https://github.com/flashflashrevolution/rrr"
[package.metadata.docs.rs]
features = ["serde1"]
[dependencies.num-rational]
version = "0.3.2"
features = ["std"]
default_features = false

[dependencies.serde]
version = "1.0.119"
features = ["derive"]
optional = true

[features]
default = ["serde1"]
serde1 = ["serde", "num-rational/serde"]