Move docs.rs metadata to the bottom

This commit is contained in:
Dirkjan Ochtman
2024-11-13 17:02:29 +01:00
committed by Benjamin Saunders
parent d23e4e494f
commit a9cee2102e
3 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -10,9 +10,6 @@ keywords.workspace = true
categories.workspace = true
workspace = ".."
[package.metadata.docs.rs]
all-features = true
[features]
default = ["rustls-ring", "log"]
aws-lc-rs = ["dep:aws-lc-rs", "aws-lc-rs?/aws-lc-sys", "aws-lc-rs?/prebuilt-nasm"]
@@ -66,3 +63,6 @@ wasm-bindgen-test = { workspace = true }
[lints.rust]
# https://rust-fuzz.github.io/book/cargo-fuzz/guide.html#cfgfuzzing
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }
[package.metadata.docs.rs]
all-features = true
+3 -3
View File
@@ -10,9 +10,6 @@ keywords.workspace = true
categories.workspace = true
workspace = ".."
[package.metadata.docs.rs]
all-features = true
[features]
default = ["tracing", "log"]
# Configure `tracing` to log events via `log` if no `tracing` subscriber exists.
@@ -45,3 +42,6 @@ bench = false
[[bench]]
name = "throughput"
harness = false
[package.metadata.docs.rs]
all-features = true
+3 -3
View File
@@ -11,9 +11,6 @@ workspace = ".."
edition.workspace = true
rust-version.workspace = true
[package.metadata.docs.rs]
all-features = true
[features]
default = ["log", "platform-verifier", "runtime-tokio", "rustls-ring"]
# Enables `Endpoint::client` and `Endpoint::server` conveniences
@@ -96,3 +93,6 @@ required-features = ["rustls-ring"]
name = "bench"
harness = false
required-features = ["rustls-ring"]
[package.metadata.docs.rs]
all-features = true