diff --git a/executors/Cargo.toml b/executors/Cargo.toml index 0ff176a..a4c9373 100644 --- a/executors/Cargo.toml +++ b/executors/Cargo.toml @@ -68,3 +68,7 @@ travis-ci = { repository = "Bathtor/rust-executors", branch = "master" } name = "scheduler" path = "benches/scheduler.rs" harness = false + +[package.metadata.docs.rs] + +features = ["numa-aware"]