[package] name = "managed-thread" description = "Real fearless concurrency! Spawn threads that will be automatically destroyed when no longer needed" version = "0.0.3" authors = ["Leon Matthes "] repository = "https://github.com/leonmatthes/managed-thread" edition = "2018" readme = "README.md" keywords = ["thread", "managed", "drop", "automatically"] categories = ["concurrency"] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]