# vendored-date: 2023-05-01
# project: https://github.com/facebook/buck2
# commit-hash: 9080cce1b8588afc08e5c9d53d22c652f7567ecf
# commit-date: 2022-12-01T03:10:27-0800
# source: https://github.com/facebook/buck2/blob/9080cce1b8588afc08e5c9d53d22c652f7567ecf/shim/third-party/rust/fixups/tokio/fixups.toml
extra_srcs = ["src/**/*.rs"]
buildscript.run = false
features = ["tokio_track_caller"]
['cfg(target_os = "linux")']
cfgs = [
"tokio_taskdump",
"tokio_track_caller",
"tokio_unstable",
]
extra_deps = [
":backtrace",
":tracing",
]
['cfg(not(target_os = "linux"))']
cfgs = [
"tokio_track_caller",
"tokio_unstable",
]
extra_deps = [
":tracing",
]