Cargo Features

slack-blocks has no features set by default.

[dependencies]
slack-blocks = { version = "0.25.0", features = ["unstable", "blox", "validation"] }
unstable = blox, validation
blox unstable? = mox

Affects text::build.kind, select::build, static_::build.AppendOptOrOptGroup, slack-blocks::blox

validation unstable? = validator, validator_derive

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](https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html).

validator validation?

Enables validator ^0.10.0

validator_derive validation?

Enables validator_derive ^0.10.0

mox blox?