# 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 = "rust_event_listener" version = "0.1.0" authors = ["Behemehal", "Ahmetcan Aksu"] description = "NodeJS like Event Listener library for rust!" documentation = "https://docs.rs/rust_event_listener" readme = "README.md" keywords = ["event_listener"] categories = ["accessibility"] license = "GPL-2.0" repository = "https://github.com/behemehal/rust_event_listener" resolver = "2" [[bin]] name = "example_messenger" path = "examples/example_messenger.rs" [dependencies]