# 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] name = "GSL-sys" version = "3.0.0" authors = ["Guillaume Gomez "] build = "build.rs" description = "A rust binding for the GSL (the GNU scientific library)" documentation = "https://docs.rs/crate/GSL-sys/" readme = "README.md" keywords = ["mathematics", "library", "GSL"] license = "GPL-3.0+" repository = "https://github.com/GuillaumeGomez/rust-GSL" [package.metadata.docs.rs] features = ["dox"] [lib] name = "gsl_sys" crate-type = ["dylib", "rlib"] [dependencies.libc] version = "0.2" [build-dependencies.pkg-config] version = "0.3" [features] dox = ["v2_7"] v2_1 = [] v2_2 = ["v2_1"] v2_3 = ["v2_2"] v2_4 = ["v2_3"] v2_5 = ["v2_4"] v2_6 = ["v2_5"] v2_7 = ["v2_6"]