# 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 = "dnp" version = "0.0.1" authors = ["Glenn Adams "] description = "dnp is a library that implements the Distributed Network Protocol (3)\nprotocol stack as defined by IEEE 1815-2012 with IP bindings\n\nnot yet ready for download - placeholder for work in progress\n" homepage = "https://github.com/skynav/dnp" documentation = "https://github.com/skynav/dnp" readme = "README.md" keywords = ["dnp"] categories = ["network-programming"] license = "Unlicense OR MIT" repository = "https://github.com/skynav/dnp" resolver = "2" [lib] path = "crates/core/lib.rs" [dependencies]