# 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 = "roboplc-io-iec60870-5"
version = "1.0.0"
authors = ["Serhij S.
"]
autoexamples = false
description = "RoboPLC I/O connector for TwinCAT/ADS"
readme = "README.md"
keywords = [
"realtime",
"plc",
"industrial",
"iec",
"60870-5",
]
license-file = "LICENSE.md"
repository = "https://github.com/roboplc/roboplc-io-iec60870-5"
[dependencies.iec60870-5]
version = "0.1"
[dependencies.once_cell]
version = "1.19"
[dependencies.roboplc]
version = "0.4"
default-features = false
[dependencies.rtsc]
version = "0.3"
[dependencies.tracing]
version = "0.1"
[features]
default = ["locking-rt-safe"]
locking-default = ["roboplc/locking-default"]
locking-rt = ["roboplc/locking-rt"]
locking-rt-safe = ["roboplc/locking-rt-safe"]