Cargo Features

global-static has no features set by default.

[dependencies]
global-static = { version = "0.5.1", features = ["ctor", "singleton"] }
ctor singleton?

Enables ctor

singleton = ctor

Enables global-static-singleton

global-static has 2 features without comments.