Cargo Features

[dependencies]
libedgegrid = { version = "0.1.1", default-features = false, features = ["nightly", "luna", "ccu", "latest", "serde_codegen"] }
default = ccu, latest, serde_codegen

These default features are set whenever libedgegrid is added without default-features = false somewhere in the dependency tree.

nightly = ccu, latest, serde_macros
luna

Affects libedgegrid::luna

ccu default nightly?

Affects libedgegrid::ccu

latest default nightly?

Enables latest of sodium-sys

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.

serde_codegen build default

Enables serde_codegen ~0.6.5

serde_macros nightly?

Enables serde_macros ~0.6.5