[package] name = "brooksthedev_mandelbrot" version = "0.0.1" authors = ["Brooks noone@nowhere.com"] edition = "2018" license = "MIT" homepage = "https://www.thecloudbomb.com" documentation = "https://www.thecloudbomb.com/mandelbrot_in_rust_doc" description = "Creates a visual of a mandelbrot set" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] num = "0.4" image = "0.13.0" crossbeam = "0.8" num_cpus = "1.13.0" [profile.release] debug = true