Cargo Features
welds-sqlx-mssql has no features set by default.
[dependencies]
welds-sqlx-mssql = { version = "1.7.0", features = ["json", "any", "offline", "migrate"] }
- json = serde
-
Enables json of sqlx-core ^0.7.0-alpha.3
- any
-
Enables any of sqlx-core ^0.7.0-alpha.3
Affects
welds-sqlx-mssql::any
… - offline
-
Enables offline of sqlx-core ^0.7.0-alpha.3 and derive of serde
serde:
Provide derive(Serialize, Deserialize) macros.
- migrate
-
Enables migrate of sqlx-core ^0.7.0-alpha.3
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.