gad 0.2.0

Generic automatic differentiation for Rust
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "gad"
version = "0.2.0"
authors = ["Mathieu Baudet <mathieubaudet@fb.com>", "Jacob Kahn <jacobkahn@fb.com>"]
exclude = ["README.tpl"]
description = "Generic automatic differentiation for Rust"
license = "MIT OR Apache-2.0"
repository = "https://github.com/facebookresearch/gad"
[dependencies.arrayfire]
version = "3.8.0"
features = ["afserde"]
optional = true

[dependencies.backtrace]
version = "0.3"

[dependencies.id-arena]
version = "2.2.1"

[dependencies.num]
version = "0.4.0"
features = ["serde"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.thiserror]
version = "1.0"
[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.bincode]
version = "1.3.1"