ispc 1.0.2

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 bindgs, and importing those bindings into Rust.
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"
version = "1.0.2"
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 for the resulting library.\nThis crate is a meta-crate for the ispc_compile and ispc_rt crates, which provide\nthe actual functionality for building ISPC code and generating bindgs, and\nimporting those bindings into Rust.\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.ispc_compile]
version = "1.0.2"

[dependencies.ispc_rt]
version = "1.0.1"