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"]