smithy_core 0.0.7

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.7"
authors = ["Robert Balicki <robert.balicki@gmail.com>"]
description = "The core Smithy functionality"
homepage = "https://www.smithy.rs"
documentation = "https://docs.smithy.rs/smithy_core"
license = "MIT/Apache-2.0"
repository = "https://github.com/rbalicki2/smithy"
[dependencies.futures]
version = "0.1.25"

[dependencies.js-sys]
version = "0.3.5"

[dependencies.smithy_types]
version = "0.0.7"

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

[features]
animation-events = ["any-ui-events", "web-sys/AnimationEvent"]
any-ui-events = []
before-unload-events = ["web-sys/BeforeUnloadEvent"]
browser-logs = ["web-sys/console"]
clipboard-events = ["any-ui-events", "web-sys/ClipboardEvent"]
event-logs = ["web-sys/console"]
focus-events = ["any-ui-events", "web-sys/FocusEvent"]
hash-change-events = ["web-sys/HashChangeEvent"]
image-events = ["web-sys-ui-events"]
input-events = ["any-ui-events", "web-sys/InputEvent"]
keyboard-events = ["any-ui-events", "web-sys/KeyboardEvent"]
mouse-events = ["any-ui-events", "web-sys/MouseEvent"]
pointer-events = ["any-ui-events", "web-sys/PointerEvent"]
pop-state-events = ["web-sys/PopStateEvent"]
promise-rejection-events = ["web-sys/PromiseRejectionEvent"]
scroll-events = ["any-ui-events", "web-sys/ScrollAreaEvent"]
select-events = ["web-sys-ui-events"]
toggle-events = ["web-sys-ui-events"]
touch-events = ["any-ui-events", "web-sys/TouchEvent"]
transition-events = ["any-ui-events", "web-sys/TransitionEvent"]
web-sys-ui-events = ["any-ui-events", "web-sys/UiEvent"]