File: Cargo.toml.orig

package info (click to toggle)
rust-pico-args 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 152 kB
  • sloc: makefile: 4
file content (18 lines) | stat: -rw-r--r-- 447 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "pico-args"
version = "0.5.0"
authors = ["Yevhenii Reizner <razrfalcon@gmail.com>"]
edition = "2018"
keywords = ["args", "cli"]
license = "MIT"
description = "An ultra simple CLI arguments parser."
repository = "https://github.com/RazrFalcon/pico-args"
documentation = "https://docs.rs/pico-args/"
readme = "README.md"
exclude = ["test-apps/**"]

[features]
default = []
eq-separator = []
combined-flags = []
short-space-opt = []