applause 0.1.1

Command Line Interfaces and Configuration Management made easy
Documentation
[dependencies.applause_derive]
optional = true
version = "0.1.1"

[dependencies.inventory]
version = "0.3.14"

[dependencies.log]
optional = true
version = "0.4.20"

[features]
default = ["derive", "log"]
derive = ["dep:applause_derive"]
log = ["dep:log"]

[package]
authors = ["Eric Evans (CireSnave@gmail.com)"]
categories = ["command-line-interface", "config", "development-tools", "no-std"]
description = "Command Line Interfaces and Configuration Management made easy"
documentation = "https://github.com/ciresnave/applause"
edition = "2021"
homepage = "https://github.com/ciresnave/applause"
keywords = ["binary", "bit", "bitfield", "bits", "byte"]
license = "MIT"
name = "applause"
readme = "README.md"
repository = "https://github.com/ciresnave/applause"
version = "0.1.1"