# 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 = "mycelium-service" version = "6.2.0" authors = ["Samuel Galvão Elias "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Provide smtp adapters to the mycelium project." readme = "README.md" keywords = [ "authorization", "identity", "permission", "keeper", ] categories = [ "development-tools", "web-programming::http-server", ] license = "Apache-2.0" repository = "https://github.com/sgelias/mycelium" [lib] name = "myc_svc" crate-type = [ "staticlib", "lib", ] path = "src/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.env_logger] version = "0.10" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.myc-core] version = "6.2.0" [dependencies.mycelium-base] version = "6.2.0" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.shaku] version = "0.6"