# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rust_sls" version = "0.1.1" authors = ["mad-s"] build = "build.rs" exclude = ["sequential-line-search/Doxyfile", "sequential-line-search/build/**/*", "sequential-line-search/demos/**/*", "sequential-line-search/**/docs/**/*", "sequential-line-search/**/tests/**/*", "sequential-line-search/**/*.JPG", "sequential-line-search/**/*.pdf"] description = "Sequential Line Search for Design Optimization" readme = "README.md" keywords = ["bayesian", "optimization", "bindings"] categories = ["science"] license = "MIT" repository = "https://github.com/mad-s/rust_sls" [dependencies.cpp] version = "0.5.1" [build-dependencies.cmake] version = "0.1.40" [build-dependencies.cpp_build] version = "0.5.1" [build-dependencies.pkg-config] version = "0.3.14"