Cargo Features

coolq-sdk-rust has no features set by default.

[dependencies]
coolq-sdk-rust = { version = "0.1.21", features = ["enhanced-cqcode", "async-listener", "tokio-threaded"] }
enhanced-cqcode = hex, md-5, tokio

Affects cqcode::CQImage

async-listener tokio-threaded? = futures, tokio

Enables async-listener of cqrs_macro

Affects coolq-sdk-rust::ASYNC_RUNTIME, coolq-sdk-rust::block_on

tokio-threaded = async-listener

Enables rt-threaded of tokio ^0.2.13

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.

tokio async-listener? enhanced-cqcode? tokio-threaded?

Enables tokio ^0.2.13

md-5 enhanced-cqcode?

Enables md-5 ^0.8.0

hex enhanced-cqcode?
futures async-listener?