mctx-core 0.1.2

Runtime-agnostic and portable IPv4 multicast sender library.
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 = "mctx-core"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime-agnostic and portable IPv4 multicast sender library."
homepage = "https://github.com/QUICast/mctx-core"
documentation = "https://docs.rs/mctx-core"
readme = "README.md"
keywords = [
    "multicast",
    "udp",
    "networking",
    "sender",
    "asm",
]
categories = ["network-programming"]
license = "BSD-2-Clause"
repository = "https://github.com/QUICast/mctx-core"

[features]
default = []
metrics = []
tokio = ["dep:tokio"]

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

[[bin]]
name = "mctx_send"
path = "src/bin/mctx_send.rs"

[[bin]]
name = "mctx_tokio_send"
path = "src/bin/mctx_tokio_send.rs"
required-features = ["tokio"]

[dependencies.socket2]
version = "0.6.3"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "net",
    "time",
]
optional = true