channels-macros 0.1.0

Procedural macros for channels.
Documentation
[dependencies]

[dev-dependencies.tokio]
features = ["full"]
version = "1"

[lib]
proc-macro = true

[lints.clippy]
all = "warn"
alloc_instead_of_core = "warn"
cargo = "warn"
cast_lossless = "warn"
cast_possible_wrap = "warn"
complexity = "warn"
correctness = "warn"
error_impl_error = "warn"
missing_assert_message = "warn"
missing_errors_doc = "allow"
missing_panics_doc = "warn"
missing_safety_doc = "warn"
module_name_repetitions = "allow"
new_without_default = "allow"
pedantic = "warn"
perf = "warn"
std_instead_of_alloc = "warn"
std_instead_of_core = "warn"
style = "warn"
suspicious = "warn"
unwrap_used = "warn"
useless_conversion = "warn"
wrong_self_convention = "warn"

[lints.rust]
arithmetic_overflow = "warn"
missing_debug_implementations = "warn"
missing_docs = "deny"
unexpected_cfgs = "allow"

[lints.rustdoc]
all = "warn"
broken_intra_doc_links = "warn"
missing_crate_level_docs = "warn"

[package]
authors = ["1337"]
categories = ["development-tools"]
description = """
Procedural macros for channels.
"""
documentation = "https://docs.rs/channels-macros"
edition = "2021"
homepage = "https://github.com/threadexio/channels-rs"
keywords = ["sync", "async", "macro", "procedural"]
license = "MIT"
name = "channels-macros"
readme = "README.md"
repository = "https://github.com/threadexio/channels-rs"
version = "0.1.0"