bitte 0.0.1

Automatically desugar and set Send/Sync bounds on async traits
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0"

[dev-dependencies.rand]
version = "0.8"

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

[dev-dependencies.trybuild]
version = "1.0"

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

[features]
default = []
threads = []

[lib]
name = "bitte"
path = "src/lib.rs"
proc-macro = true

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns", "development-tools::procedural-macro-helpers"]
description = "Automatically desugar and set Send/Sync bounds on async traits"
edition = "2024"
keywords = ["async", "trait", "macro", "procedural"]
license = "MIT"
name = "bitte"
readme = "README.md"
repository = "https://github.com/silverlyra/bitte"
version = "0.0.1"

[[test]]
name = "arc_self"
path = "tests/arc_self.rs"

[[test]]
name = "basic"
path = "tests/basic.rs"

[[test]]
name = "default_methods"
path = "tests/default_methods.rs"

[[test]]
name = "impl_blocks"
path = "tests/impl_blocks.rs"

[[test]]
name = "threads_feature"
path = "tests/threads_feature.rs"