diff --git a/Cargo.toml b/Cargo.toml
index 40dc406..cae4f88 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,8 @@ name = "cat2text"
 version = "0.1.3"
 edition = "2021"
 license = "GPL-3.0-or-later"
+description = "A port of Cat2Text to Rust, with extra functionality, better documentation, and support for using it as a library as well."
+readme = "README.md"
 repository = "https://git.askiiart.net/askiiart/cat2text-rs"
 authors = ["askiiart <mail@askiiart.net>"]
 categories = ["encoding"]