dualis 0.8.0

Physics for simulated worlds: units, kernel, and five domains in one dependency
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 = "2021"
name = "dualis"
version = "0.8.0"
authors = ["Younghyeon Park and dualis contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Physics for simulated worlds: units, kernel, and five domains in one dependency"
readme = "README.md"
keywords = [
    "physics",
    "simulation",
    "optics",
    "thermal",
    "multiphysics",
]
categories = [
    "science",
    "simulation",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/YounghyeonPark/dualis"

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

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

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

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

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

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

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

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

[[test]]
name = "beam_heats_where_it_lands"
path = "tests/beam_heats_where_it_lands.rs"

[[test]]
name = "documented_version"
path = "tests/documented_version.rs"

[[test]]
name = "electrical_thermal"
path = "tests/electrical_thermal.rs"

[[test]]
name = "friction_heats"
path = "tests/friction_heats.rs"

[[test]]
name = "iterative_restore"
path = "tests/iterative_restore.rs"

[[test]]
name = "monte_carlo"
path = "tests/monte_carlo.rs"

[[test]]
name = "multiphysics"
path = "tests/multiphysics.rs"

[[test]]
name = "multirate_timing"
path = "tests/multirate_timing.rs"

[dependencies.dualis-acoustic]
version = "0.8.0"

[dependencies.dualis-core]
version = "0.8.0"

[dependencies.dualis-electrical]
version = "0.8.0"

[dependencies.dualis-mechanics]
version = "0.8.0"

[dependencies.dualis-molecular]
version = "0.8.0"

[dependencies.dualis-optics]
version = "0.8.0"

[dependencies.dualis-thermal]
version = "0.8.0"

[dependencies.dualis-units]
version = "0.8.0"

[dev-dependencies.glam]
version = "0.29"
features = ["serde"]