# 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 = "autodiff_rs" version = "0.1.1" description = "Automatic differentiation for Rust, with ndarray support" keywords = [ "autodiff", "derivatives", "ndarray", "gradient", ] license = "GPL-3.0" repository = "https://github.com/pdcook/autodiff_rs" [profile.release] lto = "fat" codegen-units = 1 panic = "abort" strip = "symbols" [lib] name = "autodiff" crate-type = ["lib"] [dependencies.autodiff_derive] version = "0.1.0" [dependencies.ndarray] version = "0.15.6" optional = true [dependencies.ndarray_einsum_beta] version = "0.7.0" optional = true [dependencies.num] version = "0.4.1" [dependencies.paste] version = "1.0.14" [dependencies.tikv-jemallocator] version = "0.5.4" [features] ndarray = [ "dep:ndarray", "dep:ndarray_einsum_beta", ]