pixelmosh 4.2.1

PNG corrupter
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 = "pixelmosh"
version = "4.2.1"
authors = ["charlesrocket"]
build = "build.rs"
exclude = [
    "codecov.yml",
    "example*",
    "/share",
    ".*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PNG corrupter"
readme = "README.md"
keywords = ["glitch"]
categories = [
    "command-line-utilities",
    "multimedia::images",
]
license = "MIT"
repository = "https://github.com/charlesrocket/pixelmosh"

[features]
cli = [
    "dep:clap",
    "dep:indicatif",
]
default = ["cli"]
gui = [
    "dep:adw",
    "dep:async-channel",
    "dep:glib",
    "dep:glib-build-tools",
    "dep:gtk",
]

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

[[bin]]
name = "pixelmosh"
path = "src/main.rs"
test = false

[[test]]
name = "main"
path = "tests/main.rs"

[[bench]]
name = "images"
path = "benches/images.rs"

[[bench]]
name = "mosh"
path = "benches/mosh.rs"

[dependencies.adw]
version = "0.8"
features = ["v1_7"]
optional = true
package = "libadwaita"

[dependencies.async-channel]
version = "2.3"
optional = true

[dependencies.clap]
version = "4.5"
features = ["string"]
optional = true

[dependencies.fast_image_resize]
version = "6.0"

[dependencies.glib]
version = "0.21"
optional = true

[dependencies.gtk]
version = "0.10"
features = ["v4_16"]
optional = true
package = "gtk4"

[dependencies.indicatif]
version = "0.18"
optional = true

[dependencies.png]
version = "0.18"

[dependencies.rand]
version = "0.9"

[dependencies.rand_chacha]
version = "0.9"

[dev-dependencies.adler]
version = "1"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

[build-dependencies.glib-build-tools]
version = "0.21"
optional = true

[profile.release-lto]
lto = true
inherits = "release"