[package] name = "migparser" version = "0.2.1" edition = "2021" authors = ["Miguel Granero"] description = "Simple argument parser for small applications" license = "MIT" keywords = ["argument", "arg", "parser"] repository = "https://github.com/Migran99/migparser" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] strum = "0.24" strum_macros = "0.24" migformatting = "0.1.0"