# 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 = "2018" name = "fast_ode" version = "1.0.0" description = "Fast Runge-Kutta implementation for solving ordinary differential equations." readme = "README.md" categories = [ "algorithms", "science", "mathematics", ] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/volkerweissmann/fast_ode" [dependencies.float_next_after] version = "1.0.0" [dev-dependencies.assert_approx_eq] version = "1.1.0" [dev-dependencies.mathru] version = "0.15.0" [features] dormand_prince_logging = []