effectengine 0.1.5

An image editing toolset.
Documentation
# 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 = "2024"
name = "effectengine"
version = "0.1.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An image editing toolset."
homepage = "https://github.com/louisescher/effectengine"
readme = "README.md"
license = "MIT"
repository = "https://github.com/louisescher/effectengine"

[lib]
name = "libeffectengine"
crate-type = ["cdylib"]
path = "src/lib.rs"

[[bin]]
name = "effectengine"
path = "src/main.rs"

[dependencies.console_error_panic_hook]
version = "0.1.7"

[dependencies.getrandom]
version = "0.3.1"
features = ["wasm_js"]

[dependencies.image]
version = "0.25.9"

[dependencies.rand]
version = "0.9.2"

[dependencies.wasm-bindgen]
version = "0.2.100"