# 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 = "2018" name = "ultraviolet" version = "0.9.2" authors = ["Gray Olson "] description = "A crate to do linear algebra, fast." readme = "README.md" keywords = [ "simd", "wide", "graphics", "math", "linear-algebra", ] license = "MIT OR Apache-2.0 OR Zlib" repository = "https://github.com/termhn/ultraviolet" [package.metadata.docs.rs] features = [ "f64", "int", "serde", "mint", "bytemuck", ] [dependencies.bytemuck] version = "1.4" optional = true [dependencies.mint] version = "0.5" optional = true [dependencies.num-traits] version = "0.2.15" optional = true [dependencies.serde] version = "1.0" features = [] optional = true [dependencies.wide] version = "0.7" [dev-dependencies.serde_test] version = "1.0" [features] default = [] f64 = [] int = []