# 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-sys" version = "0.5.1" authors = [ "Jason Dark ", "Arthur Carcano ", "Christophe Troestler ", ] build = "build.rs" links = "sundials" exclude = [ "**/*.pdf", "vendor/benchmarks", "vendor/scripts", "vendor/doc", "vendor/docker", "vendor/examples", "vendor/test", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Bindings to the SUNDIALS suite of Nonlinear and DAE Solvers" readme = "README.md" keywords = [ "ode", "numerics", "ffi", "math", "simulation", ] categories = [ "external-ffi-bindings", "science", ] license = "BSD-3-Clause" repository = "https://github.com/Chris00/sundials-sys" [package.metadata.docs.rs] features = [ "static_libraries", "build_libraries", "arkode", "cvode", "cvodes", "ida", "idas", "kinsol", "klu", "nvecopenmp", "nvecpthreads", ] [lib] name = "sundials_sys" path = "src/lib.rs" [dependencies.suitesparse_sys] version = "0.1.3" optional = true [build-dependencies.bindgen] version = "0.68" [build-dependencies.cmake] version = "0.1.50" [build-dependencies.pkg-config] version = "0.3.30" optional = true [features] arkode = [] build_libraries = [] cvode = [] cvodes = [] default = [ "arkode", "cvode", "ida", "kinsol", ] ida = [] idas = [] kinsol = [] klu = ["suitesparse_sys"] nvecopenmp = [] nvecpthreads = [] static_libraries = [] [target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg] version = "0.2.15"