# 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 = "blackbox" version = "0.2.0" authors = ["Erlend Langseth <3rlendhl@gmail.com>"] description = "Optimize blackbox functions, suitable for hyperparameter optimization" documentation = "https://docs.rs/blackbox" readme = "README.md" keywords = ["hyperparameter", "optimization", "machine", "learning"] categories = ["algorithms", "science"] license = "MIT" repository = "https://github.com/Ploppz/blackbox" [dependencies.itertools] version = "0.8.0" [dependencies.probability] version = "0.15.12" [dependencies.rand] version = "0.6.5" [dependencies.rusty-machine] version = "0.5.4" [dependencies.slog] version = "2.4.1" [dependencies.slog-async] version = "2.3.0" [dependencies.slog-term] version = "2.4.0" [dev-dependencies.slog-async] version = "2.4.0" [dev-dependencies.slog-term] version = "2.5.0"