[dependencies.bindgen]
version = "0.59.2"
[dependencies.gcc]
version = "0.3.55"
[dependencies.libc]
version = "0.2.117"
[dependencies.regex]
version = "1.5.4"
[dependencies.semver]
version = "1.0.5"
[package]
authors = ["Will Usher <will@willusher.io>"]
description = "A build-time dependency for Cargo build scripts to help with compiling\nand linking to ISPC code, and generating Rust bindings to the resulting library.\nThe generated bindings can be imported by using ispc_rt, which will also\nsupport linking to pre-built ISPC code. Using pre-built binaries is useful\nfor distributing a library or tool using ISPC, while not requiring end users\nto have the ISPC compiler.\n"
documentation = "https://docs.rs/ispc_compile/"
exclude = [".travis.yml", "*.png", ".gitignore", ".github", "scripts/*", "examples/*"]
homepage = "https://github.com/Twinklebear/ispc-rs"
keywords = ["build-dependencies", "ispc", "simd"]
license = "MIT"
name = "ispc_compile"
readme = "../README.md"
repository = "https://github.com/Twinklebear/ispc-rs"
version = "1.0.13"