[package] name = "secop-core" version = "0.1.3" authors = ["Georg Brandl ", "Enrico Faulhaber "] edition = "2018" description = "A Rust framework for a hardware server speaking the SECoP protocol (core library)" keywords = ["scada", "secop", "hardware", "sample-environment"] license = "GPL-2.0+" repository = "https://github.com/birkenfeld/secop-rs" [dependencies] log = "0.4.8" url = "2.1.0" time = "0.3" toml = "0.5.3" base64 = "0.13.0" regex = "1.3.1" memchr = "2.2.1" mlzlog = "0.7.0" mlzutil = "0.2.0" serde = "1.0.101" serde_json = "1.0.41" serde_derive = "1.0.101" lazy_static = "1.4.0" derive-new = "0.5.8" crossbeam-channel = "0.5.0" hashbrown = { version = "0.11.2", features = ["serde"] } parking_lot = "0.11.0" [dependencies.secop-derive] version = "0.1.3" path = "../derive"