Cargo Features
[dependencies]
egc = { version = "0.1.2", default-features = false, features = ["nightly", "luna", "ccu", "latest"] }
- default = ccu, latest
-
These default features are set whenever
egc
is added without
somewhere in the dependency tree.default-features = false Enables libedgegrid
- nightly = ccu, clippy, latest
-
Enables nightly of libedgegrid
- luna
-
Enables luna of libedgegrid
Affects
api::luna
… - ccu default nightly?
-
Enables ccu of libedgegrid
Affects
api::ccu
… - latest default nightly?
-
Enables latest of libedgegrid
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.