# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "c_mcai_worker_sdk" version = "1.0.0-rc1" authors = ["Valentin NOEL ", "Marc-Antoine Arnaud "] description = "AMQP Worker to listen and provide trait to process message" homepage = "https://github.com/media-cloud-ai/mcai_worker_sdk" documentation = "https://docs.rs/py_mcai_worker_sdk" readme = "README.md" keywords = ["AMQP", "micro-service"] license = "MIT" repository = "https://github.com/media-cloud-ai/mcai_worker_sdk" [lib] name = "c_mcai_worker_sdk" path = "src/lib.rs" [[bin]] name = "c_mcai_worker_sdk" path = "src/main.rs" [dependencies.libc] version = "0.2" [dependencies.libloading] version = "0.6" [dependencies.mcai_worker_sdk] version = "1.0.0-rc1" [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"]