# 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 = "lsode" version = "0.2.8" authors = ["tungli "] build = "build.rs" description = "Solve systems of differntial equations using LSODE subroutine from ODEPACK written in Fortran." homepage = "https://github.com/tungli/lsode-rust.git" documentation = "https://docs.rs/lsode/" readme = "README.md" keywords = ["ODE"] categories = ["science", "mathematics"] license = "MIT" repository = "https://github.com/tungli/lsode-rust.git" [dependencies.libc] version = "0.2" [dependencies.libffi] version = "0.9" [build-dependencies.cc] version = "1.0"