[workspace] members = [ "clip_core", "clip_derive" ] [workspace.package] license = "GPL-3.0-or-later" [package] name = "clipv" description = "Command line interpretor parser (and future validator)" authors = ["Claire Bts "] version = "0.2.0" edition = "2021" readme = "README.md" license = "GPL-3.0-or-later" keywords = ["parsing"] categories = ["command-line-interface", "parsing"] repository = "https://github.com/ClaXXX/clip.git" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] derive = ["dep:clip_derive"] [dependencies] clip_core = { version = "0.2.0", path = "./clip_core/" } clip_derive = { version = "0.2.0", path = "./clip_derive/", optional = true }