ayrat555 / frankenstein

Telegram bot API client for Rust
Do What The F*ck You Want To Public License
257 stars 27 forks source link

Improve cargo features #215

Open EdJoPaTo opened 4 days ago

EdJoPaTo commented 4 days ago

214 removes the implicit features of the dependencies.

Maybe the names can be improved / simplified (mentioning telegram in the telegram related crate is superfluous).

Maybe the default feature can be removed? Using the async client requires disabling the default features which is a bit annoying. Maybe always require adding the wanted feature?