# 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 = "modm" version = "0.1.1" authors = ["maksymalist"] description = "A git like cli tool for machine learning version control" keywords = [ "cli", "ML", "model", ] license = "MIT" repository = "https://github.com/maksymalist/modm" [profile.dev] opt-level = 1 [profile.release] opt-level = 3 [dependencies.base64] version = "0.21.0" [dependencies.clap] version = "4.2.2" features = ["derive"] [dependencies.dialoguer] version = "0.10.4" [dependencies.oauth2] version = "4.3.0" [dependencies.reqwest] version = "0.11.16" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.tokio] version = "1.27.0" features = ["full"] [dependencies.tokio-util] version = "0.7.7" [dependencies.toml] version = "0.7.3"