# 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 = "circulate" version = "0.5.0" authors = ["Jonathan Johnson "] description = "Lightweight PubSub framework that supports both sync and async" readme = "./README.md" keywords = ["pubsub"] categories = ["asynchronous"] license = "MIT OR Apache-2.0" repository = "https://github.com/khonsulabs/circulate" [dependencies.arc-bytes] version = "0.3.3" [dependencies.flume] version = "0.11" features = ["async"] default-features = false [dependencies.futures] version = "0.3.21" [dependencies.parking_lot] version = "0.12.0" [dependencies.pot] version = "3.0.0" [dependencies.serde] version = "1.0.136" features = ["derive"] [dev-dependencies.anyhow] version = "1.0.55" [dev-dependencies.tokio] version = "1.16.0" features = [ "sync", "rt", "rt-multi-thread", "macros", "time", "test-util", ]