# 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 = "swift_vec" version = "0.4.1" exclude = [ ".github/*", ".vscode/*", "tests/*", ] description = "A convenient and comfortable vector maths crate that supports 2D, 3D, and 4D matrices and vectors - along with additional scalar math." readme = "README.md" keywords = [ "gamedev", "simulation", "math", "utility", ] license = "MIT OR Apache-2.0" repository = "https://github.com/LunaticWyrm467/SwiftVec" [dependencies.glam] version = "0.24.2" optional = true [dependencies.num-traits] version = "0.2.17" features = ["libm"] default-features = false [features] alloc = [] default = ["alloc"] glam = ["dep:glam"]