# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) cargo-features = ["default-run", "profile-overrides"] [package] name = "voronoiify-image" version = "1.0.2" authors = ["Mark "] default-run = "voronoi" description = "Divide a PNG image into random nearest-neighbour regions and give each regio the average color of its pixels" license = "Apache-2.0" repository = "https://github.com/mverleg/voronoi" [profile.dev.overrides."*"] opt-level = 3 [profile.release] lto = true [profile.release.overrides."*"] opt-level = 3 [lib] name = "vorolib" path = "src/voronoi.rs" [[bin]] name = "voronoi" path = "src/main.rs" [[bin]] name = "voronoi-benchmark" path = "src/benchmark.rs" [dependencies.byteorder] version = "1.2.*" [dependencies.clap] version = "2.32.*" [dependencies.image] version = "0.19.*" [dependencies.num_cpus] version = "1.0.*" [dependencies.rand] version = "0.5.*" [dependencies.scoped-pool] version = "1.0.*" [dependencies.separator] version = "0.3.*"