hyperdual 1.5.0

Fully-featured Dual Number implementation with features for automatic differentiation of multivariate vectorial functions
Documentation
# 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 = "hyperdual"
version = "1.5.0"
authors = [
    "Aaron Trent <novacrazy@gmail.com>",
    "Christopher Rabotin <christopher.rabotin@gmail.com>",
]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[lib]
name = "hyperdual"
path = "src/lib.rs"

[dependencies.nalgebra]
version = "=0.35"

[dependencies.num-traits]
version = "0.2"