Reorder some TOML sections (#3360)

This commit is contained in:
Jonas Platte
2025-05-25 08:46:05 +02:00
committed by GitHub
parent dd8d4a47cb
commit d0aff24c85
7 changed files with 113 additions and 105 deletions
+9 -9
View File
@@ -11,13 +11,19 @@ readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
version = "0.5.0" # remember to also bump the version that axum and axum-extra depends on
[features]
default = []
__private = ["syn/visit-mut"]
[package.metadata.cargo-public-api-crates]
allowed = []
[package.metadata.docs.rs]
all-features = true
[lib]
proc-macro = true
[features]
default = []
__private = ["syn/visit-mut"]
[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
@@ -40,9 +46,3 @@ trybuild = "1.0.63"
[lints]
workspace = true
[package.metadata.cargo-public-api-crates]
allowed = []
[package.metadata.docs.rs]
all-features = true