# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "peace_items" version = "0.0.13" authors = ["Azriel Hoh "] description = "Collection of items the peace framework" homepage = "https://peace.mk" documentation = "https://docs.rs/peace_items/" readme = "README.md" keywords = ["automation"] categories = [ "asynchronous", "config", ] license = "MIT OR Apache-2.0" repository = "https://github.com/azriel91/peace" [package.metadata.docs.rs] all-features = true [lib] test = false doctest = true [dependencies.peace_item_blank] version = "0.0.13" optional = true [dependencies.peace_item_file_download] version = "0.0.13" optional = true [dependencies.peace_item_sh_cmd] version = "0.0.13" optional = true [dependencies.peace_item_tar_x] version = "0.0.13" optional = true [dev-dependencies.peace] version = "0.0.13" default-features = false [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"]