From feae668c0a6dca338fbb6eb12bb1ca6b4f33d3c6 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Wed, 24 Apr 2019 19:00:40 +0200 Subject: [PATCH] Cargo.toml: add docs.rs metadata to document all features Otherwise the docs don't build --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 4a28829..1c05b15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,3 +61,6 @@ yubihsm-mock = ["yubihsm/mockhsm"] # Enable integer overflow checks in release builds for security reasons [profile.release] overflow-checks = true + +[package.metadata.docs.rs] +all-features = true