hyperchad_simulator 0.2.0

MoosicBox HyperChad Simulator package
Documentation
# 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 = "2024"
name = "hyperchad_simulator"
version = "0.2.0"
authors = ["Braden Steffaniak"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MoosicBox HyperChad Simulator package"
readme = "README.md"
keywords = [
    "hyperchad",
    "simulation",
    "testing",
]
categories = [
    "development-tools",
    "simulation",
]
license = "MPL-2.0"
repository = "https://github.com/MoosicBox/MoosicBox"

[package.metadata]
examples = false

[package.metadata.workspaces]
group = "hyperchad"

[features]
default = []
fail-on-warnings = [
    "hyperchad_test_utils?/fail-on-warnings",
    "moosicbox_assert/fail-on-warnings",
    "simvar/fail-on-warnings",
    "switchy_web_server_simulator/fail-on-warnings",
]
renderer-egui = []
renderer-fltk = []
renderer-html = []
renderer-vanilla-js = []
test-utils = ["dep:hyperchad_test_utils"]

[lib]
name = "hyperchad_simulator"
path = "src/lib.rs"

[[example]]
name = "basic_simulation"
path = "examples/basic_simulation.rs"

[dependencies.hyperchad_test_utils]
version = "0.2.0"
optional = true
default-features = false

[dependencies.log]
version = "0.4.29"
features = ["release_max_level_trace"]

[dependencies.moosicbox_assert]
version = "0.2.0"
default-features = false

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.simvar]
version = "0.2.0"
default-features = false

[dependencies.switchy_web_server_simulator]
version = "0.2.0"
default-features = false

[dependencies.thiserror]
version = "2.0.18"