[package]
edition = "2018"
name = "smithy_core"
version = "0.0.2"
authors = ["Robert Balicki <robert.balicki@gmail.com>"]
description = "The core Smithy functionality"
homepage = "https://github.com/rbalicki2/smithy"
license = "MIT/Apache-2.0"
repository = "https://github.com/rbalicki2/smithy"
[dependencies.console_error_panic_hook]
version = "0.1.5"
[dependencies.futures]
version = "0.1.25"
[dependencies.js-sys]
version = "0.3.5"
[dependencies.smd_macro]
version = "0.0.2"
[dependencies.smithy_types]
version = "0.0.2"
[dependencies.wasm-bindgen]
version = "0.2.28"
features = ["nightly"]
[dependencies.wasm-bindgen-futures]
version = "0.3.5"
[dependencies.web-sys]
version = "0.3.5"
features = ["Element", "HtmlCollection", "AnimationEvent", "BeforeUnloadEvent", "ClipboardEvent", "FocusEvent", "HashChangeEvent", "InputEvent", "KeyboardEvent", "MouseEvent", "PointerEvent", "PopStateEvent", "PromiseRejectionEvent", "ScrollAreaEvent", "TouchEvent", "TransitionEvent", "UiEvent", "BeforeUnloadEvent"]
[features]
animation-events = ["any-ui-events"]
any-ui-events = []
copy-events = ["any-ui-events"]
debug-logs = []
focus-events = ["any-ui-events"]
image-events = ["web-sys-ui-events"]
input-events = ["any-ui-events"]
keyboard-events = ["any-ui-events"]
mouse-events = ["any-ui-events"]
pointer-events = ["any-ui-events"]
scroll-events = ["any-ui-events"]
select-events = ["web-sys-ui-events"]
toggle-events = ["web-sys-ui-events"]
touch-events = ["any-ui-events"]
transition-events = ["any-ui-events"]
web-sys-ui-events = ["any-ui-events"]