peace_rt_model_hack 0.0.13

Hack to selectively enable features in target specific crates.
Documentation
[dependencies]

[features]
default = []
error_reporting = ["peace_rt_model_native/error_reporting", "peace_rt_model_web/error_reporting"]
output_progress = ["peace_rt_model_native/output_progress", "peace_rt_model_web/output_progress"]

[lib]
doctest = false
test = false

[package]
authors = ["Azriel Hoh <azriel91@gmail.com>"]
categories = ["asynchronous", "config"]
description = "Hack to selectively enable features in target specific crates."
documentation = "https://docs.rs/peace_rt_model_hack/"
edition = "2021"
homepage = "https://peace.mk"
keywords = ["automation"]
license = "MIT OR Apache-2.0"
name = "peace_rt_model_hack"
readme = "README.md"
repository = "https://github.com/azriel91/peace"
version = "0.0.13"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.peace_rt_model_native]
version = "0.0.13"
[target."cfg(target_arch = \"wasm32\")".dependencies.peace_rt_model_web]
version = "0.0.13"