# 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 = "ispc_compile" version = "2.0.1" authors = ["Will Usher "] exclude = [ ".travis.yml", "*.png", ".gitignore", ".github", "scripts/*", "examples/*", ] description = """ 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. """ homepage = "https://github.com/Twinklebear/ispc-rs" documentation = "https://docs.rs/ispc_compile/" readme = "README.md" keywords = [ "build-dependencies", "ispc", "simd", ] license = "MIT" repository = "https://github.com/Twinklebear/ispc-rs" [dependencies.bindgen] version = "0.69.1" [dependencies.cc] version = "1" [dependencies.libc] version = "0.2.137" [dependencies.regex] version = "1.7.0" [dependencies.semver] version = "1.0.14"