# 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 = "savory" version = "0.6.0" authors = ["Muhannad Alrusayni "] include = ["src/**/*", "Cargo.toml"] description = "Core library for building user interface" homepage = "https://gitlab.com/MAlrusayni/savory" documentation = "https://docs.rs/savory" readme = "../README.MD" keywords = ["savory", "seed", "element", "component", "SPA"] categories = ["gui", "wasm", "web-programming"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/MAlrusayni/savory/tree/master/core" [dependencies.paste] version = "1.0.4" [dependencies.seed] version = "0.8.0" [dependencies.web-sys] version = "^0.3.45" features = ["WheelEvent", "CompositionEvent", "HtmlInputElement", "InputEvent", "FocusEvent", "DragEvent", "DomRect", "Element", "HtmlLabelElement", "UiEvent"] [dev-dependencies] [badges.maintenance] status = "actively-developed"