ua-client 1.2.0

Native OPC UA browser/inspector GUI built on async-opcua and egui
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 = "ua-client"
version = "1.2.0"
build = false
exclude = ["/ua-client.png"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native OPC UA browser/inspector GUI built on async-opcua and egui"
homepage = "https://github.com/FreeOpcUa/ua-client"
readme = "README.md"
keywords = [
    "client",
    "egui",
    "gui",
    "opc-ua",
    "opcua",
]
categories = [
    "gui",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/FreeOpcUa/ua-client"

[package.metadata.deb]
name = "ua-tui"
maintainer = "Olivier Roulet <olivier.roulet@gmail.com>"
copyright = "2025, FreeOpcUa contributors"
license-file = [
    "LICENSE",
    "0",
]
section = "utils"
priority = "optional"
extended-description = "Terminal OPC UA browser/inspector (TUI front-end of ua-client)."
depends = "$auto"
assets = [
    [
    "target/release/ua-tui",
    "usr/bin/",
    "755",
],
    [
    "README.md",
    "usr/share/doc/ua-tui/README.md",
    "644",
],
]

[features]
default = ["tui"]
egui = [
    "dep:eframe",
    "dep:egui",
    "dep:egui_extras",
    "dep:rfd",
]
tui = [
    "dep:cursive",
    "dep:arboard",
]

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

[[bin]]
name = "ua-client"
path = "src/bin/ua-client.rs"
required-features = ["egui"]

[[bin]]
name = "ua-tui"
path = "src/bin/ua-tui.rs"
required-features = ["tui"]

[dependencies.anyhow]
version = "1"

[dependencies.arboard]
version = "3"
optional = true

[dependencies.async-opcua]
version = "0.18"
features = [
    "client",
    "json",
]
default-features = false

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.cursive]
version = "0.21"
features = ["crossterm-backend"]
optional = true
default-features = false

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

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

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

[dependencies.futures]
version = "0.3"

[dependencies.rfd]
version = "0.17"
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "sync",
    "time",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]