prophecy 0.5.0

FutureSDR GUI
Documentation
# 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 = "2024"
name = "prophecy"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FutureSDR GUI"
readme = "README.md"
license = "Apache-2.0"

[lib]
name = "prophecy"
path = "src/lib.rs"

[[bin]]
name = "prophecy"
path = "src/main.rs"

[dependencies.any_spawner]
version = "0.3"
features = ["wasm-bindgen"]

[dependencies.console_error_panic_hook]
version = "0.1"

[dependencies.futures]
version = "0.3"

[dependencies.futuresdr]
version = "0.0.40"

[dependencies.futuresdr-types]
version = "0.0.15"

[dependencies.gloo-net]
version = "0.7"

[dependencies.gloo-timers]
version = "0.4"
features = ["futures"]

[dependencies.indexmap]
version = "2.13"

[dependencies.js-sys]
version = "0.3"

[dependencies.leptos]
version = "0.8"
features = [
    "csr",
    "nightly",
]

[dependencies.log]
version = "0.4"

[dependencies.num-complex]
version = "0.4"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.uuid]
version = "1.23"
features = [
    "v4",
    "js",
]

[dependencies.web-sys]
version = "0.3"
features = [
    "DomRect",
    "Element",
    "HtmlCanvasElement",
    "HtmlElement",
    "WheelEvent",
    "ImageData",
    "WebGlBuffer",
    "WebGlProgram",
    "WebGlRenderingContext",
    "WebGl2RenderingContext",
    "WebGlShader",
    "WebGlTexture",
    "WebGlUniformLocation",
]