plceye 0.7.1

PLC code smell detector and static analyzer for L5X and PLCopen files
Documentation
[[bin]]
name = "plceye"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.iec61131]
version = "0.7"

[dependencies.l5x]
version = "0.5"

[dependencies.plcopen]
version = "0.3"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "0.8"

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

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

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

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

[package]
authors = ["radevgit"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "PLC code smell detector and static analyzer for L5X and PLCopen files"
documentation = "https://docs.rs/plceye"
edition = "2021"
homepage = "https://plceye.com"
keywords = ["plc", "l5x", "plcopen", "static-analysis", "code-smell"]
license = "MIT"
name = "plceye"
readme = "README.md"
repository = "https://github.com/radevgit/plc"
rust-version = "1.70"
version = "0.7.1"