symdiff 2.1.0

Compile-time symbolic differentiation for Rust via a proc-macro attribute. Generates closed-form gradients at compile time.
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"
name = "symdiff"
version = "2.1.0"
authors = ["Avinash <avinash@example.com>"]
build = false
exclude = [
    "assets/*",
    ".github/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compile-time symbolic differentiation for Rust via a proc-macro attribute. Generates closed-form gradients at compile time."
homepage = "https://github.com/amadavan/symdiff"
documentation = "https://docs.rs/symdiff"
readme = "README.md"
keywords = [
    "symbolic",
    "differentiation",
    "proc-macro",
    "autodiff",
    "gradient",
]
categories = [
    "science",
    "mathematics",
    "no-std",
    "rust-patterns",
]
license = "MIT"
repository = "https://github.com/amadavan/symdiff"

[lib]
name = "symdiff"
path = "src/lib.rs"
proc-macro = true

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.deluxe]
version = "0.5.0"

[dependencies.dyn-clone]
version = "1.0.20"

[dependencies.proc-macro2]
version = "1.0.95"

[dependencies.quote]
version = "1.0.40"

[dependencies.syn]
version = "2.0.104"