sundials 0.4.0

Suite of nonlinear and differential/algebraic equation solvers
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"
name = "sundials"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Suite of nonlinear and differential/algebraic equation solvers"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/rwl/sundials"

[features]
build_sundials = ["sundials-sys/build_libraries"]
default = ["faer"]
klu = ["sundials-sys/klu"]
klu2 = ["suitesparse_sys"]
static_sundials = ["sundials-sys/static_libraries"]
suitesparse_vendor = ["suitesparse_sys/build_vendor"]

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

[dependencies.anyhow]
version = "1"

[dependencies.faer]
version = "0.22"
optional = true

[dependencies.suitesparse_sys]
version = "0.1.4"
features = ["klu"]
optional = true

[dependencies.sundials-sys]
version = "0.6"