# 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 = "procmac" version = "0.1.0" authors = ["ReneAcosta "] description = "modulo de agregados mac" documentation = "https://gitlab.com/requisicionesstj/procmac" readme = "../procmac/README.md" keywords = ["macros"] categories = ["macros", "proc"] license = "MIT" repository = "https://gitlab.com/requisicionesstj/procmac" [lib] proc-macro = true [dependencies.lettre] version = "0.10.0-alpha.4"