# 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-geotrait" version = "0.4.0" authors = ["Yoshinori Tanimura "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Defines geometric traits for truck" homepage = "https://github.com/ricosjp/truck" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/ricosjp/truck" [lib] name = "truck_geotrait" path = "src/lib.rs" [[test]] name = "curve" path = "tests/curve.rs" [[test]] name = "derives" path = "tests/derives.rs" [[test]] name = "polynomial" path = "tests/polynomial.rs" [[test]] name = "surface" path = "tests/surface.rs" [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "1.0.63" [dependencies.truck-base] version = "0.5.0" [dependencies.truck-derivers] version = "0.1.0" optional = true [features] default = [] derive = ["truck-derivers"] [target.'cfg(target_arch = "wasm32")'.dependencies.getrandom] version = "0.2.15" features = ["js"]