Cargo Features
[dependencies]
infer_schema_macros = { version = "1.4.0", default-features = false, features = ["lint", "postgres", "sqlite", "mysql", "dotenv"] }
- default = dotenv
-
The
dotenv
feature is set by default wheneverinfer_schema_macros
is added without
somewhere in the dependency tree.default-features = false - lint = clippy
- postgres
-
Enables postgres of infer_schema_internals
- sqlite
-
Enables sqlite of infer_schema_internals
- mysql
-
Enables mysql of infer_schema_internals
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.
- dotenv default
-
Enables dotenv >=0.8, <0.11
- clippy lint?
-
Enables clippy =0.0.195