numra-ode 0.1.3

ODE and DAE solvers for Numra: DoPri5, Tsit5, Verner 6/7/8, Radau5, ESDIRK 3/4/5, BDF, plus forward sensitivity analysis.
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 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"
rust-version = "1.83"
name = "numra-ode"
version = "0.1.3"
authors = ["Moussa <mlablouba@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ODE and DAE solvers for Numra: DoPri5, Tsit5, Verner 6/7/8, Radau5, ESDIRK 3/4/5, BDF, plus forward sensitivity analysis."
homepage = "https://numra-rs.org"
documentation = "https://docs.rs/numra"
readme = "README.md"
keywords = [
    "ode",
    "differential-eqns",
    "runge-kutta",
    "solver",
    "stiff",
]
categories = [
    "mathematics",
    "science",
    "algorithms",
    "simulation",
]
license = "LicenseRef-Numra-Academic-Research-NonCommercial"
repository = "https://github.com/moussaoutlook/numra-rs"

[lib]
name = "numra_ode"
path = "src/lib.rs"

[[example]]
name = "radau5_step_audit"
path = "examples/radau5_step_audit.rs"

[[test]]
name = "bdf_algorithm_tests"
path = "tests/bdf_algorithm_tests.rs"

[[test]]
name = "convergence_order_tests"
path = "tests/convergence_order_tests.rs"

[[test]]
name = "dae_tests"
path = "tests/dae_tests.rs"

[[test]]
name = "events_regression"
path = "tests/events_regression.rs"

[[test]]
name = "index_reduction_regression"
path = "tests/index_reduction_regression.rs"

[[test]]
name = "perf_solve_trajectory"
path = "tests/perf_solve_trajectory.rs"

[[test]]
name = "sensitivity_regression"
path = "tests/sensitivity_regression.rs"

[[test]]
name = "solver_options_order_regression"
path = "tests/solver_options_order_regression.rs"

[[test]]
name = "t_eval_regression"
path = "tests/t_eval_regression.rs"

[[test]]
name = "verner_coefficient_tests"
path = "tests/verner_coefficient_tests.rs"

[dependencies.faer]
version = "0.20"

[dependencies.numra-core]
version = "0.1.3"

[dependencies.numra-linalg]
version = "0.1.3"

[dependencies.numra-nonlinear]
version = "0.1.3"

[dependencies.thiserror]
version = "1.0"