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.56.0" 15name = "tracing-attributes" 16version = "0.1.27" 17authors = [ 18 "Tokio Contributors <[email protected]>", 19 "Eliza Weisman <[email protected]>", 20 "David Barsky <[email protected]>", 21] 22description = """ 23Procedural macro attributes for automatically instrumenting functions. 24""" 25homepage = "https://tokio.rs" 26readme = "README.md" 27keywords = [ 28 "logging", 29 "tracing", 30 "macro", 31 "instrument", 32 "log", 33] 34categories = [ 35 "development-tools::debugging", 36 "development-tools::profiling", 37 "asynchronous", 38] 39license = "MIT" 40repository = "https://github.com/tokio-rs/tracing" 41 42[lib] 43proc-macro = true 44 45[dependencies.proc-macro2] 46version = "1.0.60" 47 48[dependencies.quote] 49version = "1.0.20" 50 51[dependencies.syn] 52version = "2.0" 53features = [ 54 "full", 55 "parsing", 56 "printing", 57 "visit-mut", 58 "clone-impls", 59 "extra-traits", 60 "proc-macro", 61] 62default-features = false 63 64[dev-dependencies.async-trait] 65version = "0.1.67" 66 67[dev-dependencies.rustversion] 68version = "1.0.9" 69 70[dev-dependencies.tokio-test] 71version = "0.4.2" 72 73[dev-dependencies.tracing] 74version = "0.1.35" 75 76[dev-dependencies.tracing-subscriber] 77version = "0.3.0" 78features = ["env-filter"] 79 80[dev-dependencies.trybuild] 81version = "1.0.64" 82 83[features] 84async-await = [] 85 86[badges.maintenance] 87status = "experimental" 88