# 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 = "nebulae" version = "2.0.0" include = [ "/src", "README.md", "default.toml", ] description = "A multi-threaded Nebulabrot renderer." homepage = "https://github.com/Bradshaw/nebulae" readme = "README.md" keywords = [ "image", "cli", "rendering", "fractal", "mandelbrot", ] categories = [ "graphics", "multimedia::images", "rendering", "visualization", "command-line-utilities", ] license = "NPOSL-3.0" repository = "https://github.com/Bradshaw/nebulae" [profile.release] lto = true [dependencies.clap] version = "3.2.22" features = ["derive"] [dependencies.console] version = "0.15.4" [dependencies.dialoguer] version = "0.10.2" [dependencies.indicatif] version = "0.17.2" [dependencies.png] version = "0.17.6" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.6.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.5.9"