[package] name = "truck-topology" version = "0.6.0" authors = ["Yoshinori Tanimura "] edition = "2021" description = "topological structs: vertex, edge, wire, face, shell, and solid" homepage = "https://github.com/ricosjp/truck" repository = "https://github.com/ricosjp/truck" license = "Apache-2.0" keywords = ["truck", "graphics"] categories = ["graphics"] [dependencies] serde = { version = "1.0.210", features = ["derive"] } rayon = "1.10.0" rustc-hash = "2.0.0" truck-base = { version = "0.5.0", path = "../truck-base" } truck-geotrait = { version = "0.4.0", path = "../truck-geotrait" } thiserror = "1.0.63" parking_lot = "0.12.3" rclite = { version = "0.2.4", optional = true } [features] default = ["rclite"] nightly = ["parking_lot/nightly"] [dev-dependencies]