[package]
edition = "2021"
name = "pantometry"
version = "0.16.0"
authors = ["Younghyeon Park and pantometry contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Physics for simulated worlds: units, kernel, eleven domains and a scene layer 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/pantometry"
[lib]
name = "pantometry"
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 = "busbar_rating"
path = "examples/busbar_rating.rs"
[[example]]
name = "detector_snr"
path = "examples/detector_snr.rs"
[[example]]
name = "espresso_shot"
path = "examples/espresso_shot.rs"
[[example]]
name = "heat_in_three_dimensions"
path = "examples/heat_in_three_dimensions.rs"
[[example]]
name = "lens_spots"
path = "examples/lens_spots.rs"
[[example]]
name = "melting"
path = "examples/melting.rs"
[[example]]
name = "optical_bench"
path = "examples/optical_bench.rs"
[[example]]
name = "portafilter_flow"
path = "examples/portafilter_flow.rs"
[[example]]
name = "room_in_three_dimensions"
path = "examples/room_in_three_dimensions.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 = "a_shape_from_a_file"
path = "tests/a_shape_from_a_file.rs"
[[test]]
name = "a_slit"
path = "tests/a_slit.rs"
[[test]]
name = "any_material"
path = "tests/any_material.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 = "domain_readings"
path = "tests/domain_readings.rs"
[[test]]
name = "electrical_thermal"
path = "tests/electrical_thermal.rs"
[[test]]
name = "fields_and_rays"
path = "tests/fields_and_rays.rs"
[[test]]
name = "friction_heats"
path = "tests/friction_heats.rs"
[[test]]
name = "iterative_restore"
path = "tests/iterative_restore.rs"
[[test]]
name = "loss_and_lumps"
path = "tests/loss_and_lumps.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"
[[test]]
name = "one_channel_many_takers"
path = "tests/one_channel_many_takers.rs"
[[test]]
name = "substances_from_a_file"
path = "tests/substances_from_a_file.rs"
[[test]]
name = "two_consumers"
path = "tests/two_consumers.rs"
[[test]]
name = "two_parts_on_one_grid"
path = "tests/two_parts_on_one_grid.rs"
[[test]]
name = "two_wave_speeds"
path = "tests/two_wave_speeds.rs"
[dependencies.pantometry-acoustic]
version = "0.16.0"
[dependencies.pantometry-core]
version = "0.16.0"
[dependencies.pantometry-elastic]
version = "0.16.0"
[dependencies.pantometry-electrical]
version = "0.16.0"
[dependencies.pantometry-em]
version = "0.16.0"
[dependencies.pantometry-fluid]
version = "0.16.0"
[dependencies.pantometry-mechanics]
version = "0.16.0"
[dependencies.pantometry-molecular]
version = "0.16.0"
[dependencies.pantometry-optics]
version = "0.16.0"
[dependencies.pantometry-porous]
version = "0.16.0"
[dependencies.pantometry-quantum]
version = "0.16.0"
[dependencies.pantometry-scene]
version = "0.16.0"
[dependencies.pantometry-shape]
version = "0.16.0"
[dependencies.pantometry-thermal]
version = "0.16.0"
[dependencies.pantometry-units]
version = "0.16.0"
[dependencies.pantometry-view]
version = "0.16.0"
[dev-dependencies.glam]
version = "0.29"
features = ["serde"]
[dev-dependencies.serde_json]
version = "1"