# 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 = "chex" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Global exit signal library" readme = "README.md" license = "MIT" repository = "https://github.com/mbanack/chex-rs" [lib] name = "chex" path = "src/lib.rs" [[example]] name = "example_basic" path = "examples/example_basic.rs" [[example]] name = "example_thread_panic" path = "examples/example_thread_panic.rs" [[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" [dependencies.async-broadcast] version = "0.7.1" [dependencies.log] version = "0.4.22" [dev-dependencies.futures] version = "0.3.30" [dev-dependencies.tokio] version = "1.39" features = [ "rt", "macros", ]