# 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.3.0" 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" [dependencies.derive_more] version = "0.99.17" [dependencies.rustc-hash] version = "1.1.0" [dependencies.serde] version = "1.0.151" features = ["derive"] [dependencies.thiserror] version = "1.0.38" [dependencies.truck-base] version = "0.4.0" [dependencies.truck-geometry] version = "0.4.0" [dependencies.truck-meshalgo] version = "0.3.0" [dependencies.truck-topology] version = "0.5.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde_json] version = "1.0.91" [dev-dependencies.truck-modeling] version = "0.5.0" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.getrandom] version = "0.2.8" features = ["js"]