diff --git a/Cargo.toml b/Cargo.toml index 3751b52..f9017fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,17 @@ name = "qoi" version = "0.1.1" edition = "2021" +authors = ["nihil carcosa "] +description = "CLI tool and rust library for the de- and encoding of images to the QOI format." +readme = "README.md" +homepage = "https://valhrafnaz.gay" +repository = "https://git.valhrafnaz.gay/valhrafnaz/qoi-img" +license-file = "LICENSE" +keywords = ["image_compression", "encoding", "qoi", "cli", "library"] +categories = ["command-line-utilities", "encoding", "graphics", "compression"] +exlude = ["/qoi_test_images"] +publish = false + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html