# 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" version = "0.0.7" authors = ["Robert Balicki "] description = "Smithy, a framework for web development" homepage = "https://www.smithy.rs" documentation = "https://docs.smithy.rs/smithy" keywords = ["web", "javascript", "webassembly", "wasm", "frontend"] categories = ["gui", "web-programming"] license = "MIT/Apache-2.0" repository = "https://github.com/rbalicki2/smithy" [dependencies.smd_macro] version = "0.0.7" [dependencies.smithy_core] version = "0.0.7" [dependencies.smithy_types] version = "0.0.7" [features] all-events = ["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"] animation-events = ["smithy_core/animation-events", "smithy_types/animation-events"] before-unload-events = ["smithy_core/before-unload-events", "smithy_types/before-unload-events"] browser-logs = ["smithy_core/browser-logs"] cache-logs = ["smd_macro/cache-logs"] clipboard-events = ["smithy_core/clipboard-events", "smithy_types/clipboard-events"] default = ["keyboard-events", "input-events"] do-not-cache-smd = ["smd_macro/do-not-cache-smd"] event-logs = ["smithy_core/event-logs"] focus-events = ["smithy_core/focus-events", "smithy_types/focus-events"] hash-change-events = ["smithy_core/hash-change-events", "smithy_types/hash-change-events"] image-events = ["smithy_core/image-events", "smithy_types/image-events"] input-events = ["smithy_core/input-events", "smithy_types/input-events"] keyboard-events = ["smithy_core/keyboard-events", "smithy_types/keyboard-events"] mouse-events = ["smithy_core/mouse-events", "smithy_types/mouse-events"] pointer-events = ["smithy_core/pointer-events", "smithy_types/pointer-events"] pop-state-events = ["smithy_core/pop-state-events", "smithy_types/pop-state-events"] promise-rejection-events = ["smithy_core/promise-rejection-events", "smithy_types/promise-rejection-events"] scroll-events = ["smithy_core/scroll-events", "smithy_types/scroll-events"] select-events = ["smithy_core/select-events", "smithy_types/select-events"] smd-logs = ["smd_macro/smd-logs"] toggle-events = ["smithy_core/toggle-events", "smithy_types/toggle-events"] touch-events = ["smithy_core/touch-events", "smithy_types/touch-events"] transition-events = ["smithy_core/transition-events", "smithy_types/transition-events"]