# 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 = "cargo-memex" version = "0.2.0" authors = ["Matthias Seitz "] include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE*", "resources"] description = "Compile and execute rust code as memes" homepage = "https://github.com/mattsse/cargo-memex" readme = "README.md" keywords = ["meme"] license = "MIT OR Apache-2.0" repository = "https://github.com/mattsse/cargo-memex" [dependencies.anyhow] version = "1.0.40" [dependencies.image] version = "0.23.14" features = ["jpeg"] [dependencies.log] version = "0.4.14" [dependencies.num-iter] version = "0.1.32" [dependencies.num-traits] version = "0.2.0" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.reqwest] version = "0.11.3" features = ["blocking", "json"] [dependencies.serde_json] version = "1.0.64" [dependencies.structopt] version = "0.3.21" [dependencies.toml] version = "0.5.8"