Cargo Features
[dependencies]
ibkr_client_portal = { version = "1.0.1", default-features = false, features = ["full", "flaky_test_cases", "streaming"] }
- default = full
-
The
full
feature is set by default wheneveribkr_client_portal
is added without
somewhere in the dependency tree.default-features = false - full default = streaming
- ci flaky_test_cases
- streaming full
-
Affects
endpoint::streaming
,model::streaming
,test::streaming
…