# 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 = "texture-synthesis-cli" version = "0.8.3" authors = ["Embark ", "Anastasia Opara ", "Tomasz Stachowiak "] description = "A CLI for texture-synthesis" homepage = "https://github.com/EmbarkStudios/texture-synthesis" documentation = "https://docs.rs/texture-synthesis" readme = "../README.md" keywords = ["texture", "synthesis", "procedural", "cli"] categories = ["multimedia::images"] license = "MIT OR Apache-2.0" repository = "https://github.com/EmbarkStudios/texture-synthesis" [[bin]] name = "texture-synthesis" path = "src/main.rs" bench = false [dependencies.structopt] version = "0.3" [dependencies.texture-synthesis] version = "0.8.2" [features] default = [] progress = ["minifb"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.atty] version = "0.2" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.indicatif] version = "0.16" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.minifb] version = "0.19" features = ["x11"] optional = true default-features = false [badges.maintenance] status = "looking-for-maintainer"