ode_solvers 0.1.1

Numerical methods to solve ordinary differential equations (ODEs) in Rust.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "ode_solvers"
version = "0.1.1"
authors = ["Sylvain Renevey <syl.renevey@gmail.com>"]
description = "Numerical methods to solve ordinary differential equations (ODEs) in Rust."
homepage = "https://srenevey.github.io/ode-solvers/"
documentation = "https://docs.rs/ode_solvers/"
readme = "README.md"
keywords = ["ode", "math", "solver", "equations"]
categories = ["science"]
license = "BSD-3-Clause"
repository = "https://github.com/srenevey/ode-solvers"
[dependencies.alga]
version = "0.7.1"

[dependencies.nalgebra]
version = "0.16.0"