# 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 = "mlflow-client" version = "0.0.1" authors = ["frozenlib "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "MLflow REST API client (unofficial)" documentation = "https://docs.rs/mlflow-client/" readme = "README.md" keywords = [ "mlflow", "logging", "machine-learning", ] categories = [ "api-bindings", "visualization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/frozenlib/mlflow-client" [lib] name = "mlflow_client" path = "src/lib.rs" [[bin]] name = "mlflow-client" path = "src/main.rs" [[example]] name = "start_run" path = "examples/start_run.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.derive-ex] version = "0.1.8" [dependencies.ordered-float] version = "4.5.0" [dependencies.reqwest] version = "0.12.9" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_json] version = "1.0.133" [dependencies.thiserror] version = "2.0.3" [dependencies.url] version = "2.5.4" [dev-dependencies.anyhow] version = "1.0.93" [dev-dependencies.fs2] version = "0.4.3" [dev-dependencies.tempdir] version = "0.3.7"