# 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 = "eventbus_util" version = "0.1.1" description = "Tools for using Vert.X eventbus bridge with tokio." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/whitemay/eventbus-util" [lib] name = "eventbus_util" path = "src/lib.rs" [dependencies.actix] version = "0.13" [dependencies.actix-rt] version = "2.8" [dependencies.bytes] version = "1.4" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.simple_logger] version = "4" features = ["threads"] [dependencies.tokio-rustls] version = "0.24" [dependencies.tokio-util] version = "0.7.8" features = ["codec"]