Cargo Features
ydb-unofficial has no features set by default.
[dependencies]
ydb-unofficial = { version = "0.6.7", features = ["pool", "auth-sa", "auth-cli", "sqlx", "migrate"] }
- pool
-
Enables async-trait and deadpool ^0.9.5
deadpool:
for pool
Affects
ydb-unofficial::pool
… - auth-sa
-
Enables jwt-simple ^0.11.6, serde, serde_json, and yandex-cloud
yandex-cloud:
for service account auth
Affects
auth::sa
… - auth-cli
-
Affects
auth::cli
… - sqlx migrate?
-
Enables futures, nom, and sqlx-core =0.7.1
sqlx-core:
for sqlx
Affects
ydb-unofficial::sqlx
… - migrate = sqlx
-
Enables migrate of sqlx-core =0.7.1