# 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 = "truck-meshalgo" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Mesh algorigthms, include tessellations of the shape." homepage = "https://github.com/ricosjp/truck" readme = "README.md" keywords = [ "truck", "graphics", "mesh", ] categories = ["graphics"] license = "Apache-2.0" repository = "https://github.com/ricosjp/truck" [lib] name = "truck_meshalgo" path = "src/lib.rs" [[example]] name = "filleted-cube" path = "examples/filleted-cube.rs" [[example]] name = "irregular-sphere" path = "examples/irregular-sphere.rs" [[example]] name = "octahedron-subdivision" path = "examples/octahedron-subdivision.rs" [[example]] name = "requadrangulate-buddha" path = "examples/requadrangulate-buddha.rs" [[example]] name = "smoothing-bunny" path = "examples/smoothing-bunny.rs" [[example]] name = "splitting-sample" path = "examples/splitting-sample.rs" [[example]] name = "teapot" path = "examples/teapot.rs" [[example]] name = "tessellate-shape" path = "examples/tessellate-shape.rs" [[test]] name = "analyzers" path = "tests/analyzers/main.rs" [[test]] name = "filters" path = "tests/filters/main.rs" [[test]] name = "tessellation" path = "tests/tessellation/main.rs" [[test]] name = "vtk" path = "tests/vtk.rs" [dependencies.array-macro] version = "2.1.8" [dependencies.derive_more] version = "0.99.18" [dependencies.itertools] version = "0.13.0" [dependencies.rustc-hash] version = "2.0.0" [dependencies.spade] version = "2.12.1" optional = true [dependencies.truck-base] version = "0.5.0" [dependencies.truck-geometry] version = "0.5.0" [dependencies.truck-polymesh] version = "0.6.0" [dependencies.truck-topology] version = "0.6.0" [dev-dependencies.proptest] version = "1.5.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde_json] version = "1.0.128" [dev-dependencies.truck-modeling] version = "0.6.0" [features] analyzers = [] default = [ "analyzers", "filters", "tessellation", "vtk", ] filters = [] tessellation = [ "spade", "filters", ] vtk = ["vtkio"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.rayon] version = "1.10.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.vtkio] version = "0.6.3" optional = true [target.'cfg(target_arch = "wasm32")'.dev-dependencies.getrandom] version = "0.2.15" features = ["js"]