holger-ui 0.1.1

Operator/admin UI for holger over the HolgerObject core API — egui via facett, embedded (LocalHolger, direct core calls) or remote (RemoteHolger gRPC).
# 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 = "holger-ui"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Operator/admin UI for holger over the HolgerObject core API — egui via facett, embedded (LocalHolger, direct core calls) or remote (RemoteHolger gRPC)."
readme = false
license = "MIT OR Apache-2.0"

[features]
default = []
gui = [
    "dep:eframe",
    "dep:egui",
    "dep:facett",
    "dep:server-lib",
]
testmatrix = [
    "dep:nornir-testmatrix",
    "nornir-testmatrix/testmatrix",
]

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

[[bin]]
name = "holger-ui"
path = "src/main.rs"
required-features = ["gui"]

[[test]]
name = "local_core"
path = "tests/local_core.rs"

[[test]]
name = "remote_grpc"
path = "tests/remote_grpc.rs"

[[test]]
name = "robot_ui"
path = "tests/robot_ui.rs"

[dependencies.anyhow]
version = "1"

[dependencies.eframe]
version = "0.34"
features = [
    "default_fonts",
    "glow",
    "wayland",
    "x11",
]
optional = true
default-features = false

[dependencies.egui]
version = "0.34"
optional = true

[dependencies.facett]
version = "0.1.2"
optional = true

[dependencies.nornir-testmatrix]
version = "0.2"
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.server-lib]
version = "0.6.5"
optional = true
package = "holger-server-lib"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.traits]
version = "0.6.5"
package = "holger-traits"

[dev-dependencies.async-trait]
version = "0.1"

[dev-dependencies.tokio-stream]
version = "0.1"
features = ["net"]

[dev-dependencies.tonic]
version = "0.13"
features = ["tls-ring"]