# 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 = "arko"
version = "0.2.4"
authors = ["Flo Girardo <3042155-girflo@users.noreply.gitlab.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A small library for pixel manipulation in images"
readme = "README.md"
categories = [
    "graphics",
    "multimedia::images",
]
license-file = "LICENSE.txt"

[lib]
name = "arko"
path = "src/lib.rs"

[dependencies.image]
version = "0.25.2"

[dependencies.palette]
version = "0.7.6"

[dependencies.rand]
version = "0.8.5"