# 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 = "rs-event-emitter" version = "3.0.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "simulate promise implementation for rust" readme = "README.md" license = "MIT" repository = "https://github.com/Shcarp/rs-event-emitter.git" [lib] name = "rs_event_emitter" path = "src/lib.rs" [dependencies.emitter_all_tuples] version = "0.1.0" [dependencies.emitter_runtime] version = "0.1.0" optional = true [dependencies.futures] version = "0.3.30" optional = true [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.num_cpus] version = "1.16.0" [dependencies.thiserror] version = "1.0.63" [dependencies.threadpool] version = "1.8.1" [dependencies.uuid] version = "1.3" features = ["v4"] [dev-dependencies.wasm-bindgen] version = "0.2.93" [dev-dependencies.wasm-bindgen-test] version = "0.3.43" [dev-dependencies.web-sys] version = "0.3.70" features = ["console"] [features] async = [ "dep:emitter_runtime", "dep:futures", ] default = [] sync = [] tokio_runtime = [ "async", "emitter_runtime?/tokio_runtime", ] wasm = []