# 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-html" version = "0.5.1" authors = ["Muhannad Alrusayni "] include = ["src/**/*", "Cargo.toml", "README.MD"] description = "Typed HTML for Savory" homepage = "https://gitlab.com/MAlrusayni/savory" documentation = "https://docs.rs/savory-html" readme = "README.MD" keywords = ["savory", "seed", "css", "html", "web"] categories = ["gui", "wasm", "web-programming"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/MAlrusayni/savory/tree/master/html" [dependencies.chrono] version = "0.4.10" [dependencies.derive_more] version = "0.99.2" [dependencies.derive_rich] version = "0.4.3" [dependencies.indexmap] version = "1.3.2" [dependencies.mime] version = "0.3.16" [dependencies.palette] version = "0.4.1" [dependencies.paste] version = "0.1.10" [dependencies.regex] version = "1.3.4" [dependencies.savory-core] version = "0.5.1" [dependencies.seed] version = "0.7.0" [dependencies.wasm-bindgen] version = "0.2.58" [dependencies.web-sys] version = "^0.3.35" features = ["WheelEvent", "CompositionEvent", "HtmlInputElement", "InputEvent", "FocusEvent", "DragEvent", "DomRect", "Element", "HtmlLabelElement", "UiEvent"] [badges.maintenance] status = "actively-developed"