trotcast 0.5.0

An mpmc broadcast impl
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 = "trotcast"
version = "0.5.0"
authors = ["dsgallups <dsgallups@protonmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An mpmc broadcast impl"
documentation = "https://docs.rs/trotcast"
readme = "README.md"
license = "MIT or Apache-2.0"
repository = "https://github.com/dsgallups/trotcast"

[features]
debug = ["tracing"]
default = ["std"]
std = []

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

[[example]]
name = "crate_example"
path = "examples/crate_example.rs"

[[example]]
name = "reconnect"
path = "examples/reconnect.rs"

[[example]]
name = "simple"
path = "examples/simple.rs"
required-features = ["debug"]

[dependencies.spin]
version = "0.10.0"

[dependencies.tracing]
version = "0.1"
optional = true

[dev-dependencies.crossbeam-channel]
version = "0.5.15"

[dev-dependencies.tracing]
version = "0.1"

[dev-dependencies.tracing-subscriber]
version = "0.3"