azure-iot-sdk-rs
azure-iot-sdk-rs copied to clipboard
Progressively enable tokio features based on features for this library
Some features (e.g. any c2d messaging, direct methods, twin updates) if disabled also then mean tokio features can be not used. In the case here, we don't need sync if there isn't any incoming message features required
Look across other tokio enabled features and have them progressively enabled if the features require them in this library
Related to #27