# 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] edition = "2021" name = "gsl_rust" version = "0.7.4" authors = ["Pim van den Berg"] description = "A safe GSL wrapper" readme = "README.md" categories = [ "algorithms", "mathematics", "science", "api-bindings", ] license-file = "LICENSE" repository = "https://github.com/PvdBerg1998/gsl_rust" resolver = "2" [[bench]] name = "my_benchmark" harness = false [dependencies.drop_guard] version = "0.3.0" [dependencies.num-complex] version = "0.4.0" [dependencies.num-traits] version = "0.2.14" [dev-dependencies.approx] version = "0.5" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.fastrand] version = "1.6" [build-dependencies.bindgen] version = "0.59.2" [build-dependencies.cmake] version = "0.1"