channel-server 0.1.0

crate request/response topic-publish/subject by channels in multithreads
Documentation
# 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 = "channel-server"
version = "0.1.0"
authors = ["maxu <imxood@163.com>"]
description = "crate request/response topic-publish/subject by channels in multithreads"
homepage = "https://github.com/imxood/channel-server"
readme = "Readme.md"
keywords = ["channel", "thread", "sync"]
license = "MIT"
repository = "https://github.com/imxood/channel-server"
[dependencies.ahash]
version = "0.7.6"

[dependencies.bytes]
version = "1.1.0"

[dependencies.channel-server-derive]
version = "0.1"

[dependencies.crossbeam]
version = "0.8.1"

[dependencies.log]
version = "0.4.14"

[dependencies.serde]
version = "1.0.136"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.79"

[dependencies.thiserror]
version = "1.0.30"