[dependencies.actix]
version = "0.13.5"
[dependencies.globset]
version = "0.4.15"
[dependencies.opc_da_bindings]
version = "0.2.0"
[dependencies.tokio]
features = ["rt-multi-thread", "full"]
version = "1.43.0"
[dependencies.windows]
features = ["Win32_Foundation", "Win32_Graphics_Gdi", "Win32_System_Com", "Win32_System_Com_StructuredStorage", "Win32_System_Ole", "Win32_System_Variant", "Win32_System_WinRT"]
version = "0.59.0"
[dependencies.windows-core]
version = "0.59.0"
[features]
default = ["unstable_client", "unstable_server"]
unstable_client = []
unstable_server = []
[lib]
name = "opc_da"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "OPC Data Access"
edition = "2021"
keywords = ["opc", "da"]
license = "MIT"
name = "opc_da"
readme = "README.md"
repository = "https://github.com/Ronbb/rust_opc"
version = "0.2.0"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = []