# 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 = "cga2d" version = "0.4.0" authors = ["Andrew Farkas"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "2D Conformal Geometric Algebra primitives" readme = "README.md" keywords = [ "math", "rotor", "geometric-algebra", "conformal-geometry", "2d", ] categories = ["mathematics"] license = "MIT OR Apache-2.0" repository = "https://github.com/HactarCE/cga2d" [lib] name = "cga2d" path = "src/lib.rs" [dependencies.approx] version = "0.5.1" [dependencies.bitflags] version = "2.6.0" [dependencies.bytemuck] version = "1.18.0" features = ["derive"] optional = true [dependencies.itertools] version = "0.13.0" [features] bytemuck = [ "dep:bytemuck", "bitflags/bytemuck", ]