[[example]]
name = "async_browse"
required-features = ["tokio"]
[[example]]
name = "async_client"
required-features = ["tokio"]
[[example]]
name = "async_monitor"
required-features = ["tokio"]
[[example]]
name = "async_read_write"
required-features = ["tokio"]
[[example]]
name = "async_send_sync"
required-features = ["time", "tokio"]
[dependencies.futures-channel]
version = "0.3.30"
[dependencies.futures-core]
default-features = false
version = "0.3.30"
[dependencies.futures-util]
default-features = false
version = "0.3.30"
[dependencies.log]
version = "0.4.20"
[dependencies.open62541-sys]
version = "0.1.3"
[dependencies.paste]
version = "1.0.14"
[dependencies.serde]
optional = true
version = "1.0.194"
[dependencies.serde_json]
optional = true
version = "1.0.111"
[dependencies.thiserror]
version = "1.0.56"
[dependencies.time]
optional = true
version = "0.3.31"
[dependencies.tokio]
features = ["rt", "sync", "time"]
optional = true
version = "1.35.1"
[dev-dependencies.anyhow]
version = "1.0.79"
[dev-dependencies.env_logger]
version = "0.10.1"
[dev-dependencies.futures]
version = "0.3.30"
[dev-dependencies.rand]
version = "0.8.5"
[dev-dependencies.tokio]
features = ["macros"]
version = "1.35.1"
[features]
default = ["serde", "time", "tokio"]
serde = ["dep:serde", "dep:serde_json", "time?/serde"]
time = ["dep:time"]
tokio = ["dep:tokio"]
[lints.clippy]
clone_on_ref_ptr = "warn"
missing_const_for_fn = "warn"
mod_module_files = "warn"
pedantic = "warn"
[lints.rust]
future_incompatible = "warn"
let_underscore = "warn"
nonstandard_style = "warn"
rust_2018_compatibility = "warn"
rust_2018_idioms = "warn"
rust_2021_compatibility = "warn"
unused = "warn"
warnings = "warn"
[package]
authors = ["HMI Project"]
categories = ["network-programming", "embedded", "api-bindings"]
description = "High-level, safe bindings for the C99 library open62541, an open source and free implementation of OPC UA (OPC Unified Architecture)."
documentation = "https://docs.rs/open62541"
edition = "2021"
homepage = "https://github.com/HMIProject/open62541"
keywords = ["opcua", "plc", "automation", "hardware", "protocol"]
license = "MPL-2.0"
name = "open62541"
readme = "README.md"
repository = "https://github.com/HMIProject/open62541.git"
rust-version = "1.71"
version = "0.2.1"