[dependencies.async-broadcast]
version = "0.7.1"
[dependencies.log]
version = "0.4.22"
[dev-dependencies.futures]
version = "0.3.30"
[dev-dependencies.tokio]
features = ["rt", "macros"]
version = "1.39"
[[example]]
name = "example_basic"
path = "examples/example_basic.rs"
[[example]]
name = "example_thread_panic"
path = "examples/example_thread_panic.rs"
[lib]
name = "chex"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Global exit signal library"
edition = "2021"
license = "MIT"
name = "chex"
readme = "README.md"
repository = "https://github.com/mbanack/chex-rs"
version = "0.1.1"
[[test]]
name = "integration_async_panic"
path = "tests/integration_async_panic.rs"
[[test]]
name = "integration_async_tokio"
path = "tests/integration_async_tokio.rs"
[[test]]
name = "integration_global_only"
path = "tests/integration_global_only.rs"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"