act2pal 0.1.2

Converts Adobe Color Tables to .pal files.
Documentation
[[bin]]
name = "act2pal"
path = "src/main.rs"

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

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Converts Adobe Color Tables to .pal files."
edition = "2021"
license = "MIT"
name = "act2pal"
readme = "README.md"
version = "0.1.2"

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

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