eva-client 0.5.2

RT/HTTP Client for EVA ICS v4
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 = "eva-client"
version = "0.5.2"
authors = ["Serhij S. <div@altertech.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RT/HTTP Client for EVA ICS v4"
readme = "README.md"
keywords = [
    "eva-ics",
    "iot",
    "industrial",
    "scada",
    "cloud",
]
license = "Apache-2.0"
repository = "https://github.com/eva-ics/eva4-client"

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

[dependencies.busrt]
version = "0.5"
features = [
    "rpc",
    "ipc",
]

[dependencies.eva-common]
version = "0.4"
features = [
    "events",
    "extended-value",
    "bus-rpc",
]

[dependencies.eva-rjrpc]
version = "0.4"

[dependencies.hyper]
version = "0.14.18"
features = [
    "client",
    "http1",
    "tcp",
]

[dependencies.hyper-tls]
version = "0.5.0"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "std",
]
default-features = false

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