# 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 = "dualnum" version = "0.2.1" authors = ["Gernot Bauer ", "Philipp Rehner "] exclude = ["/.github/*", "*.ipynb", "./docs/*"] description = "Python bindings for num-dual: Generalized (hyper) dual numbers for the calculation of exact (partial) derivatives" homepage = "https://github.com/itt-ustutt/dualnum" readme = "README.md" keywords = ["mathematics", "numerics", "differentiation"] categories = ["data-structures", "science", "mathematics"] license = "MIT OR Apache-2.0" repository = "https://github.com/itt-ustutt/dualnum" [lib] name = "dualnum" crate-type = ["cdylib", "lib"] [dependencies.num-dual] version = "0.2" [dependencies.pyo3] version = "0.14" features = ["extension-module", "abi3", "abi3-py36", "multiple-pymethods"]