# 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 = "gkls-rs" version = "0.1.0" authors = ["jonboh"] exclude = ["assets/*"] description = "A pure rust implementation of the GKLS function generator" homepage = "https://github.com/jonboh/gkls-rs" readme = "README.md" keywords = [ "optimization", "math", "science", ] categories = ["science"] license = "MIT" repository = "https://github.com/jonboh/gkls-rs" [[example]] name = "plot_function" path = "examples/plot_function.rs" required-features = ["examples"] [[example]] name = "single_evaluation" path = "examples/single_evaluation.rs" required-features = ["examples"] [dependencies.itertools] version = "0.11" [dependencies.lazy_static] version = "1.4" [dependencies.plotters] version = "0.3" optional = true [dependencies.rand] version = "0.8" [build-dependencies.cc] version = "1.0" [features] default = [] examples = ["plotters"] test_cbinding = []