pantometry-core 0.16.0

Kernel for physical simulation: conservation audits, fixed-step integrators, fields, multi-domain scheduling and deterministic sampling
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 = "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"