ispc_compile 1.0.4

A build-time dependency for Cargo build scripts to help with compiling and linking to ISPC code, and generating Rust bindings to the resulting library. The generated bindings can be imported by using ispc_rt, which will also support linking to pre-built ISPC code. Using pre-built binaries is useful for distributing a library or tool using ISPC, while not requiring end users to have the ISPC compiler.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "ispc_compile"
version = "1.0.4"
authors = ["Will Usher <will@willusher.io>"]
exclude = [".travis.yml", "*.png", ".gitignore", "examples/*"]
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"
homepage = "https://github.com/Twinklebear/ispc-rs"
documentation = "http://www.willusher.io/ispc-rs/ispc/"
readme = "../README.md"
keywords = ["build-dependencies", "ispc", "simd"]
license = "MIT"
repository = "https://github.com/Twinklebear/ispc-rs"
[dependencies.bindgen]
version = "0.46.0"

[dependencies.gcc]
version = "0.3.55"

[dependencies.libc]
version = "0.2.47"

[dependencies.regex]
version = "1.1.0"

[dependencies.semver]
version = "0.9.0"