mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-25 04:35:17 +00:00
Move docs.rs metadata to the bottom
This commit is contained in:
committed by
Benjamin Saunders
parent
d23e4e494f
commit
a9cee2102e
@@ -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
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user