# 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 = "euler" version = "0.4.1" authors = ["David Harvey-Macaulay "] description = "Mathematics library for 3D computer graphics" homepage = "https://github.com/alteous/euler" documentation = "https://docs.rs/euler" readme = "README.md" keywords = [ "math", "glsl", "vector", "quaternion", "matrix", ] license = "MIT/Apache-2.0" repository = "https://github.com/alteous/euler" [dependencies.approx] version = "0.1.1" [dependencies.cgmath] version = "0.16" [dependencies.mint] version = "0.5" optional = true [features] default = ["cgmath/mint"]