[package] name = "go-spawn" description = "a library that provides macros to spawn and join threads with minimal boilerplate" repository = "https://gitlab.com/saghm/go-spawn" documentation = "https://docs.rs/go-spawn" readme = "README.md" license = "Apache-2.0" keywords = ["thread", "spawn", "go", "join"] categories = ["concurrency"] authors = ["Saghm Rossi"] version = "0.1.2" edition = "2021" [features] [dependencies] state = { version = "0.5.2", features = ["tls"] } thiserror = "1.0.30"