# 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 = "f64ad" version = "0.0.5" description = "Easy to use, efficient, and highly flexible automatic differentiation in Rust." readme = "README.md" keywords = [ "math", "autodiff", "ad", ] license = "MIT OR Apache-2.0" repository = "https://github.com/djrakita/f64ad" [profile.dev] opt-level = 3 lto = "fat" [profile.release] opt-level = 3 lto = "fat" [dependencies.eval] version = "0.1.1" [dependencies.f64ad_core] version = "0.0.5" [dependencies.f64ad_core_derive] version = "0.0.5" [dependencies.nalgebra] version = "0.31.1"