[dependencies.ispc_compile]
version = "2.0.4"
[dependencies.ispc_rt]
version = "2.0.4"
[lib]
name = "ispc"
path = "src/lib.rs"
[package]
authors = ["Will Usher <will@willusher.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
A build-time dependency for Cargo build scripts to help with compiling
and linking to ISPC code and generating Rust bindings for the resulting library.
This crate is a meta-crate for the ispc_compile and ispc_rt crates, which provide
the actual functionality for building ISPC code and generating bindings, and
importing those bindings into Rust.
"""
documentation = "https://docs.rs/ispc/"
edition = "2021"
exclude = [".travis.yml", "*.png", ".gitignore", ".github", "scripts/*", "examples/*"]
homepage = "https://github.com/Twinklebear/ispc-rs"
keywords = ["build-dependencies", "ispc", "simd"]
license = "MIT"
name = "ispc"
readme = "README.md"
repository = "https://github.com/Twinklebear/ispc-rs"
version = "2.0.4"