[[bench]]
harness = false
name = "benchmark"
path = "benches/benchmark.rs"
[dependencies.RustQuant_autodiff]
optional = true
version = "0.4.0"
[dependencies.criterion]
optional = true
version = "0.5.1"
[dev-dependencies]
[features]
benchmarks = ["criterion", "RustQuant_autodiff"]
[lib]
name = "aad"
path = "src/lib.rs"
[lints.clippy]
pedantic = "warn"
[lints.clippy.similar_names]
level = "allow"
priority = 1
[package]
authors = ["Hikaru Nakashima <nakashima.alg57@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Automatic adjoint differentiation library"
edition = "2021"
license-file = "LICENSE"
name = "aad"
readme = "README.md"
repository = "https://github.com/nakashima-hikaru/aad"
version = "0.4.0"