phyz 0.1.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.1.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.nalgebra]
version = "0.33"

[dependencies.phyz-collision]
version = "0.1.0"

[dependencies.phyz-compile]
version = "0.1.0"

[dependencies.phyz-contact]
version = "0.1.0"

[dependencies.phyz-coupling]
version = "0.1.0"

[dependencies.phyz-diff]
version = "0.1.0"

[dependencies.phyz-em]
version = "0.1.0"

[dependencies.phyz-format]
version = "0.1.0"

[dependencies.phyz-gpu]
version = "0.1.0"

[dependencies.phyz-gravity]
version = "0.1.0"

[dependencies.phyz-guardian]
version = "0.1.0"

[dependencies.phyz-lbm]
version = "0.1.0"

[dependencies.phyz-math]
version = "0.1.0"

[dependencies.phyz-md]
version = "0.1.0"

[dependencies.phyz-mjcf]
version = "0.1.0"

[dependencies.phyz-model]
version = "0.1.0"

[dependencies.phyz-particle]
version = "0.1.0"

[dependencies.phyz-prob]
version = "0.1.0"

[dependencies.phyz-qft]
version = "0.1.0"

[dependencies.phyz-real2sim]
version = "0.1.0"

[dependencies.phyz-rigid]
version = "0.1.0"

[dependencies.phyz-world]
version = "0.1.0"

[dependencies.rand]
version = "0.8"

[dependencies.rand_distr]
version = "0.4"

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