Cargo Features

ruma-events has no features set by default.

[dependencies]
ruma-events = { version = "0.27.11", features = ["canonical-json", "html", "markdown", "unstable-exhaustive-types", "unstable-msc1767", "unstable-msc2448", "unstable-msc2747", "unstable-msc3061", "unstable-msc3245", "unstable-msc3245-v1-compat", "unstable-msc3246", "unstable-msc3381", "unstable-msc3401", "unstable-msc3488", "unstable-msc3551", "unstable-msc3552", "unstable-msc3553", "unstable-msc3554", "unstable-msc3927", "unstable-msc3954", "unstable-msc3955", "unstable-msc3956", "unstable-msc4075", "unstable-pdu", "compat-empty-string-null", "compat-optional", "compat-tag-info", "criterion"] }
canonical-json

Enables canonical-json of ruma-common

html

Enables ruma-html

markdown = pulldown-cmark
unstable-exhaustive-types
unstable-msc1767 unstable-msc3381? unstable-msc3488? unstable-msc3554? unstable-msc3954? unstable-msc3955? unstable-msc3956?

Affects ruma-events::message

unstable-msc2448

Affects avatar::ImageInfo.blurhash, member::RoomMemberEventContent.blurhash, video::VideoInfo.blurhash, room::ImageInfo.blurhash

unstable-msc2747

Affects answer::CallAnswerEventContent.capabilities, invite::CallInviteEventContent.capabilities, call::CallCapabilities

unstable-msc3061

Affects forwarded_room_key::ToDeviceForwardedRoomKeyEventContent.shared_history, room_key::ToDeviceRoomKeyEventContent.shared_history

unstable-msc3245 = unstable-msc3246

Affects ruma-events::voice

unstable-msc3245-v1-compat

Support the m.room.message fallback fields from the first version of MSC3245, implemented in Element Web and documented at https://github.com/matrix-org/matrix-spec-proposals/blob/83f6c5b469c1d78f714e335dcaa25354b255ffa5/proposals/3245-voice-messages.md

Affects audio::AudioMessageEventContent.audio, audio::AudioMessageEventContent.voice, audio::UnstableAudioDetailsContentBlock, audio::UnstableVoiceContentBlock, audio::UnstableAmplitude

unstable-msc3246 unstable-msc3245? = unstable-msc3927

Affects audio::AudioDetailsContentBlock.waveform, audio::Amplitude

unstable-msc3381 = unstable-msc1767

Affects ruma-events::poll

unstable-msc3401

Affects call::member

unstable-msc3488 = unstable-msc1767

Affects ruma-events::location, location::LocationMessageEventContent.message, location::LocationMessageEventContent.location, location::LocationMessageEventContent.asset, location::LocationMessageEventContent.ts

unstable-msc3551 unstable-msc3552? unstable-msc3927? = unstable-msc3956

Affects ruma-events::file

unstable-msc3552 unstable-msc3553? = unstable-msc3551

Affects ruma-events::image

unstable-msc3553 = unstable-msc3552

Affects ruma-events::video

unstable-msc3554 = unstable-msc1767

Affects message::TextRepresentation.lang

unstable-msc3927 unstable-msc3246? = unstable-msc3551

Affects ruma-events::audio

unstable-msc3954 = unstable-msc1767

Affects ruma-events::emote

unstable-msc3955 = unstable-msc1767

Affects audio::AudioEventContent.automated, emote::EmoteEventContent.automated, file::FileEventContent.automated, image::ImageEventContent.automated, location::LocationEventContent.automated, message::MessageEventContent.automated, end::PollEndEventContent.automated, response::PollResponseEventContent.automated, start::PollStartEventContent.automated, video::VideoEventContent.automated, voice::VoiceEventContent.automated

unstable-msc3956 unstable-msc3551? = unstable-msc1767

Affects ruma-events::encrypted

unstable-msc4075

Affects call::notify

unstable-pdu

Affects ruma-events::pdu

compat-empty-string-null

Allow some mandatory fields to be missing, defaulting them to an empty string in deserialization.

compat-optional

Allow certain fields to be absent even though the spec marks them as mandatory. Deserialization will yield a default value like an empty string.

compat-tag-info

Allow TagInfo to contain a stringified floating-point value for the order field.

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.

pulldown-cmark markdown?

Enables pulldown-cmark ^0.9.1

criterion implicit feature

Enables criterion

dev-dependencies can't be optional, so this is a regular dependency