rust7 0.1.2

Native Rust S7 client (Snap7-style) for Siemens PLCs.
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"
name = "rust7"
version = "0.1.2"
authors = ["Davide Nardella <davenardella@live.it>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native Rust S7 client (Snap7-style) for Siemens PLCs."
homepage = "https://github.com/davenardella/rust7"
documentation = "https://docs.rs/rust7"
readme = "README.md"
keywords = [
    "s7",
    "siemens",
    "plc",
    "industrial",
    "snap7",
]
categories = [
    "network-programming",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/davenardella/rust7"

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

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