qoi/Cargo.toml
2021-12-02 15:54:41 +00:00

27 lines
624 B
TOML

[package]
name = "qoi-fast"
version = "0.0.1"
description = "Fast encoder/decoder for QOI (Quite Okay Image) format"
authors = ["Ivan Smirnov <rust@ivan.smirnov.ie>"]
edition = "2021"
readme = "README.md"
license = "MIT"
repository = "https://github.com/aldanor/qoi-fast"
homepage = "https://github.com/aldanor/qoi-fast"
documentation = "https://docs.rs/qoi-fast"
categories = ["multimedia::images", "multimedia::encoding"]
keywords = ["qoi", "graphics", "image", "encoding"]
exclude = [
"assets/*",
]
[workspace]
members = ["qoi-bench"]
[dev-dependencies]
png = "^0.17.2"
[lib]
name = "qoi_fast"
path = "src/lib.rs"