open62541-sys 0.4.2

Low-level, unsafe bindings for the C99 library open62541, an open source and free implementation of OPC UA (OPC Unified Architecture).
Documentation
[build-dependencies.bindgen]
features = ["experimental"]
version = "0.69.4"

[build-dependencies.cc]
version = "1.0.83"

[build-dependencies.cmake]
version = "0.1.50"

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

[lints.clippy]
as_conversions = "warn"
as_ptr_cast_mut = "warn"
as_underscore = "warn"
clone_on_ref_ptr = "warn"
lint_groups_priority = "allow"
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"
trivial_casts = "warn"
trivial_numeric_casts = "warn"
unsafe_op_in_unsafe_fn = "warn"
unused = "warn"
warnings = "warn"

[package]
authors = ["HMI Project"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["network-programming", "embedded", "external-ffi-bindings"]
description = "Low-level, unsafe bindings for the C99 library open62541, an open source and free implementation of OPC UA (OPC Unified Architecture)."
documentation = "https://docs.rs/open62541-sys"
edition = "2021"
homepage = "https://github.com/HMIProject/open62541-sys"
include = ["CHANGELOG.md", "README.md", "build.rs", "src/", "wrapper.c", "wrapper.h", "open62541/**/CMakeLists.txt", "open62541/arch/", "open62541/deps/", "!open62541/deps/mdnsd/", "!open62541/deps/mqtt-c/", "!open62541/deps/nodesetLoader/", "!open62541/deps/ua-nodeset/", "open62541/deps/ua-nodeset/readme.md", "open62541/doc/conf.py", "open62541/include/open62541/", "open62541/plugins/", "open62541/tools/certs/", "open62541/tools/cmake/", "open62541/tools/generate_*.py", "open62541/tools/nodeset_compiler/", "open62541/tools/open62541.pc.in", "open62541/tools/schema/"]
keywords = ["opcua", "plc", "automation", "hardware", "protocol"]
license = "MPL-2.0"
name = "open62541-sys"
readme = "README.md"
repository = "https://github.com/HMIProject/open62541-sys.git"
rust-version = "1.72"
version = "0.4.2"