# 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_rs" version = "0.1.11" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A client library for experiment tracking with MLflow." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/PhilWun/mlflow-rs" [lib] name = "mlflow_rs" path = "src/lib.rs" [[bin]] name = "example" path = "src/bin/example.rs" [dependencies.bincode] version = "1.3" [dependencies.chrono] version = "0.4" [dependencies.ctrlc] version = "3.4" [dependencies.log] version = "0.4" features = ["std"] [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0"