zimq-impl 0.1.0

Implementation of 'zimq' crate
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 = "2024"
name = "zimq-impl"
version = "0.1.0"
authors = ["lizifeng <lizifeng@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Implementation of 'zimq' crate"
readme = false
license = "MIT"
repository = "https://github.com/cuspate/zimq.git"
resolver = "2"

[lib]
name = "zimq_impl"
path = "src/lib.rs"

[dependencies.futures]
version = "~0.3.31"

[dependencies.postcard]
version = "~1.1.3"

[dependencies.serde]
version = "~1.0.228"
features = ["derive"]

[dependencies.thiserror]
version = "~2.0.18"

[dependencies.tokio]
version = "~1.49.0"
features = [
    "sync",
    "rt-multi-thread",
    "fs",
    "io-util",
    "time",
    "macros",
]

[dependencies.uuid]
version = "~1.20.0"
features = [
    "v4",
    "fast-rng",
]