# 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 = "ode_integrate" version = "0.0.2" authors = ["Jonas Pleyer "] autoexamples = false description = "Collection of numerical ODE Solvers written in generics and thus applicable in many scenarios." readme = "README.md" keywords = [ "ODE", "Ordinary", "Differential", "Equation", "science", ] categories = [ "science", "mathematics", ] license = "MPL-2.0" repository = "https://github.com/jonaspleyer/ode_integrate" resolver = "2" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "./doc/docs-header.html", ] [[example]] name = "nalgebra" [[example]] name = "arrayfire" [dependencies.itertools] version = "0.10" [dev-dependencies.approx] version = "0.5" [dev-dependencies.arrayfire] version = "3.8" [dev-dependencies.f128] version = "0.2" [dev-dependencies.half] version = "2.1" [dev-dependencies.nalgebra] version = "0.31" [dev-dependencies.ndarray] version = "0.15" [dev-dependencies.num] version = "0.4"