# 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 = "reactive-messaging" version = "0.3.0" authors = ["Luiz Silveira "] description = "Reactive client/server communications, focused on high performance" homepage = "https://github.com/zertyz/reactive-messaging" documentation = "https://docs.rs/reactive-messaging/" readme = "README.md" keywords = [ "reactive", "event-driven", "socket", "messaging", "transport", ] categories = [ "asynchronous", "concurrency", "rust-patterns", "network-programming", ] license = "Unlicense" repository = "https://github.com/zertyz/reactive-messaging" [[bench]] name = "streamable_channels" harness = false [dependencies.async-trait] version = "0.1" [dependencies.ctor] version = "0.2" [dependencies.futures] version = "0.3" [dependencies.keen-retry] version = "0.4" [dependencies.log] version = "0.4" [dependencies.minstant] version = "0.1" [dependencies.once_cell] version = "1" [dependencies.reactive-mutiny] version = "1.1.25" [dependencies.ron] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.strum] version = "0.25" features = ["derive"] [dependencies.strum_macros] version = "0.25" [dependencies.tokio] version = "1" features = [ "full", "rt-multi-thread", ] [dev-dependencies.chrono] version = "0" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.crossbeam] version = "0.8" [dev-dependencies.ctor] version = "0.2" [dev-dependencies.dashmap] version = "5.4" [dev-dependencies.log] version = "0.4" features = [ "max_level_trace", "release_max_level_info", ] [dev-dependencies.minstant] version = "0.1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.regex] version = "1.5" [dev-dependencies.ron] version = "0.8" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.simple_logger] version = "4.0" [dev-dependencies.slog] version = "2" [dev-dependencies.slog-scope] version = "4" [dev-dependencies.slog-stdlog] version = "4" [dev-dependencies.sloggers] version = "2" [dev-dependencies.structopt] version = "0.3" [dev-dependencies.tokio-stream] version = "0.1" [features]