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