Cargo Features
pgcopy has no features set by default.
[dependencies]
pgcopy = { version = "0.0.2", features = ["with-uuid", "with-chrono", "with-eui48", "all"] }
- with-uuid all? = uuid
- with-chrono all? = chrono
- with-eui48 all? = eui48
- all = with-chrono, with-eui48, with-uuid
-
This feature is used only for testing and documentation building.
*DO NOT* use it in a real life, always set required features manually.
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.
- uuid with-uuid?
-
Enables uuid ^0.7
- chrono with-chrono?
- eui48 with-eui48?
-
Enables eui48 ^0.4