# 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" name = "mgart" version = "0.0.2" exclude = [ "/examples", "/docs", "/jsonnet", ] description = "Machine Generated Art. CLI app for generating algorithmic art" readme = "README.md" keywords = [ "cli", "terminal", "graphics", "image", "cgi", ] license = "MIT" repository = "https://github.com/jofas/mgart" [lib] bench = false [[bin]] name = "mgart" path = "src/main.rs" bench = false [[bench]] name = "post_processing" harness = false [[bench]] name = "algorithms" harness = false [[bench]] name = "sampler" harness = false [dependencies.anyhow] version = "^1.0.66" [dependencies.clap] version = "^3.1.18" features = ["derive"] [dependencies.display_json] version = "^0.2.0" [dependencies.env_logger] version = "^0.10.0" [dependencies.image] version = "^0.24.2" [dependencies.jsonnet-rs] version = "^0.17.0" [dependencies.log] version = "^0.4.17" [dependencies.map-macro] version = "^0.2.2" [dependencies.num] version = "^0.4.0" [dependencies.rand] version = "^0.8.5" [dependencies.rand_distr] version = "^0.4.3" [dependencies.rayon] version = "^1.5.3" [dependencies.serde] version = "^1.0.137" features = ["derive"] [dependencies.serde_json] version = "^1.0.81" [dev-dependencies.criterion] version = "^0.4.0"