pngtools 1.1.0

pngtools in Rust with Python bindings
Documentation
[[bin]]
name = "pngtools"
path = "src/main.rs"

[dependencies.pyo3]
features = ["auto-initialize"]
version = "0.27.2"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "multimedia"]
description = "pngtools in Rust with Python bindings"
edition = "2024"
homepage = "https://github.com/Its-Just-Nans/pngtools"
keywords = ["png", "pngtools", "image", "cli"]
license = "MIT"
name = "pngtools"
readme = "README.md"
repository = "https://github.com/Its-Just-Nans/pngtools"
version = "1.1.0"