[package] name = "dualnum" version = "0.2.1" authors = ["Gernot Bauer ", "Philipp Rehner "] edition = "2018" readme = "README.md" license = "MIT OR Apache-2.0" description = "Python bindings for num-dual: Generalized (hyper) dual numbers for the calculation of exact (partial) derivatives" homepage = "https://github.com/itt-ustutt/dualnum" repository = "https://github.com/itt-ustutt/dualnum" keywords = ["mathematics", "numerics", "differentiation"] categories = ["data-structures", "science", "mathematics"] exclude = ["/.github/*", "*.ipynb", "./docs/*"] [lib] name = "dualnum" crate-type = ["cdylib", "lib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] num-dual = { version = "0.2" } [dependencies.pyo3] version = "0.14" features = ["extension-module", "abi3", "abi3-py36", "multiple-pymethods"]