# 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_rt_model_core" version = "0.0.13" authors = ["Azriel Hoh "] description = "Core runtime traits for the peace automation framework." homepage = "https://peace.mk" documentation = "https://docs.rs/peace_rt_model_core/" readme = "README.md" keywords = ["automation"] categories = [ "asynchronous", "config", ] license = "MIT OR Apache-2.0" repository = "https://github.com/azriel91/peace" [lib] test = false doctest = false [dependencies.async-trait] version = "0.1.77" [dependencies.cfg-if] version = "1.0.0" [dependencies.indexmap] version = "2.1.0" [dependencies.indicatif] version = "0.17.7" features = ["tokio"] [dependencies.miette] version = "5.10.0" features = ["fancy"] optional = true [dependencies.peace_cmd_model] version = "0.0.13" [dependencies.peace_core] 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.serde] version = "1.0.196" [dependencies.serde_json] version = "1.0.112" [dependencies.serde_yaml] version = "0.9.30" [dependencies.thiserror] version = "1.0.56" [dependencies.type_reg] version = "0.7.0" features = [ "debug", "untagged", "ordered", "resman", ] [features] default = [] error_reporting = [ "dep:miette", "peace_cmd_model/error_reporting", ] output_in_memory = ["indicatif/in_memory"] output_progress = ["peace_core/output_progress"] [target."cfg(target_arch = \"wasm32\")".dependencies.base64] version = "0.21.7"