sundials-sys 0.1.0

A -sys crate for the SUNDIALS suite of ODE solvers
Documentation
[build-dependencies.bindgen]
version = "0.42.3"

[build-dependencies.cmake]
version = "0.1.35"

[dependencies]

[features]
arkode = []
cvode = []
cvodes = []
default = ["arkode", "cvode", "cvodes", "ida", "idas", "kinsol"]
ida = []
idas = []
kinsol = []
openmp = []

[package]
authors = ["Jason Dark <email@jkdark.com>"]
categories = ["external-ffi-bindings", "science"]
description = "A -sys crate for the SUNDIALS suite of ODE solvers"
edition = "2018"
exclude = ["**/*.pdf"]
keywords = ["ode", "solver", "sundials", "differential"]
license = "BSD-3-Clause"
links = "sundials"
name = "sundials-sys"
readme = "README.md"
repository = "https://github.com/jasondark/sundials-sys"
version = "0.1.0"