diff --git a/Cargo.toml b/Cargo.toml
index 3ab0ac4ba7d0300aed15d0f7747bfde90c375c4a..f15c0ac8f2a3fd235b44464450666d85f28b85f1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,6 +2,10 @@
 name = "termion"
 version = "1.0.0"
 authors = ["Ticki <Ticki@users.noreply.github.com>"]
+description = "A bindless library for manipulating terminals."
+repository = "ticki/termion"
+license = "MIT"
+keywords = ["tty", "color", "terminal", "console", "tui", "size", "cursor", "clear", "ansi", "escape", "codes", "termios", "truecolor", "mouse", "isatty", "raw", "text", "password", "redox", "async"]
 
 [target.'cfg(not(target_os = "redox"))'.dependencies]
 libc = "0.2.8"
diff --git a/README.md b/README.md
index 215a3722eab859e4eb341b777e710c13cb05d230..25881a5bbd16469af850930569dc777aaf897ab1 100644
--- a/README.md
+++ b/README.md
@@ -53,8 +53,6 @@ version of Termion.
 - TrueColor.
 - 256-color mode.
 - Cursor movement.
-- Color output.
-- Calculating ANSI escapes.
 - Text formatting.
 - Console size.
 - Control sequences.