deep_causality_par 0.1.4

Shared parallelism primitives (MaybeParallel marker, scoped fork-join) for the deep_causality crates.
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"
rust-version = "1.98.0"
name = "deep_causality_par"
version = "0.1.4"
authors = ["Marvin Hansen <marvin.hansen@gmail.com>"]
build = false
exclude = [
    "*.bazel",
    "*/*.bazel",
    "*.bazel.*",
    "BUILD",
    "BUILD.bazel",
    "MODULE.bazel",
    ".bazelignore",
    ".bazelrc",
    "tests/**/*",
    "papers/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared parallelism primitives (MaybeParallel marker, scoped fork-join) for the deep_causality crates."
homepage = "https://deepcausality.com/"
documentation = "https://docs.rs/deep_causality"
readme = "README.md"
keywords = [
    "parallel",
    "rayon",
    "marker-trait",
]
categories = [
    "concurrency",
    "science",
]
license = "MIT"
repository = "https://github.com/deepcausality/deep_causality.rs"
resolver = "2"

[features]
alloc = []
default = ["std"]
no-std = ["alloc"]
parallel = ["std"]
std = ["alloc"]

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

[dependencies]

[lints.rust]
unsafe_code = "forbid"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(kani)",
    "cfg(feature, values(any()))",
]