# 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 = "2018" name = "py_mcai_worker_sdk" version = "2.0.0-rc2" authors = [ "Valentin NOEL ", "Marc-Antoine Arnaud ", ] description = "AMQP Worker to listen and provide trait to process message" homepage = "https://gitlab.com/media-cloud-ai/sdks/py_mcai_worker_sdk" documentation = "https://docs.rs/py_mcai_worker_sdk" readme = "README.md" keywords = [ "AMQP", "micro-service", "python", ] license = "MIT" repository = "https://gitlab.com/media-cloud-ai/sdks/py_mcai_worker_sdk" [[bin]] name = "py_mcai_worker_sdk" path = "src/main.rs" [dependencies.dict_derive] version = "^0.3.0" [dependencies.mcai_worker_sdk] version = "2.0.0-rc4" [dependencies.pyo3] version = "0.14" features = ["auto-initialize"] [dependencies.pyproject-toml] version = "0.3" [dependencies.regex] version = "1.5.5" [dependencies.schemars] version = "0.8.0" [dependencies.serde] version = "^1.0" [dependencies.serde_derive] version = "^1.0" [dependencies.serde_json] version = "^1.0" [features] default = [] media = ["mcai_worker_sdk/media"]