[package]
edition = "2021"
name = "pantometry-core"
version = "0.16.0"
authors = ["Younghyeon Park and pantometry contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Kernel for physical simulation: conservation audits, fixed-step integrators, fields, multi-domain scheduling and deterministic sampling"
readme = "README.md"
keywords = [
"physics",
"simulation",
"multiphysics",
"integrator",
"deterministic",
]
categories = [
"science",
"simulation",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/YounghyeonPark/pantometry"
[lib]
name = "pantometry_core"
path = "src/lib.rs"
[[test]]
name = "a_mixture"
path = "tests/a_mixture.rs"
[[test]]
name = "per_domain_books"
path = "tests/per_domain_books.rs"
[[test]]
name = "per_quantity_tolerances"
path = "tests/per_quantity_tolerances.rs"
[dependencies.glam]
version = "0.29"
features = ["serde"]
[dependencies.pantometry-units]
version = "0.16.0"
[dependencies.serde]
version = "1"
features = ["derive"]
[dev-dependencies.serde_json]
version = "1"