[package] authors = ["Joshua Smith "] name = "wedged" description = "A robust and generalized library for Geometric Algebra in Rust." version = "0.1.0" edition = "2021" keywords = ["vector", "algebra", "geometry", "clifford", "grassmann"] categories = ["mathematics", "algorithms", "science", "game-development", "graphics"] repository = "https://github.com/jsmith628/wedged" documentation = "https://docs.rs/wedged" license = "Apache-2.0" readme = "README.md" [dependencies] derivative = "^2.2" typenum = "^1.15" nalgebra = "^0.30" num-traits = "^0.2" approx = "^0.5" [dev-dependencies] rayon = "^1.5" [features] fn_traits = []