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