Cargo Features

[dependencies]
spawn_point = { version = "1.1.0", default-features = false, features = ["full", "regex"] }
default = full

The full feature is set by default whenever spawn_point is added without default-features = false somewhere in the dependency tree.

full default = regex
regex full

Enables regex

spawn_point has 3 features without comments.