# 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_core" version = "0.0.5" description = "Easy to use, efficient, and highly flexible automatic differentiation in Rust." keywords = [ "math", "autodiff", "ad", ] license = "MIT OR Apache-2.0" repository = "https://github.com/djrakita/f64ad" [dependencies.approx] version = "0.5.1" [dependencies.jemallocator] version = "0.3.2" [dependencies.mimalloc] version = "0.1.32" default-features = false [dependencies.nalgebra] version = "0.31.1" [dependencies.num-traits] version = "0.2.15" [dependencies.num_cpus] version = "1.13.1" [dependencies.once_cell] version = "1.14.0" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.5.3" [dependencies.simba] version = "0.7.2" [dependencies.timeit] version = "0.1.2" [dependencies.tinyvec] version = "1.6.0" features = ["alloc"]