# 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 = "imagescript" version = "0.0.10" exclude = ["tests/"] description = "tiny and fast image manipulation library for js & rust" license = "GPL-3.0-or-later" repository = "https://github.com/matmen/imagescript" resolver = "2" [[bench]] name = "bench" harness = false [dependencies.fnv] version = "1.0.7" [dev-dependencies.color_quant] version = "1.1.0" [dev-dependencies.criterion] version = "0.3.5" features = [ "html_reports", "real_blackbox", "cargo_bench_support", ] [dev-dependencies.gif] version = "0.11.3" [dev-dependencies.image] version = "0.24.2" features = ["png"] default-features = false [dev-dependencies.libvips] version = "1.4.3" [dev-dependencies.lodepng] version = "3.6.1" [dev-dependencies.rayon] version = "1.5.3"