Cargo Features

[dependencies]
mangoflow = { version = "0.1.1", default-features = false, features = ["ethereum", "telegram"] }
default = ethereum, telegram

These default features are set whenever mangoflow is added without default-features = false somewhere in the dependency tree.

ethereum default

Enables alloy ^0.9.2 and thiserror ^1.0

Affects executor::raw_transaction, executor::transaction

telegram default

Enables reqwest and serde_json

Affects executor::telegram_message