[package]
edition = "2024"
rust-version = "1.85"
name = "phasesmith-execution"
version = "0.1.0"
authors = ["PhaseSmith contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bounded reusable execution contexts for PhaseSmith kernels"
homepage = "https://github.com/CPrescher/PhaseSmith"
readme = "README.md"
license = "MIT"
repository = "https://github.com/CPrescher/PhaseSmith"
resolver = "2"
[lib]
name = "phasesmith_execution"
path = "src/lib.rs"
[dependencies.rayon]
version = "1.11"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"