# 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 = "maia-wasm" version = "0.6.0" authors = ["Daniel Estevez "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Maia SDR WASM frontend" homepage = "https://maia-sdr.org/" readme = "README.md" keywords = [ "SDR", "FPGA", "wasm", "WebGL2", ] categories = [ "science", "wasm", "web-programming::http-client", "web-programming::websocket", ] license = "MIT OR Apache-2.0" repository = "https://github.com/maia-sdr/maia-sdr/" [profile.release] lto = true codegen-units = 1 [lib] name = "maia_wasm" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" [dependencies.console_error_panic_hook] version = "0.1" [dependencies.git-version] version = "0.3" [dependencies.js-sys] version = "0.3" [dependencies.maia-json] version = "0.4.0" [dependencies.paste] version = "1.0" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.wasm-bindgen] version = "0.2" [dependencies.wasm-bindgen-futures] version = "0.4" [dependencies.web-sys] version = "0.3.72" features = [ "BinaryType", "CanvasRenderingContext2d", "CloseEvent", "console", "CssStyleDeclaration", "Document", "DomRect", "DomTokenList", "Element", "Headers", "HtmlButtonElement", "HtmlCanvasElement", "HtmlDialogElement", "HtmlInputElement", "HtmlParagraphElement", "HtmlSelectElement", "HtmlSpanElement", "Location", "MessageEvent", "Performance", "PointerEvent", "Request", "RequestInit", "RequestMode", "Response", "Storage", "TextMetrics", "WebGlBuffer", "WebGlContextAttributes", "WebGlPowerPreference", "WebGlProgram", "WebGl2RenderingContext", "WebGlShader", "WebGlTexture", "WebGlUniformLocation", "WebGlVertexArrayObject", "WebSocket", "WheelEvent", "Window", ]