# 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 = "g_2_0_0" version = "0.4.8" authors = ["FFFluoride"] description = "A library to manipulate arbitrary object in the geometric algebra containing two perpendicular vectors that square to 1. Basically 2d VGA" documentation = "https://docs.rs/g_2_0_0/latest/g_2_0_0/" keywords = [ "math", "maths", "ga", "geometric_algebra", "2d", ] license = "GPL-3.0" repository = "https://github.com/FFFluoride/g_2_0_0" [dependencies.num-traits] version = "0.2.16" [dependencies.radians] version = "0.3.1" [dev-dependencies.rand] version = "0.8.5"