[dependencies.clip_core]
version = "0.2.0"
[dependencies.clip_derive]
optional = true
version = "0.3.0"
[features]
derive = ["dep:clip_derive"]
[lib]
name = "clipv"
path = "src/lib.rs"
[package]
authors = ["Claire Bts <claxxx.bts@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface", "parsing"]
description = "Command line interpretor parser (and future validator)"
edition = "2021"
keywords = ["parsing"]
license = "GPL-3.0-or-later"
name = "clipv"
readme = "README.md"
repository = "https://github.com/ClaXXX/clip.git"
version = "0.3.0"
[[test]]
name = "as_arg"
path = "tests/as_arg.rs"
[[test]]
name = "as_command"
path = "tests/as_command.rs"
[[test]]
name = "from_str"
path = "tests/from_str.rs"
[[test]]
name = "parse"
path = "tests/parse.rs"
[[test]]
name = "try_parse"
path = "tests/try_parse.rs"