[package] name = "poisson_reconstruction" repository = "https://github.com/ForesightMiningSoftwareCorporation/PoissonReconstruction" version = "0.3.0" license = "MIT OR Apache-2.0" description = "Screened Poisson Reconstruction algorithm in Rust" authors = ["Sébastien Crozet "] readme = "README.md" keywords = ["surface", "reconstruction", "poisson", "implicit"] edition = "2021" [features] serde-serialize = [ "nalgebra/serde-serialize", "serde" ] [dependencies] serde = { version = "1", features = ["derive"], optional = true } rayon = "1" nalgebra = "0.33" nalgebra-sparse = "0.10" parry3d-f64 = "0.17" itertools = "0.10" fnv = "1" [dev-dependencies] bevy = "0.9" ply-rs = "0.1"