# 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 = "thread-broadcaster" version = "0.1.0" description = "A SPMC (Single producer multi consumer) broadcasting channel to broadcast notifications between threads" homepage = "https://github.com/DarthBenro008/thread-broadcaster" readme = "README.md" keywords = [ "spmc", "concurrency", "parallelism", "channel", "mpmc", ] categories = [ "concurrency", "multithreading", "algorithms", ] license = "MIT" repository = "https://github.com/DarthBenro008/thread-broadcaster" [dependencies.crossbeam-channel] version = "0.5.8" [dependencies.tracing] version = "0.1.37" [badges.is-it-maintained-issue-resolution] repository = "darthbenro008/thread-broadcaster" [badges.is-it-maintained-open-issues] repository = "darthbenro008/thread-broadcaster" [badges.maintenance] status = "passively-maintained"