# 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 = "2021" rust-version = "1.69" name = "franklin" version = "0.1.4" authors = ["Kamil Rusin"] include = [ "/src", "./Cargo.toml", "./LICENSE.txt", "./README.md", ] description = "A utility for generating images through evolution." homepage = "https://github.com/nathiss/franklin" readme = "README.md" keywords = [ "generic-algorithm", "evolution", "evolutionary-art", "generation", ] categories = [ "command-line-utilities", "simulation", ] license = "MIT" repository = "https://github.com/nathiss/franklin" [lib] name = "franklin" path = "src/lib.rs" [[bin]] name = "franklin-cli" path = "src/bin.rs" [dependencies.anyhow] version = "1.0.53" [dependencies.clap] version = "3.2.25" features = ["cargo"] [dependencies.image] version = "0.24.0" features = [ "gif", "jpeg", "ico", "png", "pnm", "tga", "tiff", "webp", "bmp", "hdr", "dxt", "dds", "farbfeld", ] default-features = false [dependencies.num-integer] version = "0.1.44" [dependencies.rand] version = "0.8.4" [dependencies.rayon] version = "1.5.1" [dependencies.show-image] version = "0.13.1"