Spracherkennung für: .orig vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
[package]
name = "tokio-macros"
# When releasing to crates.io:
# - Remove path dependencies (if any)
# - Update CHANGELOG.md.
# - Create "tokio-macros-x.y.z" git tag.
version = "
2.
7.
0"
edition = "
2021"
rust-version = "
1.
71"
authors = ["Tokio Contributors <team@tokio.rs>"]
license = "MIT"
repository = "
https://github.com/tokio-rs/tokio"
homepage = "
https://tokio.rs"
description = """
Tokio's proc macros.
"""
categories = ["asynchronous"]
[lib]
proc-macro = true
[features]
[dependencies]
proc-macro2 = "
1.
0.
60"
quote = "
1"
syn = { version = "
2.
0", features = ["full"] }
[dev-dependencies]
tokio = { version = "
1.
0.
0", path = "../tokio", features = ["full", "test-util"] }
[package.metadata.docs.rs]
all-features = true
[lints]
workspace = true
[Dauer der Verarbeitung: 0.31 Sekunden]