[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 = []
debug = []
no-threads = []
tcp-keepalive = []
tls = []
[dependencies]
bitflags = "2"
foreign-types = "0.5"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
all-features = true
[build-dependencies]
bindgen = "0.72"
cmake = "0.1"
doxygen-rs = "0.4"
flate2 = "1.0"
tar = "0.4"
ureq = "3.1"