# 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_lib" version = "0.10.0" authors = ["Fabian Löschner "] description = "Library for surface reconstruction of SPH particle data" homepage = "https://splashsurf.physics-simulation.org" documentation = "https://docs.rs/splashsurf_lib" readme = "README.md" keywords = [ "sph", "particle", "surface", "reconstruction", "marching-cubes", ] categories = [ "graphics", "science", "simulation", "visualization", "rendering", ] license = "MIT" repository = "https://github.com/InteractiveComputerGraphics/splashsurf" [package.metadata.docs.rs] all-features = true default-target = "x86_64-unknown-linux-gnu" exclude = [ "tests/*", "benches/*", ] rustdoc-args = [ "--cfg", "doc_cfg", ] targets = [] [[bench]] name = "splashsurf_lib_benches" path = "benches/splashsurf_lib_benches.rs" harness = false [dependencies.anyhow] version = "1.0" [dependencies.arrayvec] version = "0.7" [dependencies.bitflags] version = "2.4" [dependencies.bytemuck] version = "1.9" features = ["extern_crate_alloc"] [dependencies.bytemuck_derive] version = "1.3" [dependencies.dashmap] version = "5.2.0" [dependencies.flate2] version = "1.0" optional = true [dependencies.fxhash] version = "0.2" [dependencies.itertools] version = "0.11" [dependencies.lazy_static] version = "1.4" optional = true [dependencies.log] version = "0.4" [dependencies.nalgebra] version = "0.32" features = [ "rand", "bytemuck", ] [dependencies.nom] version = "7.1.3" optional = true [dependencies.num-integer] version = "0.1" [dependencies.num-traits] version = "0.2" [dependencies.numeric_literals] version = "0.2" [dependencies.parking_lot] version = "0.12" [dependencies.ply-rs] version = "0.1.3" optional = true [dependencies.rayon] version = "1.7" [dependencies.rstar] version = "0.11" [dependencies.serde_json] version = "1.0" optional = true [dependencies.smallvec] version = "1.11" features = ["union"] [dependencies.thiserror] version = "1.0" [dependencies.thread_local] version = "1.1.4" [dependencies.vtkio] version = "0.6" optional = true [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.ultraviolet] version = "0.9" [features] default = [] io = [ "vtk_extras", "vtkio", "ply-rs", "nom", "serde_json", "flate2", ] profiling = ["lazy_static"] vtk_extras = ["vtkio"]