# 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 = "quad-net" version = "0.1.2" authors = ["Fedor Logachev "] description = "Miniquad friendly network abstractions" license = "MIT/Apache-2.0" [dependencies.nanoserde] version = "0.1" optional = true [dev-dependencies.macroquad] version = "0.3.0-alpha" [dev-dependencies.nanoserde] version = "0.1" [features] default = ["nanoserde"] ssl = ["qws/ssl"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.qws] version = "0.7.9" default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dependencies.ureq] version = "2.0" [target."cfg(target_arch = \"wasm32\")".dependencies.sapp-jsutils] version = "0.1"