lib60870-sys 0.5.1

Raw FFI bindings to lib60870-C, an IEC 60870-5-101/104 protocol implementation.
Documentation
[package]
name = "lib60870-sys"
version = "0.5.1"
edition = "2021"
rust-version = "1.70"
description = "Raw FFI bindings to lib60870-C, an IEC 60870-5-101/104 protocol implementation."
license = "GPL-3.0"
repository = "https://github.com/tomas789/lib60870-sys"
documentation = "https://docs.rs/lib60870-sys"
readme = "README.md"
keywords = ["iec60870", "iec104", "scada", "power-systems", "ffi"]
categories = ["external-ffi-bindings", "network-programming"]
links = "lib60870-sys"
exclude = [
    ".github/",
    "lib60870/",
]

[features]
default = []
# Enable printf debug output in lib60870
debug = []
# Disable threading support (for embedded systems)
no-threads = []
# Enable TCP keep-alive
tcp-keepalive = []
# TLS support (downloads and links mbedtls 2.28)
tls = []

[dependencies]
bitflags = "2"
foreign-types = "0.5"

[package.metadata.docs.rs]
# Pass --cfg docsrs to rustc so we use pre-generated bindings
rustdoc-args = ["--cfg", "docsrs"]
# Build with all features for complete documentation
all-features = true

[build-dependencies]
bindgen = "0.72"
cmake = "0.1"
doxygen-rs = "0.4"
flate2 = "1.0"
tar = "0.4"
ureq = "3.1"