[package] name = "lunar-magic-wrapper" version = "1.0.0" edition = "2021" description = "A lightweight wrapper around the command line functionality of Lunar Magic, a commonly used Super Mario World editor." keywords = ["smw", "lunar_magic", "wrapper", "lm"] license = "MIT OR Apache-2.0" repository = "https://github.com/Callisto-Build-System/lunar-magic-wrapper" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tempfile = "3.10.1" bitflags = "2.6.0"