# 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" rust-version = "1.56.0" name = "theon" version = "0.1.0" authors = ["Sean Olson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Abstraction of Euclidean spaces." readme = "README.md" keywords = [ "euclidean", "geometry", "linear", ] categories = [ "graphics", "mathematics", ] license = "MIT" repository = "https://github.com/olson-sean-k/theon" [package.metadata.docs.rs] all-features = true default-target = "x86_64-unknown-linux-gnu" rustdoc-args = [ "--html-in-header", "doc/katex-header.html", ] [lib] name = "theon" path = "src/lib.rs" [dependencies.approx] version = "^0.5.0" [dependencies.cgmath] version = "^0.18.0" optional = true [dependencies.decorum] version = "^0.4.0" [dependencies.glam] version = "^0.29.0" optional = true [dependencies.itertools] version = "^0.13.0" [dependencies.mint] version = "^0.5.0" optional = true [dependencies.nalgebra] version = "^0.33.0" optional = true [dependencies.num-traits] version = "^0.2.19" [dependencies.typenum] version = "^1.17.0" [dependencies.ultraviolet] version = "^0.9.0" optional = true [dev-dependencies.nalgebra] version = "^0.33.0" [features] cgmath = ["dep:cgmath"] default = ["nalgebra"] glam = ["dep:glam"] lapack = [ "dep:ndarray", "dep:ndarray-linalg", ] mint = ["dep:mint"] nalgebra = ["dep:nalgebra"] ultraviolet = ["dep:ultraviolet"] [target.'cfg(target_arch = "x86_64")'.dependencies.ndarray] version = "^0.15.0" optional = true [target.'cfg(target_arch = "x86_64")'.dependencies.ndarray-linalg] version = "^0.16.0" features = ["intel-mkl-static"] optional = true