msg-common 0.1.6

Common functions and types for the msg crates
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"
rust-version = "1.89"
name = "msg-common"
version = "0.1.6"
authors = ["Chainbound Developers <dev@chainbound.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Common functions and types for the msg crates"
homepage = "https://github.com/chainbound/msg-rs"
readme = false
license = "MIT"
repository = "https://github.com/chainbound/msg-rs"
resolver = "2"

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

[dependencies.derive_more]
version = "2.1.1"
features = [
    "from",
    "into",
    "deref",
    "deref_mut",
]

[dependencies.futures]
version = "0.3"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "net",
    "io-util",
    "macros",
    "fs",
]

[dependencies.tokio-util]
version = "0.7"
features = ["codec"]

[dependencies.tracing]
version = "0.1"