# 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 = "2018" rust-version = "1.66" name = "aegir" version = "2.0.0" authors = ["Tom Spooner "] description = "Strongly-typed, reverse-mode autodiff library in Rust" documentation = "https://docs.rs/aegir" readme = "README.md" keywords = [ "autodiff", "autograd", "compute", "dag", "math", ] license = "MIT" repository = "https://github.com/tspooner/aegir" [[bench]] name = "linear" harness = false [[bench]] name = "logistic" harness = false [dependencies.aegir_compile] version = "0.2" [dependencies.aegir_derive] version = "0.3" [dependencies.array-init] version = "2.0" [dependencies.concat-arrays] version = "0.1" [dependencies.itertools] version = "0.10" [dependencies.num-traits] version = "0.2" [dependencies.paste] version = "1.0" [dependencies.special-fun] version = "0.2" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.rand] version = "0.8" features = ["small_rng"] [features] default = [] [badges.coveralls] branch = "master" repository = "tspooner/aegir" service = "github" [badges.travis-ci] branch = "master" repository = "tspooner/aegir"