1 | [package] |
---|---|
2 | name = "pico-args" |
3 | version = "0.5.0" |
4 | authors = ["Yevhenii Reizner <razrfalcon@gmail.com>"] |
5 | edition = "2018" |
6 | keywords = ["args", "cli"] |
7 | license = "MIT" |
8 | description = "An ultra simple CLI arguments parser." |
9 | repository = "https://github.com/RazrFalcon/pico-args" |
10 | documentation = "https://docs.rs/pico-args/" |
11 | readme = "README.md" |
12 | exclude = ["test-apps/**"] |
13 | |
14 | [features] |
15 | default = [] |
16 | eq-separator = [] |
17 | combined-flags = [] |
18 | short-space-opt = [] |
19 |