# 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 = "vector-traits" version = "0.3.4" authors = ["eadf"] description = "Rust traits for 2D and 3D vector types." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://codeberg.org/eadf/vector_traits_rs" [profile.release] lto = true [dependencies.approx] version = "0.5.1" [dependencies.cgmath] version = "0.18.0" optional = true [dependencies.glam] version = "0.24.2" optional = true [dependencies.num-traits] version = "0.2.17" [features] cgmath = ["dep:cgmath"] glam = ["dep:glam"] glam-core-simd = ["glam/core-simd"] glam-fast-math = ["glam/fast-math"]