# 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_types" version = "0.0.7" authors = ["Robert Balicki "] description = "types related to Smithy" homepage = "https://www.smithy.rs" documentation = "https://docs.smithy.rs/smithy_types" license = "MIT/Apache-2.0" repository = "https://github.com/rbalicki2/smithy" [dependencies.custom_derive] version = "0.1.7" [dependencies.enum_derive] version = "0.1.7" [dependencies.futures] version = "0.1.25" [dependencies.lazy_static] version = "1.2.0" [dependencies.wasm-bindgen] version = "0.2.29" features = ["nightly"] [dependencies.wasm-bindgen-futures] version = "0.3.5" [dependencies.web-sys] version = "0.3.5" features = ["Document", "DocumentFragment", "Element", "Window", "HtmlElement", "EventTarget", "Node", "NodeList", "Event"] [features] animation-events = ["any-ui-events", "web-sys/AnimationEvent"] any-ui-events = ["web-sys/Event"] before-unload-events = ["web-sys/BeforeUnloadEvent"] clipboard-events = ["any-ui-events", "web-sys/ClipboardEvent"] 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"]