edc-web-ui 0.3.1

A Rust Web interface with patternfly-yew client for EDC
# 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 = "edc-web-ui"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust Web interface with patternfly-yew client for EDC"
readme = "README.md"
keywords = [
    "dataspace",
    "http",
]
categories = []
license = "Apache-2.0"
repository = "https://github.com/dataspace-rs/edc-web-ui"

[[bin]]
name = "edc-web-ui"
path = "src/main.rs"

[dependencies.console_error_panic_hook]
version = "0.1"

[dependencies.console_log]
version = "1"

[dependencies.edc-web-components]
version = "0.4.0"

[dependencies.fern]
version = "0.7"

[dependencies.gloo-utils]
version = "0.3.0"

[dependencies.log]
version = "0.4"

[dependencies.patternfly-yew]
version = "0.8"
features = ["experimental"]

[dependencies.reqwest]
version = "0.13"
features = ["json"]

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

[dependencies.wasm-cookies]
version = "0.2"

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

[dependencies.yew]
version = "0.23"

[dependencies.yew-nested-router]
version = "0.9.0"

[dependencies.yew-oauth2]
version = "0.14"
features = [
    "yew-nested-router",
    "openid",
]

[dependencies.yew_icons]
version = "0.10.0"
features = [
    "font_awesome_regular",
    "lucide",
]