From 545128f4ea77da321149794d5f4a29245a2b7479 Mon Sep 17 00:00:00 2001 From: Brooks Townsend Date: Thu, 25 Jul 2024 09:36:37 -0400 Subject: [PATCH] chore: release docs with all features Signed-off-by: Brooks Townsend --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 75ed6f6..055ebbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nkeys" -version = "0.4.2" +version = "0.4.3" authors = ["wasmCloud Team"] edition = "2021" description = "Rust implementation of the NATS nkeys library" @@ -24,6 +24,9 @@ cli = [ xkeys = ["dep:crypto_box"] +[package.metadata.docs.rs] +all_features = true + [[bin]] name = "nk" required-features = ["cli"]