# 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.64" name = "gloo" version = "0.11.0" authors = ["Rust and WebAssembly Working Group"] description = "A modular toolkit for Rust and WebAssembly" homepage = "https://gloo-rs.web.app/" documentation = "https://docs.rs/gloo/" readme = "README.md" categories = [ "api-bindings", "wasm", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rustwasm/gloo" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.gloo-console] version = "0.3" optional = true [dependencies.gloo-dialogs] version = "0.2" optional = true [dependencies.gloo-events] version = "0.2" optional = true [dependencies.gloo-file] version = "0.3" optional = true [dependencies.gloo-history] version = "0.2" optional = true [dependencies.gloo-net] version = "0.5" optional = true [dependencies.gloo-render] version = "0.2" optional = true [dependencies.gloo-storage] version = "0.3" optional = true [dependencies.gloo-timers] version = "0.3" optional = true [dependencies.gloo-utils] version = "0.2" optional = true [dependencies.gloo-worker] version = "0.5" optional = true [features] console = ["gloo-console"] default = [ "timers", "events", "file", "dialogs", "storage", "render", "console", "utils", "history", "worker", "net", ] dialogs = ["gloo-dialogs"] events = ["gloo-events"] file = ["gloo-file"] futures = [ "timers", "file", "worker", "gloo-timers/futures", "gloo-file/futures", "gloo-worker/futures", ] history = ["gloo-history"] net = ["gloo-net"] render = ["gloo-render"] storage = ["gloo-storage"] timers = ["gloo-timers"] utils = ["gloo-utils"] worker = ["gloo-worker"]