# 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_hack" version = "0.0.13" authors = ["Azriel Hoh "] description = "Hack to selectively enable features in target specific crates." homepage = "https://peace.mk" documentation = "https://docs.rs/peace_rt_model_hack/" 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] [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", ] [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"