# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "iltcme" version = "0.2.2" authors = ["Thomas Versteeg "] description = "Inverse Laplace transform with concentrated matrix-exponential functions" homepage = "https://inverselaplace.org" documentation = "https://docs.rs/iltcme/" readme = "README.md" keywords = [ "laplace", "inverse-laplace", ] categories = ["mathematics"] license = "MPL-2.0" repository = "https://github.com/cemsbv/iltcme" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "katex-header.html", ] [dependencies.nalgebra] version = "0.32.3" [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.pyo3] version = "0.20.2" features = ["auto-initialize"]