act2txt 0.2.2

Converts Adobe Photoshop ACT palette files to Paint.NET TXT format
[[bin]]
name = "act2txt"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.27"

[dependencies.palette]
version = "0.7.6"

[package]
authors = ["Sedat Kapanoglu <sedat@kapanoglu.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Converts Adobe Photoshop ACT palette files to Paint.NET TXT format"
edition = "2021"
homepage = "https://github.com/ssg/act2txt-rs"
license = "MIT"
name = "act2txt"
readme = "README.md"
version = "0.2.2"