caustic 0.0.2

A General-Purpose 6D Collisionless Gravitational Dynamics Solver
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 = "caustic"
version = "0.0.2"
authors = ["Albin <albin@sjoegren.se>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A General-Purpose 6D Collisionless Gravitational Dynamics Solver"
readme = "README.md"
license = "GPL-3.0"
repository = "https://github.com/resonant-jovian/caustic"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.hdf5-metno]
version = "0.12.3"
optional = true

[dependencies.ndarray]
version = "0.17.2"

[dependencies.rayon]
version = "1.11.0"

[dependencies.rust_decimal]
version = "1.40.0"

[dependencies.rustfft]
version = "6.4.1"

[dependencies.thiserror]
version = "2.0.18"

[lints.rust]
unsafe_code = "forbid"