# 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] name = "email_to_image" version = "0.1.2" authors = ["Paul Cowie "] description = "Avoid email scrapers by converting addresses to images using Google Fonts" license = "GPL-3.0-or-later" repository = "https://github.com/SCOTPAUL/email_to_image" [dependencies.clap] version = "2.26.0" [dependencies.futures] version = "0.1.15" [dependencies.hyper] version = "0.11.2" [dependencies.image] version = "0.15.0" [dependencies.imageproc] version = "0.10.0" [dependencies.regex] version = "0.2.2" [dependencies.rusttype] version = "0.2.1" [dependencies.tokio-core] version = "0.1.9" [dependencies.zip] version = "0.2.6"