# 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] name = "integrators" version = "0.0.3" authors = ["Jackson O'Donnell "] build = "build.rs" description = "Generic traits to allow easy plugging of different numerical integration algorithms, and wrappers for the Cuba and GSL integrators." homepage = "https://github.com/jhod0/integrators" keywords = ["ffi", "bindings", "math", "gsl", "cuba"] license = "GPL-3.0-or-later" repository = "https://github.com/jhod0/integrators" [build-dependencies.bindgen] version = "0.43.*" [features] cuba = [] default = ["cuba", "gsl"] gsl = [] [badges.travis-ci] branch = "master" repository = "jhod0/integrators"