# 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 = "fj-math" version = "0.49.0" description = "Early-stage b-rep CAD kernel." homepage = "https://www.fornjot.app/" readme = "README.md" keywords = [ "cad", "programmatic", "code-cad", ] categories = [ "encoding", "mathematics", "rendering", ] license = "0BSD" repository = "https://github.com/hannobraun/fornjot" [dependencies.approx] version = "0.5.1" [dependencies.decorum] version = "0.3.1" [dependencies.nalgebra] version = "0.32.4" [dependencies.num-traits] version = "0.2.18" [dependencies.parry2d-f64] version = "0.13.6" [dependencies.parry3d-f64] version = "0.13.6" [dependencies.robust] version = "1.1.0" [lints.clippy] module_inception = "allow" [lints.rust] missing_docs = "warn"