# 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 = "emitter-rs" version = "0.0.5" authors = ["Mahmoud Harmouch "] description = "📢 Emitter RS is a lightweight EventEmitter implementation for Rust and Wasm." homepage = "https://github.com/wiseaidev/emitter-rs" documentation = "https://docs.rs/emitter-rs" readme = "README.md" keywords = [ "event-emitter", "emitter", "EventEmitter", "event", ] categories = [ "asynchronous", "wasm", ] license = "MIT" repository = "https://github.com/wiseaidev/emitter-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [profile.release] opt-level = "z" lto = "thin" codegen-units = 1 strip = "symbols" [dependencies.getrandom] version = "0.2.15" features = ["js"] [dependencies.lazy_static] version = "1.4.0" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.uuid] version = "1.8.0" features = ["v4"] [dev-dependencies.bump2version] version = "0.1.3" [target."cfg(target_arch = \"wasm32\")".dependencies.futures] version = "0.3.30" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures] version = "0.4.42" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3.42" [badges.maintenance] status = "passively-maintained"