splashsurf 0.14.0

Command-line tool for surface reconstruction of SPH particle data
Documentation
[[bin]]
name = "splashsurf"
path = "src/bin/splashsurf.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.bytemuck]
version = "1.9"

[dependencies.chrono]
version = "0.4.20"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.fern]
version = "0.7"

[dependencies.indicatif]
version = "0.18"

[dependencies.lexical-sort]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.once_cell]
version = "1.21"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rayon]
version = "1.7"

[dependencies.regex]
version = "1.11"

[dependencies.splashsurf_lib]
features = ["vtk_extras", "profiling", "io"]
version = "0.14.0"

[dependencies.walkdir]
version = "2"

[dev-dependencies.all_asserts]
version = "2.3.3"

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

[package]
authors = ["Fabian Löschner <fabian.loeschner@rwth-aachen.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "graphics", "science", "simulation", "visualization"]
description = "Command-line tool for surface reconstruction of SPH particle data"
edition = "2024"
homepage = "https://splashsurf.physics-simulation.org"
keywords = ["sph", "particle", "surface", "reconstruction", "marching-cubes"]
license = "MIT"
name = "splashsurf"
readme = "README.md"
repository = "https://github.com/InteractiveComputerGraphics/splashsurf"
resolver = "2"
rust-version = "1.88"
version = "0.14.0"

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