Changes
- Add support for
tokio-console
(#89):- Add missing
#[track_caller]
tags to forward the actual user code position totokio-console
- Add experimental feature
tracing
:- Enables tokio's
tracing
feature - Forwards subsystem names to tokio tasks and with that to
tokio-console
- Requires
--cfg tokio_unstable
- Enables tokio's
- Add missing
- Bump
thiserror
dependency to from1.0.49
to2.0.3