Cargo Features
[dependencies]
keycloak = { version = "26.0.200", default-features = false, features = ["schemars", "rc", "rc-map", "rc-str", "rc-val", "rc-vec", "tags-all", "tag-authentication-management", "tag-client-initial-access", "tag-client-role-mappings", "tag-groups", "tag-organizations", "tag-role-mapper", "tag-users"] }
- default = tags-all
-
The
tags-all
feature is set by default wheneverkeycloak
is added without
somewhere in the dependency tree.default-features = false - schemars
-
Enables schemars
- rc = rc-map, rc-str, rc-val, rc-vec
- rc-map rc?
-
serde:
Opt into impls for Rc<T> and Arc<T>. Serializing and deserializing these types does not preserve identity and may result in multiple copies of the same data.
Be sure that this is what you want before enabling this feature.Affects
types::TypeMap
… - rc-str rc?
-
Affects
types::TypeString
… - rc-val rc?
-
Affects
types::TypeValue
… - rc-vec rc?
-
Affects
types::TypeVec
… - tag-attack-detection tag-authentication-management tags-all
- tag-client-attribute-certificate tag-client-initial-access tags-all
- tag-client-registration-policy tag-client-role-mappings tags-all
- tag-client-scopes tag-clients tag-component tag-groups tags-all
- tag-identity-providers tag-key tag-organizations tags-all
- tag-protocol-mappers tag-realms-admin tag-role-mapper tags-all
- tag-roles tag-roles-by-id tag-scope-mappings tag-users tags-all