# 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 = "futuresdr-frontend" version = "0.0.4" authors = ["FutureSDR Contributors "] description = "Web Frontend for an Experimental Async SDR Runtime for Heterogeneous Architectures." homepage = "https://www.futuresdr.org" keywords = [ "sdr", "radio", "runtime", "async", "acceleration", ] categories = [ "asynchronous", "concurrency", "hardware-support", "science", "wasm", ] license = "Apache-2.0" repository = "https://github.com/futuresdr/futuresdr/" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.console_error_panic_hook] version = "0.1.6" [dependencies.futures] version = "0.3.19" [dependencies.futuresdr-pmt] version = "0.0.6" [dependencies.gloo-console] version = "0.2.1" [dependencies.gloo-render] version = "0.1.0" [dependencies.gloo-timers] version = "0.2.2" features = ["futures"] [dependencies.gloo-utils] version = "0.1.2" [dependencies.js-sys] version = "0.3.52" [dependencies.rbl_circular_buffer] version = "0.1.2" [dependencies.reqwasm] version = "0.5.0" [dependencies.serde_json] version = "1.0.81" [dependencies.wasm-bindgen] version = "0.2.79" [dependencies.wasm-bindgen-futures] version = "0.4.29" [dependencies.web-sys] version = "0.3.52" features = [ "HtmlCanvasElement", "WebGlBuffer", "WebGlProgram", "WebGlRenderingContext", "WebGlShader", "WebGlTexture", "WebGlUniformLocation", ] [dependencies.yew] version = "0.19"