aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2f7e4ab..2bcc2a6 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,8 @@ Features:
* A high-level interface, intended for consumption within Rust applications.
* Support for reading zipped evtc files (`.evtc.zip` or `.zevtc`).
* Backwards compatible for older revisions of the evtc format.
+* Optional: [serde](https://github.com/serde-rs/serde) integration for
+ (de)serialization support (enable the `serde` feature).
`evtclib` is currently in beta-stage. Not all evtc events are supported, and
the API is not yet set in stone.