doc: enable all features for doc.rs

Generate documentation for doc.rs with all features enabled.

Signed-off-by: Liu Jiang <gerry@linux.alibaba.com>
This commit is contained in:
Liu Jiang 2021-12-19 12:49:20 +08:00 committed by Jiang Liu
parent 0d2acd505d
commit c008d26f51

View file

@ -10,6 +10,9 @@ readme = "README.md"
license = "Apache-2.0 OR BSD-3-Clause"
edition = "2018"
[package.metadata.docs.rs]
all-features = true
[features]
default = []
vhost-vsock = []