Cargo Features

python_comm has no features set by default.

[dependencies]
python_comm = { version = "0.4.1", features = ["use_sql", "use_tokio"] }
use_sql = mysql

Affects python_comm::use_sql, sql_op::DbPool

use_tokio = tokio

Affects python_comm::use_tokio

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.

mysql use_sql?

Enables mysql ~20.1

tokio use_tokio?

Enables tokio ~1.17