# 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 = "splashsurf" version = "0.10.0" authors = ["Fabian Löschner "] description = "Command-line tool for surface reconstruction of SPH particle data" homepage = "https://splashsurf.physics-simulation.org" readme = "README.md" keywords = [ "sph", "particle", "surface", "reconstruction", "marching-cubes", ] categories = [ "command-line-utilities", "graphics", "science", "simulation", "visualization", ] license = "MIT" repository = "https://github.com/InteractiveComputerGraphics/splashsurf" [dependencies.anyhow] version = "1.0" [dependencies.bytemuck] version = "1.9" [dependencies.chrono] version = "0.4.20" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.fern] version = "0.6" [dependencies.indicatif] version = "0.17" [dependencies.lexical-sort] version = "0.3" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1.18" [dependencies.parking_lot] version = "0.12" [dependencies.rayon] version = "1.7" [dependencies.regex] version = "1" [dependencies.splashsurf_lib] version = "0.10.0" features = [ "vtk_extras", "profiling", "io", ] [dependencies.walkdir] version = "2"