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 = "2018" 14rust-version = "1.46" 15name = "tokio-macros" 16version = "1.7.0" 17authors = ["Tokio Contributors <team@tokio.rs>"] 18description = "Tokio's proc macros.\n" 19homepage = "https://tokio.rs" 20categories = ["asynchronous"] 21license = "MIT" 22repository = "https://github.com/tokio-rs/tokio" 23[package.metadata.docs.rs] 24all-features = true 25 26[lib] 27proc-macro = true 28[dependencies.proc-macro2] 29version = "1.0.7" 30 31[dependencies.quote] 32version = "1" 33 34[dependencies.syn] 35version = "1.0.56" 36features = ["full"] 37[dev-dependencies.tokio] 38version = "1.0.0" 39features = ["full"] 40 41[features] 42