# 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 = "iccp" version = "0.0.1" authors = ["Glenn Adams "] description = "iccp is a library that implements the Telecontrol Application Service Element (TASE.2)\nprotocol, also known as the Inter-Control Centre Protocol (ICCP), as defined by IEC 60870-6-503:2014;\nnot yet ready for download - placeholder for work in progress\n" homepage = "https://github.com/skynav/iccp" documentation = "https://github.com/skynav/iccp" readme = "README.md" keywords = ["iccp"] categories = ["network-programming"] license = "Unlicense OR MIT" repository = "https://github.com/skynav/iccp" resolver = "2" [lib] path = "crates/core/lib.rs" [dependencies]