rustlane 0.1.1

ISPC-style SPMD programming model for Rust: natural control flow lowered to masked SIMD by proc macros over nightly std::simd
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 = "2021"
name = "rustlane"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ISPC-style SPMD programming model for Rust: natural control flow lowered to masked SIMD by proc macros over nightly std::simd"
readme = "README.md"
keywords = [
    "simd",
    "spmd",
    "ispc",
    "parallel",
    "vectorization",
]
categories = [
    "hardware-support",
    "concurrency",
]
license = "MIT"
repository = "https://github.com/byeongjee/rustlane"

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

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

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

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

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

[dependencies.rustlane-macros]
version = "=0.1.1"