Propagate the trace_adaptor & erased features from teloxide-core

This commit is contained in:
Hirrolot 2021-08-05 22:17:44 +06:00
parent 5c69117a38
commit d339d82fbc

View file

@ -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]