peace_items 0.0.13

Collection of items the peace framework
Documentation
[dependencies.peace_item_blank]
optional = true
version = "0.0.13"

[dependencies.peace_item_file_download]
optional = true
version = "0.0.13"

[dependencies.peace_item_sh_cmd]
optional = true
version = "0.0.13"

[dependencies.peace_item_tar_x]
optional = true
version = "0.0.13"
[dev-dependencies.peace]
default-features = false
version = "0.0.13"

[features]
blank = ["dep:peace_item_blank"]
default = []
error_reporting = ["peace/error_reporting", "peace_item_blank?/error_reporting", "peace_item_file_download?/error_reporting", "peace_item_sh_cmd?/error_reporting", "peace_item_tar_x?/error_reporting"]
file_download = ["dep:peace_item_file_download"]
output_progress = ["peace/output_progress", "peace_item_blank?/output_progress", "peace_item_file_download?/output_progress", "peace_item_sh_cmd?/output_progress", "peace_item_tar_x?/output_progress"]
sh_cmd = ["dep:peace_item_sh_cmd"]
tar_x = ["dep:peace_item_tar_x"]

[lib]
doctest = true
test = false

[package]
authors = ["Azriel Hoh <azriel91@gmail.com>"]
categories = ["asynchronous", "config"]
description = "Collection of items the peace framework"
documentation = "https://docs.rs/peace_items/"
edition = "2021"
homepage = "https://peace.mk"
keywords = ["automation"]
license = "MIT OR Apache-2.0"
name = "peace_items"
readme = "README.md"
repository = "https://github.com/azriel91/peace"
version = "0.0.13"
[package.metadata.docs.rs]
all-features = true