Cargo Features

vax-floating has no features set by default.

[dependencies]
vax-floating = { version = "0.1.0", features = ["proptest"] }
proptest = bitflags, rand

Enables proptest

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

bitflags proptest?

Enables bitflags

This is to match up with proptest

rand proptest?