# 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" version = "0.8.2" authors = ["Embark ", "Anastasia Opara ", "Tomasz Stachowiak "] exclude = ["/imgs"] description = "Multiresolution Stochastic Texture Synthesis, a non-parametric example-based algorithm for image generation" homepage = "https://github.com/EmbarkStudios/texture-synthesis" documentation = "https://docs.rs/texture-synthesis" readme = "../README.md" keywords = ["texture", "synthesis", "procedural"] categories = ["multimedia::images"] license = "MIT OR Apache-2.0" repository = "https://github.com/EmbarkStudios/texture-synthesis" [lib] bench = false [[bench]] name = "all-the-things" harness = false [dependencies.image] version = "=0.23.12" features = ["jpeg", "png", "bmp"] default-features = false [dependencies.num_cpus] version = "1.13" [dependencies.rand] version = "0.8" default-features = false [dependencies.rand_pcg] version = "0.3" [dependencies.rstar] version = "0.7" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.img_hash] version = "2.1.0" default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dependencies.crossbeam-utils] version = "0.8" [badges.maintenance] status = "looking-for-maintainer"