Cargo Features

[dependencies]
smithy = { version = "0.0.7", default-features = false, features = ["clipboard-events", "keyboard-events", "focus-events", "input-events", "mouse-events", "pointer-events", "select-events", "touch-events", "scroll-events", "image-events", "animation-events", "transition-events", "toggle-events", "before-unload-events", "hash-change-events", "pop-state-events", "promise-rejection-events", "all-events", "smd-logs", "do-not-cache-smd", "cache-logs", "browser-logs", "event-logs"] }
default = input-events, keyboard-events

These default features are set whenever smithy is added without default-features = false somewhere in the dependency tree.

clipboard-events all-events?

dom events

Enables clipboard-events of smithy_core and smithy_types

keyboard-events default all-events?

Enables keyboard-events of smithy_core and smithy_types

focus-events all-events?

Enables focus-events of smithy_core and smithy_types

input-events default all-events?

Enables input-events of smithy_core and smithy_types

mouse-events all-events?

Enables mouse-events of smithy_core and smithy_types

pointer-events all-events?

Enables pointer-events of smithy_core and smithy_types

select-events all-events?

Enables select-events of smithy_core and smithy_types

touch-events all-events?

Enables touch-events of smithy_core and smithy_types

scroll-events all-events?

Enables scroll-events of smithy_core and smithy_types

image-events all-events?

Enables image-events of smithy_core and smithy_types

animation-events all-events?

Enables animation-events of smithy_core and smithy_types

transition-events all-events?

Enables transition-events of smithy_core and smithy_types

toggle-events all-events?

Enables toggle-events of smithy_core and smithy_types

before-unload-events all-events?

window events

Enables before-unload-events of smithy_core and smithy_types

hash-change-events all-events?

Enables hash-change-events of smithy_core and smithy_types

pop-state-events all-events?

Enables pop-state-events of smithy_core and smithy_types

promise-rejection-events all-events?

Enables promise-rejection-events of smithy_core and smithy_types

all-events = animation-events, before-unload-events, clipboard-events, focus-events, hash-change-events, image-events, input-events, keyboard-events, mouse-events, pointer-events, pop-state-events, promise-rejection-events, scroll-events, select-events, toggle-events, touch-events, transition-events
smd-logs

Enables smd-logs of smd_macro

do-not-cache-smd

Enables do-not-cache-smd of smd_macro

cache-logs

Enables cache-logs of smd_macro

browser-logs

Enables browser-logs of smithy_core

event-logs

Enables event-logs of smithy_core