plcopen 0.3.1

Parser for PLCopen TC6 XML files (IEC 61131-3 standard exchange format)
Documentation
[dependencies.iec61131]
version = "0.7"

[dependencies.quick-xml]
features = ["serialize", "overlapped-lists"]
version = "0.37"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[[example]]
name = "test_fbd_parsing"
path = "examples/test_fbd_parsing.rs"

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

[package]
authors = ["radevgit"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "development-tools"]
description = "Parser for PLCopen TC6 XML files (IEC 61131-3 standard exchange format)"
documentation = "https://docs.rs/plcopen"
edition = "2021"
homepage = "https://github.com/radevgit/plc"
keywords = ["plc", "plcopen", "iec-61131", "automation", "xml"]
license = "MIT"
name = "plcopen"
readme = "README.md"
repository = "https://github.com/radevgit/plc"
rust-version = "1.70"
version = "0.3.1"