Cargo Features

infer_schema_internals has no features set by default.

[dependencies]
infer_schema_internals = { version = "1.4.0", features = ["postgres", "sqlite", "mysql", "uses_information_schema", "lint", "serde"] }
postgres = uses_information_schema

Enables postgres of diesel ~1.4.0

Affects information_schema::load_foreign_key_constraints

sqlite

Enables sqlite of diesel ~1.4.0

mysql = uses_information_schema

Enables mysql of diesel ~1.4.0

uses_information_schema mysql? postgres?
lint = clippy

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.

clippy lint?

Enables clippy =0.0.195

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework