[dev-dependencies]
[lib]
crate-type = ["lib"]
doc = true
doctest = true
name = "autodj"
test = true
[package]
authors = ["Maksim Elizarev <maxim.elizarev.research@gmail.com>", "https://djmaxus.github.io/"]
autoexamples = true
autotests = true
categories = ["mathematics", "science", "simulation"]
description = "Automatic Differentiation Library"
edition = "2021"
keywords = ["automatic", "derivative", "jacobian", "dual-number", "comp-math"]
license = "Apache-2.0"
name = "autodj"
readme = "README.md"
repository = "https://github.com/djmaxus/autodj"
resolver = "2"
version = "0.2.4"