# 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 = "poisson_reconstruction" version = "0.3.0" authors = ["Sébastien Crozet "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Screened Poisson Reconstruction algorithm in Rust" readme = "README.md" keywords = [ "surface", "reconstruction", "poisson", "implicit", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ForesightMiningSoftwareCorporation/PoissonReconstruction" [lib] name = "poisson_reconstruction" path = "src/lib.rs" [[example]] name = "reconstruction_demo" path = "examples/reconstruction_demo.rs" [dependencies.fnv] version = "1" [dependencies.itertools] version = "0.10" [dependencies.nalgebra] version = "0.33" [dependencies.nalgebra-sparse] version = "0.10" [dependencies.parry3d-f64] version = "0.17" [dependencies.rayon] version = "1" [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies.bevy] version = "0.9" [dev-dependencies.ply-rs] version = "0.1" [features] serde-serialize = [ "nalgebra/serde-serialize", "serde", ]