# 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 = "html_to_email" version = "1.0.3" authors = ["John "] description = "A command line converts .html file to .eml file." readme = "README.md" license = "MIT" repository = "https://github.com/gonejack/html_to_email" [dependencies.env_logger] version = "0.10.0" [dependencies.getopts] version = "0.2.21" [dependencies.lettre] version = "0.10.0-rc.5" [dependencies.log] version = "0.4.16" [dependencies.visdom] version = "0.5.10" features = ["full"]