# 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-topology" version = "0.6.0" authors = ["Yoshinori Tanimura "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "topological structs: vertex, edge, wire, face, shell, and solid" 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_topology" path = "src/lib.rs" [[test]] name = "euler_operators" path = "tests/euler_operators.rs" [[test]] name = "extracases" path = "tests/extracases.rs" [[test]] name = "large-solid-torus" path = "tests/large-solid-torus.rs" [dependencies.parking_lot] version = "0.12.3" [dependencies.rayon] version = "1.10.0" [dependencies.rclite] version = "0.2.4" optional = true [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-geotrait] version = "0.4.0" [dev-dependencies] [features] default = ["rclite"] nightly = ["parking_lot/nightly"]