[package] name = "map-parser" description = "A library for parsing and converting maps from vsrg games." homepage = "https://github.com/vsrg-tools/" repository = "https://github.com/vsrg-tools/map-parser-rs" readme = "README.md" license-file = "LICENSE.md" version = "0.1.5" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bitflags = "1.3.2" num = "0.4.0" serde = { version = "1.0.145", features = ["derive"] } serde_yaml = "0.9.13" strum = "0.24.1" strum_macros = "0.24.3" zip = "0.6.3"