[dependencies.clap]
features = ["derive"]
version = "3.2.5"
[dependencies.config]
version = "0.11"
[dependencies.lazy_static]
version = "1.4.0"
[package]
authors = ["just-do-halee <just.do.halee@gmail.com>"]
categories = ["command-line-interface"]
description = "Most intuitive global cli maker. *(lazy_static + config-rs + clap)"
documentation = "https://docs.rs/argone"
edition = "2021"
homepage = "https://github.com/just-do-halee/argone"
include = ["src/**/*", "Cargo.toml", "LICENSE_*", "README.md"]
keywords = ["cli", "argument", "config", "clap", "lazy_static"]
license = "MIT OR Apache-2.0"
name = "argone"
readme = "README.md"
repository = "https://github.com/just-do-halee/argone"
resolver = "2"
version = "0.5.2"