# 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_rt" version = "2.0.1" authors = ["Will Usher "] exclude = [ ".travis.yml", "*.png", ".gitignore", ".github", "scripts/*", "examples/*", ] description = """ A runtime dependency for linking Rust code with pre-built ISPC binaries and Rust bindings. These modules and bindings should be built with ispc_compile. """ homepage = "https://github.com/Twinklebear/ispc-rs" documentation = "https://docs.rs/ispc_rt/" readme = "README.md" keywords = [ "build-dependencies", "ispc", "simd", ] license = "MIT" repository = "https://github.com/Twinklebear/ispc-rs" [dependencies.libc] version = "0.2.137" [dependencies.num_cpus] version = "1.14.0"