smithy_core 0.0.2

The core Smithy functionality
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"]