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.4.0" 17authors = ["Tokio Contributors <[email protected]>"] 18description = """ 19Tokio's proc macros. 20""" 21homepage = "https://tokio.rs" 22readme = "README.md" 23categories = ["asynchronous"] 24license = "MIT" 25repository = "https://github.com/tokio-rs/tokio" 26 27[package.metadata.docs.rs] 28all-features = true 29 30[lib] 31proc-macro = true 32 33[dependencies.proc-macro2] 34version = "1.0.60" 35 36[dependencies.quote] 37version = "1" 38 39[dependencies.syn] 40version = "2.0" 41features = ["full"] 42 43[dev-dependencies.tokio] 44version = "1.0.0" 45features = ["full"] 46 47[features] 48