# 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 = "fwd_ad" version = "0.2.0" authors = ["Arthur Carcano "] exclude = [".gitlab-ci.yml"] description = "Forward auto-differentiation, allowing its user to manage memory location and minimize copying." readme = "Readme.md" keywords = ["automatic", "differentiation", "forward", "dual", "ad"] categories = ["mathematics", "science"] license = "MIT" repository = "https://gitlab.inria.fr/InBio/Public/fwd_ad" [[bench]] name = "bench_ops_dual" harness = false required-features = ["bench"] [dependencies.criterion] version = "0.3" optional = true [dependencies.num-traits] version = "0.2.11" [features] bench = ["criterion"] default = [] implicit-clone = []