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 whenever ibkr_client_portal is added without default-features = false somewhere in the dependency tree.

full default = streaming
ci flaky_test_cases
streaming full

Affects endpoint::streaming, model::streaming, test::streaming