# 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" version = "0.0.13" authors = ["Azriel Hoh "] description = "Runtime logic for the peace automation library." homepage = "https://peace.mk" documentation = "https://docs.rs/peace_rt/" 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.fn_graph] version = "0.12.0" features = [ "async", "interruptible", "resman", ] [dependencies.futures] version = "0.3.30" [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_params] version = "0.0.13" [dependencies.peace_resources] version = "0.0.13" [dependencies.peace_rt_model] version = "0.0.13" [dependencies.peace_rt_model_core] version = "0.0.13" [dependencies.peace_value_traits] version = "0.0.13" [dependencies.serde] version = "1.0.196" [dependencies.serde_yaml] version = "0.9.30" [dependencies.tokio] version = "1.35.1" features = ["sync"] [dependencies.tynm] version = "0.1.9" [features] default = [] error_reporting = [ "dep:miette", "peace_cmd_rt/error_reporting", "peace_rt_model/error_reporting", ] output_progress = [ "peace_cfg/output_progress", "peace_cmd/output_progress", "peace_rt_model/output_progress", "peace_rt_model_core/output_progress", ] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] version = "1.35.1" features = [ "fs", "io-util", ] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio-util] version = "0.7.10" features = [ "io", "io-util", ] [target."cfg(target_arch = \"wasm32\")".dependencies.peace_rt_model_web] version = "0.0.13" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2.90" features = ["serde-serialize"] [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3.67" features = [ "Storage", "Window", ]