1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2021" 14rust-version = "1.70" 15name = "tokio-macros" 16version = "2.5.0" 17authors = ["Tokio Contributors <team@tokio.rs>"] 18build = false 19autobins = false 20autoexamples = false 21autotests = false 22autobenches = false 23description = """ 24Tokio's proc macros. 25""" 26homepage = "https://tokio.rs" 27readme = "README.md" 28categories = ["asynchronous"] 29license = "MIT" 30repository = "https://github.com/tokio-rs/tokio" 31 32[package.metadata.docs.rs] 33all-features = true 34 35[lib] 36name = "tokio_macros" 37path = "src/lib.rs" 38proc-macro = true 39 40[dependencies.proc-macro2] 41version = "1.0.60" 42 43[dependencies.quote] 44version = "1" 45 46[dependencies.syn] 47version = "2.0" 48features = ["full"] 49 50[dev-dependencies.tokio] 51version = "1.0.0" 52features = ["full"] 53 54[features] 55