# 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 = "2018" name = "pga" version = "0.0.0" authors = ["Rouven Spreckels "] include = ["src/**/*.rs", "Cargo.toml", "README.md", "RELEASES.md", "LICENSE.md"] description = "Easy-to-use and portably SIMD-optimized implementation of projective geometric algebra (PGA).\nApplicable for real-time animations, computational geometry, rigid body dynamics, games, etc.\n" documentation = "https://docs.rs/pga" readme = "README.md" keywords = ["dual-quaternion", "projective-space", "geometric-algebra", "computer-graphics", "rigid-body-dynamics"] categories = ["no-std", "science", "graphics", "mathematics", "game-development"] license = "MIT" repository = "https://github.com/qu1x/pga"