Optional capability toggles — the features: section.
features:
Every key defaults to false so that nothing reads as "on" while its backing dependency is absent.
false
Builds this section, and any nested block, from input.
input
@type t() :: %SvEx.Config.Features{ cqrs: boolean(), feature_flags: boolean(), multitenancy: boolean() }
@spec new!(keyword() | map()) :: t()