# 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-modeling" version = "0.6.0" authors = ["Yoshinori Tanimura "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "integrated modeling algorithms by geometry and topology" homepage = "https://github.com/ricosjp/truck" readme = "README.md" keywords = [ "truck", "graphics", ] categories = ["graphics"] license = "Apache-2.0" repository = "https://github.com/ricosjp/truck" [lib] name = "truck_modeling" path = "src/lib.rs" [[example]] name = "bottle" path = "examples/bottle.rs" [[example]] name = "cone" path = "examples/cone.rs" [[example]] name = "cube" path = "examples/cube.rs" [[example]] name = "cube-in-cube" path = "examples/cube-in-cube.rs" [[example]] name = "cylinder" path = "examples/cylinder.rs" [[example]] name = "punched-cube" path = "examples/punched-cube.rs" [[example]] name = "sphere" path = "examples/sphere.rs" [[example]] name = "torus" path = "examples/torus.rs" [[example]] name = "torus-punched-cube" path = "examples/torus-punched-cube.rs" [[example]] name = "tsudumi" path = "examples/tsudumi.rs" [[test]] name = "topo_traits" path = "tests/topo_traits.rs" [dependencies.derive_more] version = "0.99.18" [dependencies.rustc-hash] version = "2.0.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.thiserror] version = "1.0.63" [dependencies.truck-base] version = "0.5.0" [dependencies.truck-geometry] version = "0.5.0" [dependencies.truck-geotrait] version = "0.4.0" features = ["derive"] [dependencies.truck-polymesh] version = "0.6.0" [dependencies.truck-topology] version = "0.6.0" [dev-dependencies.proptest] version = "1.5.0" [dev-dependencies.serde_json] version = "1.0.128"