aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index ce61979..d0bbc3f 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,19 @@
Read and write zip archives natively from
[Crystal](http://crystal-lang.org/).
+*Features*
+* Read and write zip files
+* Native Crystal, no dependencies other than zlib
+* ZIP64 support
+* Store and DEFLATE compression
+* UTF-8 filename and comment support (EFS)
+
+*TODO*
+* LZMA and BZip2 compression
+* Encryption (Legacy and Strong Encryption)
+* Split archives (e.g. multi-disk archives)
+* Legacy Unicode support
+
## Installation
Add this to your application's `shard.yml`: