[package] name = "hyperdual" description = "Fully-featured Dual Number implementation with features for automatic differentiation of multivariate vectorial functions" authors = [ "Aaron Trent ", "Christopher Rabotin ", ] version = "1.3.0" license = "MIT" include = ["src/**/*", "Cargo.toml"] keywords = [ "dual", "number", "hyperdual", "multidimentional", "autodifferentiate", ] readme = "README.md" documentation = "https://docs.rs/hyperdual/" repository = "https://github.com/christopherrabotin/hyperdual" [dependencies] num-traits = "0.2" nalgebra = "=0.33"