[package] name = "f64ad_core" version = "0.0.5" description = "Easy to use, efficient, and highly flexible automatic differentiation in Rust." edition = "2021" keywords = ["math", "autodiff", "ad"] license = "MIT OR Apache-2.0" repository = "https://github.com/djrakita/f64ad" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nalgebra = "0.31.1" num-traits = "0.2.15" simba = "0.7.2" approx = "0.5.1" rand = "0.8.5" rayon = "1.5.3" tinyvec = {version = "1.6.0", features = ['alloc'] } once_cell = "1.14.0" num_cpus = "1.13.1" timeit = "0.1.2" mimalloc = { version = "0.1.32", default-features = false } jemallocator = "0.3.2" # [features] # default = [ ] # inline_on = [ ] # inline_always_on = [ ] # [profile.dev] # opt-level = 3 # lto = "thin" # [profile.release] # opt-level = 3 # lto = "thin"