# 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 = "rustimate-client" version = "0.1.0" authors = ["Kyle U "] exclude = [".gitignore", ".travis.yml", "appveyor.yml"] description = "WASM web client sources for rustimate" homepage = "https://estimate.poker" readme = "README.md" keywords = ["wasm"] categories = ["wasm", "web-programming", "web-programming::websocket"] license = "MIT" repository = "https://github.com/kyleu/rustimate" [lib] crate-type = ["cdylib", "rlib"] [dependencies.anyhow] version = "1.0.26" [dependencies.console_error_panic_hook] version = "0.1.6" [dependencies.instant] version = "0.1.2" [dependencies.js-sys] version = "0.3.33" [dependencies.maud] version = "0.21.0" [dependencies.rustimate-core] version = "0.1.0" [dependencies.uuid] version = "0.8.1" features = ["serde", "v4", "wasm-bindgen"] [dependencies.wasm-bindgen] version = "0.2.56" features = ["nightly"] [dependencies.wasm-bindgen-futures] version = "0.4.6" [dependencies.web-sys] version = "0.3.33" features = ["BinaryType", "Blob", "console", "CssStyleDeclaration", "Document", "DomStringMap", "DomTokenList", "Element", "ErrorEvent", "Event", "EventTarget", "FileReader", "FileReaderSync", "HtmlBodyElement", "HtmlElement", "HtmlInputElement", "HtmlTextAreaElement", "KeyboardEvent", "Location", "MessageEvent", "Node", "NodeList", "Storage", "WebSocket", "Window"] [dev-dependencies.wasm-bindgen-test] version = "0.3.6"