threadling 0.1.0

Threads as traits
Documentation
[package]
name = "threadling"
version = "0.1.0" 
authors = ["Zachry Thayer"] 
description = "Threads as traits" 
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.75"

[dependencies]
anyhow = "1.0"
bytes = "1.6"

[workspace.dependencies.tracing]
default-features = false
features = ["std"]
version = "0.1"

[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm_thread = "0.3"
console_log = { version = "1.0", features = ["color"] }
console_error_panic_hook = "0.1"

[target.'cfg(target_arch = "wasm32")']
rustflags = "target-feature=+atomics,+bulk-memory,+mutable-globals"