mirror of
https://github.com/tokio-rs/axum.git
synced 2025-10-02 23:34:47 +00:00
Update allowed crates in public API (#1888)
This commit is contained in:
parent
8f6bfa3914
commit
9b1f1a907b
@ -80,6 +80,7 @@ rustdoc-args = ["--cfg", "docsrs"]
|
|||||||
allowed = [
|
allowed = [
|
||||||
"axum",
|
"axum",
|
||||||
"axum_core",
|
"axum_core",
|
||||||
|
"axum_macros",
|
||||||
"bytes",
|
"bytes",
|
||||||
"cookie",
|
"cookie",
|
||||||
"futures_core",
|
"futures_core",
|
||||||
@ -87,7 +88,6 @@ allowed = [
|
|||||||
"http",
|
"http",
|
||||||
"http_body",
|
"http_body",
|
||||||
"hyper",
|
"hyper",
|
||||||
"percent_encoding",
|
|
||||||
"prost",
|
"prost",
|
||||||
"serde",
|
"serde",
|
||||||
"tokio",
|
"tokio",
|
||||||
|
@ -176,11 +176,14 @@ features = [
|
|||||||
|
|
||||||
[package.metadata.cargo-public-api-crates]
|
[package.metadata.cargo-public-api-crates]
|
||||||
allowed = [
|
allowed = [
|
||||||
|
"async_trait",
|
||||||
"axum_core",
|
"axum_core",
|
||||||
|
"axum_macros",
|
||||||
"bytes",
|
"bytes",
|
||||||
"futures_core",
|
"futures_core",
|
||||||
"futures_sink",
|
"futures_sink",
|
||||||
"futures_util",
|
"futures_util",
|
||||||
|
"headers",
|
||||||
"headers_core",
|
"headers_core",
|
||||||
"http",
|
"http",
|
||||||
"http_body",
|
"http_body",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user