# 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] edition = "2018" name = "nova-math" version = "0.5.0" authors = ["Nathan Voglsam "] description = "Vector and matrix math utilities for nova-engine" documentation = "https://docs.rs/nova-math/" readme = "README.md" keywords = ["matrix", "vector", "math", "projection", "simd"] categories = ["algorithms", "game-engines", "no-std"] license = "MIT" repository = "https://gitlab.com/MindSpunk/nova_engine" [lib] crate-type = ["rlib"] path = "src/lib.rs" [dependencies.num-traits] version = "0.2" [badges.appveyor] branch = "nova-engine-0.3" repository = "Nathan49136/novaengine" service = "gitlab" [badges.gitlab] branch = "nova-engine-0.3" repository = "MindSpunk/nova_engine"