# 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 = "stdsimd" version = "0.1.2" authors = ["Andrew Gallant "] description = "SIMD support in Rust's standard library." homepage = "https://github.com/rust-lang-nursery/stdsimd" documentation = "https://docs.rs/stdsimd" readme = "README.md" keywords = ["std", "simd", "intrinsics"] categories = ["hardware-support"] license = "MIT/Apache-2.0" repository = "https://github.com/rust-lang-nursery/stdsimd" [[example]] name = "hex" path = "../../examples/hex.rs" [[example]] name = "wasm" crate-type = ["cdylib"] path = "../../examples/wasm.rs" [dependencies.cfg-if] version = "0.1" [dependencies.coresimd] version = "0.1.2" [dependencies.libc] version = "0.2" [features] default = [] wasm_simd128 = ["coresimd/wasm_simd128"] [badges.appveyor] repository = "rust-lang-nursery/stdsimd" [badges.is-it-maintained-issue-resolution] repository = "rust-lang-nursery/stdsimd" [badges.is-it-maintained-open-issues] repository = "rust-lang-nursery/stdsimd" [badges.maintenance] status = "experimental" [badges.travis-ci] repository = "rust-lang-nursery/stdsimd"