# 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 = "2018" name = "ajars_web" version = "0.8.0" authors = ["Francesco Cina "] description = "AjaRS" homepage = "https://github.com/ufoscout/AjaRS" readme = "../README.md" keywords = [] license = "MIT" repository = "https://github.com/ufoscout/AjaRS" [dependencies.ajars_core] version = "0.8.0" [dependencies.serde] version = "1" default-features = false [dependencies.serde-wasm-bindgen] version = "0.4" [dependencies.serde_urlencoded] version = "0.7" [dependencies.thiserror] version = "1" [dependencies.wasm-bindgen] version = "0.2" default-features = false [dependencies.wasm-bindgen-futures] version = "0.4" default-features = false [dependencies.web-sys] version = "0.3" features = ["Headers", "Request", "RequestInit", "RequestMode", "Response", "Window"] default-features = false [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3"