sundials-sys 0.1.1

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

[dependencies]
[build-dependencies.bindgen]
version = "0.42.3"

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

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