# 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 = "manager_handlers" version = "0.4.1" authors = ["Matei Aruxandei stefmatei22@gmail.com"] description = "This crate represents the implementation of manager capable of creating a microservice which has multiple handlers, which can be accesed via http from outside. Each handler can use the other ones via a bus to process the request. The handlers can have a number of replicas" readme = "README.md" license = "MIT" [profile.release] opt-level = 3 lto = "thin" [dependencies.async-trait] version = "0.1.74" [dependencies.futures] version = "0.3.30" [dependencies.lazy_static] version = "1.5.0" [dependencies.rocket] version = "0.5" features = [ "tls", "json", ] [dependencies.serde_json] version = "1.0.108" [dependencies.tokio] version = "1.38.0" features = ["full"]