# 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" version = "0.7.0" authors = ["Egor Larionov "] description = "An automatic differentiation library" homepage = "https://github.com/elrnv/autodiff" readme = "README.md" keywords = [ "auto", "derivative", "automatic", "differentiation", ] license = "MIT OR Apache-2.0" repository = "https://github.com/elrnv/autodiff" [dependencies.approx] version = "0.5" optional = true [dependencies.bytemuck] version = "1" optional = true [dependencies.cgmath] version = "0.18" optional = true [dependencies.nalgebra] version = "0.32" optional = true [dependencies.num-traits] version = "0.2" [dependencies.simba] version = "0.8" optional = true [dev-dependencies.approx] version = "0.5" [dev-dependencies.cgmath] version = "0.18" [dev-dependencies.rand] version = "0.8" [features] cwise = [] default = ["cwise"] na = [ "nalgebra", "approx", "simba", ] [badges.travis-ci] branch = "master" repository = "elrnv/autodiff"