# 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 = "simply_2dpga" version = "0.1.2" description = "A 2d vector math library using 2d projective geometric algebra! Designed to be programmer-friendly, specifically because I wanted to use PGA in game development. Development is ongoing." readme = "README.md" keywords = [ "projective", "geometric", "algebra", "PGA", "math", ] categories = ["mathematics"] license = "MIT" repository = "https://github.com/JarredEagley/simply_2dpga" [dependencies.num-traits] version = "0.2.17"