Document all features on docs.rs

This commit is contained in:
Robin Krahl
2026-06-09 10:40:19 +02:00
parent afd8e5fa27
commit 2195709261
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -85,6 +85,9 @@ log-debug = []
log-warn = []
log-error = []
[package.metadata.docs.rs]
all-features = true
[patch.crates-io]
trussed-chunked = { path = "extensions/chunked" }
trussed-hkdf = { path = "extensions/hkdf" }
+1
View File
@@ -2,6 +2,7 @@
// SPDX-License-Identifier: Apache-2.0 or MIT
#![cfg_attr(not(any(test, feature = "std")), no_std)]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![warn(non_ascii_idents, trivial_casts, unused, unused_qualifications)]
#![deny(unsafe_code)]