hyperjet 1.7.0

Forward-mode automatic differentiation with const-generic, stack-allocated first-, second-, and third-order jets (Jet1/Jet2/Jet3) for gradients, Hessians, and third-order tensors
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 = "2024"
rust-version = "1.90.0"
name = "hyperjet"
version = "1.7.0"
authors = [
    "Joachim Moeyens <joachim@empyrean-dynamics.com>",
    "Empyrean Dynamics",
]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "LICENSE",
    "README.md",
    "docs/katex-header.html",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Forward-mode automatic differentiation with const-generic, stack-allocated first-, second-, and third-order jets (Jet1/Jet2/Jet3) for gradients, Hessians, and third-order tensors"
readme = "README.md"
keywords = [
    "autodiff",
    "dual-numbers",
    "hyperdual",
    "jets",
    "forward-mode",
]
categories = [
    "mathematics",
    "science",
    "algorithms",
]
license = "BSD-3-Clause"
repository = "https://github.com/Empyrean-Dynamics/nolan"

[package.metadata.docs.rs]
rustdoc-args = [
    "--html-in-header",
    "docs/katex-header.html",
]

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

[dev-dependencies.criterion]
version = "0.4"
features = ["html_reports"]

[dev-dependencies.rusty-hook]
version = "^0.11.2"