# SPDX-License-Identifier: Apache-2.0
[]
= "go-lib"
= "0.2.0"
= "2024"
= ["berryware"]
= "rust native goroutines"
= "Apache-2.0"
= ["goroutines", "waitgroup"]
= "https://github.com/exaxisllc/go-lib"
= "README.md"
= ["target"]
= ["asynchronous"]
[]
= "0.2"
[]
# Systematic concurrency model checker — explores all thread interleavings.
# Used via `cargo test --cfg loom` (see .github/workflows/ci.yml).
= "0.7"
# Tell Cargo that `--cfg loom` is an expected cfg key, suppressing the
# "unexpected_cfgs" warning that would otherwise fire on every #[cfg(loom)].
[]
= { = "warn", = ['cfg(loom)'] }