# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "protocols" version = "0.0.1" authors = ["James Prince <34577138+zutils@users.noreply.github.com>"] description = "The protocols crate is native rust library that provides an application layer system designed to make it easy to send messages between systems" readme = "./README.md" keywords = ["protocol"] categories = ["parser-implementations", "rust-patterns", "template-engine", "web-programming"] license = "MIT/Apache-2.0" repository = "https://github.com/zutils/protocols" [dependencies.failure] version = "0.1.3" [dependencies.glob] version = "0.2" [dependencies.libloading] version = "0.5" [dependencies.notify] version = "4.0.6" [dependencies.serde] version = "1.0.80" [dependencies.serde_json] version = "1.0.32" [dependencies.signals] version = "0.0.2"