go-lib 0.2.0

rust native goroutines
Documentation
# 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 = "2024"
name = "go-lib"
version = "0.2.0"
authors = ["berryware"]
build = false
exclude = ["target"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rust native goroutines"
readme = "README.md"
keywords = [
    "goroutines",
    "waitgroup",
]
categories = ["asynchronous"]
license = "Apache-2.0"
repository = "https://github.com/exaxisllc/go-lib"

[lib]
name = "go_lib"
path = "src/lib.rs"

[[example]]
name = "cond"
path = "examples/cond.rs"

[[example]]
name = "hello"
path = "examples/hello.rs"

[[example]]
name = "pipeline"
path = "examples/pipeline.rs"

[[example]]
name = "select_fanin"
path = "examples/select_fanin.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.libc]
version = "0.2"

[dev-dependencies.loom]
version = "0.7"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(loom)"]