[package] edition = '2021' version = '0.0.10' name = 'imagescript' exclude = ['tests/'] license = 'GPL-3.0-or-later' repository = 'https://github.com/matmen/imagescript' description = 'tiny and fast image manipulation library for js & rust' [dependencies] fnv = '1.0.7' [dev-dependencies] gif = '0.11.3' rayon = '1.5.3' lodepng = '3.6.1' libvips = '1.4.3' color_quant = '1.1.0' image = { version = '0.24.2', features = ['png'], default-features = false } criterion = { version = '0.3.5', features = ['html_reports', 'real_blackbox', 'cargo_bench_support'] } [[bench]] name = 'bench' harness = false