# This file is part of terminate. It is subject to the license terms in the COPYRIGHT file found in the top-level directory of this distribution and at https://raw.githubusercontent.com/lemonrock/terminate/master/COPYRIGHT. No part of terminate, including this file, may be copied, modified, propagated, or distributed except according to the terms contained in the COPYRIGHT file. # Copyright © 2019 The developers of terminate. See the COPYRIGHT file in the top-level directory of this distribution and at https://raw.githubusercontent.com/lemonrock/terminate/master/COPYRIGHT. [package] name = "terminate" description = "A simple crate to abstract logic to terminate threads, coroutines and the like." keywords = ["concurrency", "signal", "thread", "coroutine"] categories = ["concurrency"] license = "MIT" authors = ["Raphael Cohn "] homepage = "https://github.com/lemonrock/terminate" repository = "https://github.com/lemonrock/terminate.git" exclude = ["*"] include = ["README.md", "LICENSE", "COPYRIGHT", "src/**/*.rs", "Cargo.toml", "rustfmt.toml", "clippy.toml"] readme = "README.md" publish = true edition = '2018' version = "0.2.1"