[package] name = "parthia" version = "0.1.1" authors = ["Nicholas Miklaucic "] description = "Fire Emblem calculations in Rust" license = "MIT OR Apache-2.0" repository = "https://github.com/nicholas-miklaucic/parthia" readme = "README.md" edition = "2018" keywords = ["mathematics", "fun"] categories = ["mathematics"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] strum = "0.20" strum_macros = "0.20" serde = {version = "1.0", features = ["derive"]} serde_json = "1.0"