[package]
name = "GSL"
version = "0.4.31"
authors = ["Guillaume Gomez <guillaume1.gomez@gmail.com>"]
description = "A rust binding for the GSL (the GNU scientific library)"
repository = "https://github.com/GuillaumeGomez/rust-GSL"
documentation = "https://docs.rs/crate/GSL/"
readme = "README.md"
keywords = ["mathematics", "library", "GSL"]
license = "GPL-3.0+"
build = "build.rs"
[dependencies]
c_vec = "~1.0"
libc = "~0.2"
[build-dependencies]
pkg-config = "0.3"
[lib]
name = "rgsl"
crate-type = ["dylib", "rlib"]
[features]
v2 = []