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