mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-03 17:52:12 +01:00
Propagate the trace_adaptor
& erased
features from teloxide-core
This commit is contained in:
parent
5c69117a38
commit
d339d82fbc
1 changed files with 5 additions and 1 deletions
|
@ -42,6 +42,8 @@ rustls = ["teloxide-core/rustls"]
|
||||||
auto-send = ["teloxide-core/auto_send"]
|
auto-send = ["teloxide-core/auto_send"]
|
||||||
throttle = ["teloxide-core/throttle"]
|
throttle = ["teloxide-core/throttle"]
|
||||||
cache-me = ["teloxide-core/cache_me"]
|
cache-me = ["teloxide-core/cache_me"]
|
||||||
|
trace-adaptor = ["teloxide-core/trace_adaptor"]
|
||||||
|
erased = ["teloxide-core/erased"]
|
||||||
|
|
||||||
# currently used for `README.md` tests, building docs for `docsrs` to add `This is supported on feature="..." only.`,
|
# currently used for `README.md` tests, building docs for `docsrs` to add `This is supported on feature="..." only.`,
|
||||||
# and for teloxide-core.
|
# and for teloxide-core.
|
||||||
|
@ -60,7 +62,9 @@ full = [
|
||||||
"rustls",
|
"rustls",
|
||||||
"auto-send",
|
"auto-send",
|
||||||
"throttle",
|
"throttle",
|
||||||
"cache-me"
|
"cache-me",
|
||||||
|
"trace-adaptor",
|
||||||
|
"erased",
|
||||||
]
|
]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Loading…
Reference in a new issue