# 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-geometry" version = "0.5.0" authors = ["Yoshinori Tanimura "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "geometrical structs: knot vector, B-spline and NURBS" 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_geometry" path = "src/lib.rs" [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.rand] version = "0.8.5" [target.'cfg(target_arch = "wasm32")'.dev-dependencies.getrandom] version = "0.2.15" features = ["js"]