# 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 = "mms" version = "0.0.1" authors = ["Glenn Adams "] description = "mms is a library that implements the Manufacturing Message Specification (MMS)\napplication protocol as defined by ISO 9506 Second Edition (2003)\n\nnot yet ready for download - placeholder for work in progress\n" homepage = "https://github.com/skynav/mms" documentation = "https://github.com/skynav/mms" readme = "README.md" keywords = ["mms"] categories = ["network-programming"] license = "Unlicense OR MIT" repository = "https://github.com/skynav/mms" resolver = "2" [lib] path = "crates/core/lib.rs" [dependencies]