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 default-features = false somewhere in the dependency tree.

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