Cargo Features

[dependencies]
bump-scope = { version = "0.3.1", default-features = false, features = ["std", "alloc", "nightly-allocator-api", "nightly-exact-size-is-empty", "nightly-const-refs-to-static", "serde"] }
default = std

The std feature is set by default whenever bump-scope is added without default-features = false somewhere in the dependency tree.

std default = alloc

Enables std of allocator-api2

alloc std

Enables alloc of allocator-api2

nightly-allocator-api

Enables nightly of allocator-api2

nightly-coerce-unsized nightly-exact-size-is-empty
nightly-trusted-len nightly-const-refs-to-static
serde

Enables serde

BumpScope has 7 features without comments.