# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.75" name = "axum-macros" version = "0.5.0-alpha.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Macros for axum" homepage = "https://github.com/tokio-rs/axum" readme = "README.md" keywords = ["axum"] categories = [ "asynchronous", "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/tokio-rs/axum" [package.metadata.cargo-public-api-crates] allowed = [] [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "axum_macros" path = "src/lib.rs" proc-macro = true [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = [ "full", "parsing", "extra-traits", ] [dev-dependencies.rustversion] version = "1.0" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.syn] version = "2.0" features = [ "full", "extra-traits", ] [dev-dependencies.tokio] version = "1.25.0" features = ["full"] [dev-dependencies.trybuild] version = "1.0.63" [features] __private = ["syn/visit-mut"] default = []