GSL-sys 3.0.0

A rust binding for the GSL (the GNU scientific library)
Documentation
[build-dependencies.pkg-config]
version = "0.3"

[dependencies.libc]
version = "0.2"

[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"]

[lib]
crate-type = ["dylib", "rlib"]
name = "gsl_sys"

[package]
authors = ["Guillaume Gomez <guillaume1.gomez@gmail.com>"]
build = "build.rs"
description = "A rust binding for the GSL (the GNU scientific library)"
documentation = "https://docs.rs/crate/GSL-sys/"
keywords = ["mathematics", "library", "GSL"]
license = "GPL-3.0+"
name = "GSL-sys"
readme = "README.md"
repository = "https://github.com/GuillaumeGomez/rust-GSL"
version = "3.0.0"

[package.metadata.docs.rs]
features = ["dox"]