# 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 = "wgm" version = "0.0.6" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A fast and simple math library for game and graphics development" readme = "README.md" keywords = [ "gamedev", "math", "vector", "matrix", ] categories = [ "mathematics", "game-development", ] license = "MIT" repository = "https://github.com/ShyAssassin/wgm" [lib] name = "wgm" path = "src/lib.rs" [dependencies.bytemuck] version = "1.16.3" optional = true default-features = false [dependencies.num-traits] version = "0.2.19" features = ["std"] [dependencies.rand] version = "0.8.5" optional = true default-features = false [dependencies.serde] version = "1.0.207" optional = true default-features = false [features] bytemuck = ["dep:bytemuck"] default = [ "rand", "bytemuck", "swizzle", "serde", ] rand = ["dep:rand"] serde = ["dep:serde"] swizzle = [] [lints.clippy] needless_return = "allow" redundant_field_names = "allow"