[dependencies.dyn-clone]
optional = true
version = "1"
[dependencies.log]
version = "0.4"
[dependencies.once_cell]
optional = true
version = "1"
[dependencies.parking_lot]
optional = true
version = "0.12"
[dependencies.paste]
optional = true
version = "1"
[dependencies.plctag-sys]
version = "0.2"
[features]
api_raw_bytes = []
api_string = []
api_tag_set_size = []
default = ["value", "event", "api_string", "api_raw_bytes", "api_tag_set_size"]
event = ["parking_lot", "once_cell", "dyn-clone"]
value = ["paste"]
[package]
authors = ["joylei <leingliu@gmail.com>"]
categories = ["api-bindings", "hardware-support"]
description = "a rust wrapper of [libplctag](https://github.com/libplctag/libplctag), with rust style APIs and useful extensions"
documentation = "https://docs.rs/crate/plctag/"
edition = "2018"
homepage = "https://github.com/Joylei/plctag-rs"
keywords = ["automation", "plc", "ethernet", "modbus", "hardware"]
license = "MIT"
name = "plctag-core"
readme = "README.md"
repository = "https://github.com/Joylei/plctag-rs.git"
version = "0.2.2"