shrs_derive_completion 0.0.2

Specify shell completions from derive macro
[[test]]
name = "tests"
path = "tests/test.rs"
[dependencies.derive_builder]
version = "0.12"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.shrs]
version = "^0.0.2"

[dependencies.syn]
features = ["full"]
version = "2"

[dependencies.thiserror]
version = "1"
[dev-dependencies.trybuild]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["MrPicklePinosaur", "nithinmuthukumar"]
categories = ["command-line-interface", "command-line-utilities", "development-tools"]
description = "Specify shell completions from derive macro"
edition = "2021"
homepage = "https://mrpicklepinosaur.github.io/shrs/"
keywords = ["shrs", "shell", "posix", "unix"]
license = "MIT OR Apache-2.0"
name = "shrs_derive_completion"
readme = "README.md"
repository = "https://github.com/MrPicklePinosaur/shrs"
version = "0.0.2"