# 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-shapeops" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Provides boolean operations to Solid" homepage = "https://github.com/ricosjp/truck" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/ricosjp/truck" [lib] name = "truck_shapeops" path = "src/lib.rs" [[example]] name = "punched-cube-shapeops" path = "examples/punched-cube-shapeops.rs" [dependencies.derive_more] version = "0.99.18" [dependencies.itertools] version = "0.13.0" [dependencies.rustc-hash] version = "2.0.0" [dependencies.truck-base] version = "0.5.0" [dependencies.truck-geometry] version = "0.5.0" [dependencies.truck-geotrait] version = "0.4.0" [dependencies.truck-meshalgo] version = "0.4.0" [dependencies.truck-stepio] version = "0.3.0" optional = true [dependencies.truck-topology] version = "0.6.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] default = ["step-test"] step-test = ["truck-stepio"] [target.'cfg(target_arch = "wasm32")'.dev-dependencies.getrandom] version = "0.2.15" features = ["js"]