# 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 = "uni_net" version = "0.0.5" authors = ["MaxV "] description = "Tiny abstraction over HTTP protocol for uniui_* crate family." license = "MIT OR Apache-2.0" [dependencies.log] version = "0.4.6" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.uniui_core] version = "0.0.4" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3" features = ["Request", "RequestInit", "Window", "Location", "RequestMode", "FormData", "Headers", "Response", "RequestRedirect"]