[package] name = "mkups" version = "0.1.0" description = "Toolkit for creating, applying, and inspecting .ups patches" homepage = "https://sr.ht/~raphi/mkups" repository = "https://git.sr.ht/~raphi/mkups" keywords = [ "romhacking", "gamedev" ] categories = [ "command-line-utilities" ] license = "MIT" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.0.29", features = [ "derive" ] } crc = "2.0" nix = { version = "0.26.1", features = [ "mman" ] } nom = "7"