[package] name = "arguments" version = "0.8.0" edition = "2021" license = "Apache-2.0/MIT" authors = [ "Denis Kolodin ", "Ivan Ukhov ", ] description = "The package provides a parser for command-line arguments." documentation = "https://docs.rs/arguments" homepage = "https://github.com/stainless-steel/arguments" repository = "https://github.com/stainless-steel/arguments" [dependencies] options = "0.6"