# 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 = "glamour" version = "0.15.0" authors = ["Simon Ask Ulsnes "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Strongly typed linear algebra with glam" homepage = "https://docs.rs/glamour/latest/glamour/" readme = "README.md" keywords = [ "gamedev", "math", "matrix", "vector", "quaternion", ] categories = [ "game-development", "mathematics", "graphics", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/simonask/glamour" [lib] name = "glamour" path = "src/lib.rs" [[test]] name = "compatibility" path = "tests/compatibility.rs" [[test]] name = "debug_display" path = "tests/debug_display.rs" [[test]] name = "macros" path = "tests/macros.rs" [[test]] name = "serialization" path = "tests/serialization.rs" [[test]] name = "static_assertions" path = "tests/static_assertions.rs" [[test]] name = "swizzle" path = "tests/swizzle.rs" [[test]] name = "wasmtime" path = "tests/wasmtime.rs" [[bench]] name = "mat" path = "benches/mat.rs" harness = false [dependencies.approx] version = "^0.5" [dependencies.bytemuck] version = "^1.8" default-features = false [dependencies.encase] version = "0.10.0" optional = true [dependencies.glam] version = "0.29.0" features = [ "bytemuck", "approx", ] default-features = false [dependencies.mint] version = "^0.5" optional = true package = "mint" [dependencies.num-traits] version = "^0.2.19" default-features = false [dependencies.serde] version = "^1.0" optional = true default-features = false [dev-dependencies.bytemuck] version = "^1.8" features = ["derive"] [dev-dependencies.derive_more] version = "^0.99" [dev-dependencies.euclid] version = "^0.22" [dev-dependencies.serde] version = "^1.0" [dev-dependencies.serde_json] version = "1.0.82" [dev-dependencies.serde_test] version = "^1.0" [features] core-simd = ["glam/core-simd"] default = ["std"] libm = [ "glam/libm", "num-traits/libm", ] mint = [ "dep:mint", "glam/mint", ] scalar-math = ["glam/scalar-math"] serde = [ "dep:serde", "glam/serde", ] std = [ "glam/std", "num-traits/std", ] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.wasmtime] version = "25.0" features = [ "runtime", "component-model", ] optional = true default-features = false [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.wasmtime] version = "25.0" features = [ "runtime", "component-model", "cranelift", ] default-features = false [target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test] version = "0.3.0" [badges.maintenance] status = "actively-developed" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = [ "cfg(coverage,coverage_nightly)", 'cfg(target_arch, values("spirv"))', ]