# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "cgmath" version = "0.18.0" authors = ["Rust game-developers"] description = "A linear algebra and mathematics library for computer graphics." homepage = "https://github.com/rustgd/cgmath" documentation = "https://docs.rs/cgmath" readme = "README.md" keywords = ["gamedev", "math", "matrix", "vector", "quaternion"] license = "Apache-2.0" repository = "https://github.com/rustgd/cgmath" [lib] name = "cgmath" [dependencies.approx] version = "0.4" [dependencies.mint] version = "0.5" optional = true [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.8" features = ["small_rng"] optional = true [dependencies.serde] version = "1.0" features = ["serde_derive"] optional = true [dev-dependencies.serde_json] version = "1.0" [features] swizzle = [] unstable = []