# 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 = "mcai-client" version = "0.7.0" authors = ["Marc-Antoine Arnaud ", "Ludivine Ottini "] description = "Provides convenient access to the Media Cloud AI Backend" readme = "README.md" keywords = ["MCAI", "client"] license = "MIT" repository = "https://gitlab.com/media-cloud-ai/libraries/mcai-client" resolver = "2" [dependencies.async-std] version = "1.11.0" [dependencies.chrono] version = "0.4.19" [dependencies.log] version = "0.4" [dependencies.mcai_models] version = "0.9.0" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0"