rood 0.1.4

General & configurable tools library for Purposed projects
Documentation
[dependencies.colored]
optional = true
version = "1.9.0"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.104"

[features]
cli = ["colored"]
default = ["minimal"]
errors = []
full = ["light"]
light = ["minimal", "serialization"]
minimal = ["cli", "errors", "sys"]
serialization = ["serde"]
sys = []

[package]
authors = ["William Dussault <dalloriam@gmail.com>", "Purposed"]
description = "General & configurable tools library for Purposed projects"
edition = "2018"
license-file = "LICENSE"
name = "rood"
repository = "https://github.com/purposed/rood"
version = "0.1.4"