# 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 = "na" version = "0.32.2" authors = ["arturo castro "] description = "na is a wrapper around nalgebra to make it easier and mostly less verbose to work with the most used types in vector math for graphics." homepage = "http://github.com/arturoc/na" readme = "README.md" license = "BSD-3-Clause" repository = "http://github.com/arturoc/na" [dependencies.nalgebra] version = "0.32" [dependencies.num-traits] version = "0.2" [dependencies.simba] version = "0.8" [dev-dependencies.approx] version = "0.5" [features] alga = ["nalgebra/alga"] bytemuck = ["nalgebra/bytemuck"] packed_simd = ["simba/packed_simd"] serde-serialize = ["nalgebra/serde-serialize"] unstable = [] wide = ["simba/wide"]