# 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" name = "uni-app" version = "0.5.0" authors = [ "Edwin Cheng ", "jice ", ] exclude = ["www/*"] description = "native/wasm compatibility layer for window creation, input and filesystem" documentation = "https://docs.rs/uni-app" readme = "README.md" keywords = [ "windowing", "input", "filesystem", "wasm", ] license = "MIT" repository = "https://github.com/unrust/uni-app" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies] [features] http = [ "reqwest", "bytes", ] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.bytes] version = "1.*" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.glutin] version = "0.29.1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.reqwest] version = "0.11" features = ["blocking"] optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.time] version = "0.1.44" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.winapi] version = "0.3.9" features = [ "winerror", "winbase", "errhandlingapi", ] [target.wasm32-unknown-unknown.dependencies.js-sys] version = "0.3.60" [target.wasm32-unknown-unknown.dependencies.wasm-bindgen] version = "0.2.83" [target.wasm32-unknown-unknown.dependencies.web-sys] version = "0.3.60" features = [ "HtmlCanvasElement", "Document", "HtmlElement", "Event", "MouseEvent", "KeyboardEvent", "DragEvent", "ProgressEvent", "EventTarget", "DataTransfer", "File", "FileReader", "FileList", "DomRect", "Window", "Performance", "Location", "console", "Element", "CssStyleDeclaration", "XmlHttpRequest", "XmlHttpRequestResponseType", ]