@@ -61,10 +61,13 @@ extra_platforms = ["spin/portable_atomic", "dep:portable-atomic"]
6161
6262# [Internal features] (not intended for use outside of the library)
6363contract_test = [" parse_token" , " publish" , " access" ]
64- full_no_std = [" serde" , " reqwest" , " aescbc" , " parse_token" , " blocking" , " publish" , " access" ]
65- full_no_std_platform_independent = [" serde" , " aescbc" , " parse_token" , " blocking" , " publish" , " access" ]
66- pubnub_only = [" aescbc" , " parse_token" , " blocking" , " publish" , " access" ]
64+ full_no_std = [" serde" , " reqwest" , " aescbc" , " parse_token" , " blocking" , " publish" , " access" , " subscribe " ]
65+ full_no_std_platform_independent = [" serde" , " aescbc" , " parse_token" , " blocking" , " publish" , " access" , " subscribe " ]
66+ pubnub_only = [" aescbc" , " parse_token" , " blocking" , " publish" , " access" , " subscribe " ]
6767mock_getrandom = [" getrandom/custom" ]
68+ event_engine = []
69+ # TODO: temporary treated as internal until we officially release it
70+ subscribe = [" event_engine" ]
6871
6972[dependencies ]
7073async-trait = " 0.1"
0 commit comments