[package] name = "fast_ode" version = "1.0.0" edition = "2018" license = "MIT OR Apache-2.0" description = "Fast Runge-Kutta implementation for solving ordinary differential equations." repository = "https://gitlab.com/volkerweissmann/fast_ode" categories = ["algorithms", "science", "mathematics"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] float_next_after = "1.0.0" [dev-dependencies] mathru = "0.15.0" assert_approx_eq = "1.1.0" [features] dormand_prince_logging = []