# 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 = "num-hyperdual" version = "0.1.1" authors = ["Gernot Bauer ", "Philipp Rehner "] exclude = ["/.github/*", "*.ipynb"] description = "Generalized (hyper) dual numbers for the calculation of exact (partial) derivatives" homepage = "https://github.com/itt-ustutt/num-hyperdual" keywords = ["mathematics", "numerics", "differentiation"] categories = ["data-structures", "science", "mathematics"] license = "MIT OR Apache-2.0" repository = "https://github.com/itt-ustutt/num-hyperdual" [[bench]] name = "benchmark" harness = false [dependencies.ndarray] version = "0.14" optional = true [dependencies.ndarray-linalg] version = "0.13" optional = true [dependencies.num-traits] version = "0.2" [dev-dependencies.approx] version = "0.3" [dev-dependencies.criterion] version = "0.3" [features] default = ["std"] intel-mkl-static = ["ndarray-linalg/intel-mkl-static"] intel-mkl-system = ["ndarray-linalg/intel-mkl-system"] libm = ["num-traits/libm"] linalg = ["ndarray", "ndarray-linalg"] netlib-static = ["ndarray-linalg/netlib-static"] netlib-system = ["ndarray-linalg/netlib-system"] openblas-static = ["ndarray-linalg/openblas-static"] openblas-system = ["ndarray-linalg/openblas-system"] std = ["num-traits/std"]