Show regex-features in the documentation

Add `package.metadata.docs.rs` to Cargo.toml to enable all features in
the documentation. This metadata is documented at
https://docs.rs/about/metadata
This commit is contained in:
Mark
2021-11-30 21:34:57 +01:00
parent a46a9893c1
commit 19467ae926
+3
View File
@@ -21,3 +21,6 @@ lazy_static = "1"
[dev-dependencies]
tempdir = "0.3.7"
[package.metadata.docs.rs]
all-features = true