# 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 = "fenris-geometry" version = "0.0.6" authors = ["Andreas Longva "] description = "Geometry functionality for fenris" license = "MIT OR Apache-2.0" repository = "https://github.com/InteractiveComputerGraphics/fenris" [dependencies.fenris-nested-vec] version = "0.0.1" [dependencies.fenris-traits] version = "0.0.2" [dependencies.itertools] version = "0.10.5" [dependencies.nalgebra] version = "0.32.1" features = ["macros"] default-features = false [dependencies.numeric_literals] version = "0.2.0" [dependencies.proptest] version = "1.0" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.matrixcompare] version = "0.3" features = ["proptest-support"] [dev-dependencies.nalgebra] version = "0.32.1" features = [ "compare", "rand", ] default-features = false [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_chacha] version = "0.3.1" [dev-dependencies.rand_distr] version = "0.4.3" [features] proptest-support = [ "proptest", "nalgebra/proptest-support", ]