# 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.56" name = "iweb" version = "0.1.0" authors = ["Pillar "] description = "Use web_sys like call link" documentation = "https://github.com/ymzuiku/iweb" readme = "README.md" license-file = "LICENSE" resolver = "2" [profile.dev] split-debuginfo = "unpacked" [lib] path = "lib.rs" [dependencies.js-sys] version = "0.3" [dependencies.lazy_static] version = "1.4" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.wasm-bindgen] version = "0.2.63" [dependencies.web-sys] version = "0.3" features = ["console", "Document", "Window", "Element", "NodeList", "HtmlElement", "Node", "Performance", "Attr", "Storage", "Headers", "Request", "RequestInit", "RequestMode", "Response"] [dev-dependencies.wasm-bindgen-test] version = "0.3.13"