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