snm
snm copied to clipboard
Update clap to 3.1
I was unable to build the upstream branch, so I took the liberty of updating Clap to make it work.
- Bump
clapto 3.1.9- feature "derive" needed for
Parserderive macro - feature "cargo" required for
crate_authorsand other macros - feature "env" required for
envfield in clap attribute
- feature "derive" needed for
- Replace deprecated
cargo_generatecrate withcargo_complete - Replace deprecated constructs according to suggestions