holger-ui 0.1.4

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.4"
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]
containers = ["jera/container-oci"]
default = []
gui = [
    "dep:eframe",
    "dep:egui",
    "dep:facett",
    "dep:facett-helix",
    "dep:server-lib",
    "dep:bench-scenarios",
    "dep:agent-lib",
    "dep:image",
    "dep:modgunn",
    "dep:world-connector",
    "dep:znippy-rust-repo",
]
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 = "demo_walk"
path = "tests/demo_walk.rs"

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

[[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"

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

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

[dependencies.agent-lib]
version = "0.6.6"
optional = true
package = "holger-agent-lib"

[dependencies.anyhow]
version = "1"

[dependencies.bench-scenarios]
version = "0.1.0"
features = ["served"]
optional = true
package = "holger-bench-scenarios"

[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.facett-helix]
version = "0.1"
optional = true

[dependencies.holger-airgap]
version = "0.1.0"

[dependencies.image]
version = "0.25"
features = ["png"]
optional = true
default-features = false

[dependencies.jera]
version = "0.1"
default-features = false

[dependencies.modgunn]
version = "0.0"
features = [
    "scan",
    "warehouse",
]
optional = true
default-features = false

[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.7"
optional = true
package = "holger-server-lib"

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

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

[dependencies.world-connector]
version = "0.6.6"
optional = true
package = "holger-world-connector"

[dependencies.znippy-rust-repo]
version = "0.6.7"
optional = true
package = "holger-rust-znippy-repository"

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

[dev-dependencies.egui]
version = "0.34"

[dev-dependencies.egui_kittest]
version = "0.34"
default-features = false

[dev-dependencies.nornir-robotui]
version = "0.2"

[dev-dependencies.tempfile]
version = "3"

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

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