Cargo Features
[dependencies]
rplaid = { version = "0.4.0", default-features = false, features = ["streams", "decimal"] }
- default = streams
-
The
streams
feature is set by default wheneverrplaid
is added without
somewhere in the dependency tree.default-features = false - streams default = async-stream, futures-core, futures-util
- decimal = rust_decimal
-
Affects
account::Balance.available
,account::Balance.current
,account::Balance.limit
,transactions::Transaction.amount
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.