# 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 = "oss-vizier" version = "0.4.0" authors = ["Sebastien Soudan "] exclude = [ "/.github/*", "/.cargo/*", "/.gitignore", "/.dockerignore", "/Dockerfile", "/environment.yml", "/requirements.txt", "/run_server.py", ] description = """ An (unofficial) async client library for OSS Vizier. """ homepage = "https://github.com/ssoudan/oss-vizier" documentation = "https://docs.rs/oss-vizier" readme = "README.md" keywords = [ "vizier", "optimization", "hyperparameter", ] categories = [ "algorithms", "science", ] license = "Apache-2.0" repository = "https://github.com/ssoudan/oss-vizier" [lib] doctest = false [[example]] name = "simple" path = "examples/simple.rs" [[example]] name = "e2e" path = "examples/e2e.rs" [dependencies.prost] version = "0.11.8" [dependencies.prost-types] version = "0.11.8" [dependencies.regex] version = "1.7.3" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.27.0" [dependencies.tonic] version = "0.9" features = [] [dev-dependencies.tokio] version = "1.27.0" features = [ "macros", "rt-multi-thread", ] [build-dependencies.prost-build] version = "0.11.8" [build-dependencies.tonic-build] version = "0.9" features = ["prost"] [features] default = []