# 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 = "sjqchatapp" version = "0.1.0" authors = ["Jiangqiu Shen "] description = "A simple chat app" license = "MIT" resolver = "2" [dependencies.async-tungstenite] version = "0.17.2" features = ["tokio-runtime"] [dependencies.iced] version = "0.4.2" features = [ "tokio", "default_system_font", ] [dependencies.iced_futures] version = "0.4.1" [dependencies.iced_native] version = "0.5.1" [dependencies.iced_web] version = "0.4.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.uuid] version = "1.1.2" [dependencies.warp] version = "0.3.2" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.directories-next] version = "2.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] version = "1.19.2" features = ["full"] [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-timer] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3" features = [ "Window", "Storage", ]