phyz 0.2.0

Multi-physics differentiable simulation engine
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 = "phyz"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-physics differentiable simulation engine"
homepage = "https://phyz.dev"
readme = false
license = "MIT"
repository = "https://github.com/ecto/phyz"
resolver = "2"

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

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

[dependencies.tang]
version = "0.2.0"
features = [
    "std",
    "la",
]

[dev-dependencies.approx]
version = "0.5"