Cargo Features

[dependencies]
opg = { version = "0.2.1", default-features = false, features = ["const_generics", "uuid", "chrono"] }
default = const_generics

The const_generics feature is set by default whenever opg is added without default-features = false somewhere in the dependency tree.

const_generics default

Features from optional dependencies

uuid implicit feature

Enables uuid

uuid:

A library to generate and parse UUIDs

chrono implicit feature

Enables chrono

chrono:

Date and time library for Rust