# 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" version = "0.0.13" authors = ["Azriel Hoh "] description = "zero stress automation" homepage = "https://peace.mk" documentation = "https://docs.rs/peace/" readme = "README.md" keywords = ["automation"] categories = [ "asynchronous", "config", ] license = "MIT OR Apache-2.0" repository = "https://github.com/azriel91/peace" [lib] crate-type = [ "cdylib", "rlib", ] test = false doctest = true [dependencies.miette] version = "5.10.0" optional = true [dependencies.peace_cfg] version = "0.0.13" [dependencies.peace_cmd] version = "0.0.13" [dependencies.peace_cmd_model] version = "0.0.13" [dependencies.peace_cmd_rt] version = "0.0.13" [dependencies.peace_data] version = "0.0.13" [dependencies.peace_diff] version = "0.0.13" [dependencies.peace_fmt] version = "0.0.13" [dependencies.peace_params] version = "0.0.13" [dependencies.peace_resources] version = "0.0.13" [dependencies.peace_rt] version = "0.0.13" [dependencies.peace_rt_model] version = "0.0.13" [features] default = [] error_reporting = [ "dep:miette", "miette?/fancy", "peace_cmd_model/error_reporting", "peace_cmd_rt/error_reporting", "peace_params/error_reporting", "peace_rt/error_reporting", "peace_rt_model/error_reporting", ] output_in_memory = ["peace_rt_model/output_in_memory"] output_progress = [ "peace_cmd_rt/output_progress", "peace_cfg/output_progress", "peace_rt/output_progress", "peace_rt_model/output_progress", ]