Skip to content

Commit 8f700ca

Browse files
committed
Sort features alphabetically
1 parent 2079863 commit 8f700ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ async-tokio = ["tokio"]
5959
## [standard compliant]: https://www.w3.org/TR/xml11/#charencoding
6060
encoding = ["encoding_rs"]
6161

62+
## Enables support for recognizing all [HTML 5 entities](https://dev.w3.org/html5/html-author/charref)
63+
escape-html = []
64+
6265
## This feature enables support for deserializing lists where tags are overlapped
6366
## with tags that do not correspond to the list.
6467
##
@@ -108,9 +111,6 @@ overlapped-lists = []
108111
## Enables support for [`serde`] serialization and deserialization
109112
serialize = ["serde"]
110113

111-
## Enables support for recognizing all [HTML 5 entities](https://dev.w3.org/html5/html-author/charref)
112-
escape-html = []
113-
114114
[package.metadata.docs.rs]
115115
# document all features
116116
all-features = true

0 commit comments

Comments
 (0)