[package] name = "truck-geometry" version = "0.5.0" authors = ["Yoshinori Tanimura "] edition = "2021" description = "geometrical structs: knot vector, B-spline and NURBS" 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"] } thiserror = "1.0.63" truck-base = { version = "0.5.0", path = "../truck-base" } truck-geotrait = { version = "0.4.0", path = "../truck-geotrait" } [dev-dependencies] rand = "0.8.5" [target.'cfg(target_arch = "wasm32")'.dev-dependencies] getrandom = { version = "0.2.15", features = ["js"] }