Cargo Features
Sequential_Gen has no features set by default.
[dependencies]
sequential_gen = { version = "0.1.2", features = ["no_std", "uuid"] }
- default
-
These default features are set whenever
sequential_gen
is added without
somewhere in the dependency tree.default-features = false Enables spin of lazy_static
- no_std
-
Enables the use of the crate without the standard library.
Enables spin_no_std of lazy_static
- uuid