l5x 0.6.0

Parser for Rockwell Automation L5X files (Studio 5000 Logix Designer)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.70"
name = "l5x"
version = "0.6.0"
authors = ["radevgit"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser for Rockwell Automation L5X files (Studio 5000 Logix Designer)"
homepage = "https://github.com/radevgit/plc"
documentation = "https://docs.rs/l5x"
readme = "README.md"
keywords = [
    "plc",
    "l5x",
    "rockwell",
    "allen-bradley",
    "ladder-logic",
]
categories = [
    "parsing",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/radevgit/plc"

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

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

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

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

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

[dependencies.thiserror]
version = "1.0"

[dependencies.winnow]
version = "0.7"

[dev-dependencies.walkdir]
version = "2.5"