Cargo Features
[dependencies]
diesel-oci = { version = "0.3.0", default-features = false, features = ["chrono", "r2d2", "dynamic-schema", "gst"] }
- default = chrono, dynamic-schema, r2d2
-
These default features are set whenever
diesel-oci
is added without
somewhere in the dependency tree.default-features = false - chrono default = chrono-time
- r2d2 default
- dynamic-schema default = diesel-dynamic-schema
- gst
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.