# 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] edition = "2018" name = "meme-rs" version = "0.0.1" authors = ["Nisheeth Barthwal "] description = "Generate memes from commandline or http server" documentation = "https://docs.rs/meme-rs" readme = "README.md" keywords = ["meme", "generator"] license = "MIT" repository = "https://github.com/nbaztec/meme-rs" [[bin]] name = "meme-gen" path = "src/bin/cli.rs" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.conv] version = "0.3.3" [dependencies.image] version = "0.23.14" default-features = true [dependencies.imageproc] version = "0.22.0" [dependencies.md5] version = "0.7.0" [dependencies.rand] version = "0.8.3" [dependencies.reqwest] version = "0.11.3" features = ["blocking"] [dependencies.rusttype] version = "0.9.2" [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.serde_yaml] version = "0.8.17" [dependencies.tokio] version = "1.5.0" features = ["macros", "rt-multi-thread"] [dependencies.warp] version = "0.3.1"