# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.67.1" name = "seed" version = "0.10.0" authors = [ "DavidOConnor ", "Martin KavĂ­k ", "Markus Kohlhase ", ] description = "A Rust framework for creating web apps, using WebAssembly" homepage = "https://seed-rs.org" documentation = "https://docs.rs/seed" readme = "README.md" keywords = [ "wasm", "webassembly", "frontend", "framework", "web", ] categories = [ "wasm", "web-programming", ] license = "MIT" repository = "https://github.com/seed-rs/seed" [dependencies.enclose] version = "1.1.8" [dependencies.futures] version = "0.3.26" [dependencies.getrandom] version = "0.2.8" features = ["js"] [dependencies.gloo-file] version = "0.2.3" features = ["futures"] [dependencies.gloo-timers] version = "0.2.6" features = ["futures"] [dependencies.gloo-utils] version = "0.1.6" [dependencies.indexmap] version = "1.9.2" [dependencies.js-sys] version = "0.3.61" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.serde] version = "1.0.152" features = ["derive"] optional = true [dependencies.serde-wasm-bindgen] version = "0.5.0" optional = true [dependencies.uuid] version = "1.3.0" features = ["v4"] [dependencies.wasm-bindgen] version = "0.2.84" [dependencies.wasm-bindgen-futures] version = "0.4.34" [dependencies.web-sys] version = "0.3.61" features = [ "AbortController", "AbortSignal", "BeforeUnloadEvent", "Blob", "BinaryType", "CanvasRenderingContext2d", "CloseEvent", "console", "CustomEvent", "CustomEventInit", "DataTransfer", "Document", "DomException", "DragEvent", "Element", "Event", "EventTarget", "File", "FormData", "HashChangeEvent", "Headers", "History", "HtmlElement", "HtmlCanvasElement", "HtmlCollection", "HtmlDocument", "HtmlDivElement", "HtmlInputElement", "HtmlMenuItemElement", "HtmlProgressElement", "HtmlOptionElement", "HtmlDataElement", "HtmlMeterElement", "HtmlLiElement", "HtmlOutputElement", "HtmlParamElement", "HtmlTextAreaElement", "HtmlSelectElement", "HtmlButtonElement", "HtmlFormElement", "Location", "MessageEvent", "MouseEvent", "Navigator", "Node", "NodeList", "Performance", "PointerEvent", "PopStateEvent", "ReferrerPolicy", "Request", "RequestCache", "RequestCredentials", "RequestInit", "RequestMode", "RequestRedirect", "Response", "Selection", "Storage", "TcpReadyState", "Text", "Touch", "TouchEvent", "TouchList", "console", "WebSocket", "Window", "KeyboardEvent", "InputEvent", "WheelEvent", "Url", "UrlSearchParams", ] [dev-dependencies.wasm-bindgen-test] version = "0.3.34" [build-dependencies.version_check] version = "0.9.4" [features] default = [] routing = [ "dep:serde", "dep:serde-wasm-bindgen", ]