# 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] edition = "2015" name = "std_detect" version = "0.1.5" authors = ["Alex Crichton ", "Andrew Gallant ", "Gonzalo Brito Gadeschi "] description = "`std::detect` - Rust's standard library run-time CPU feature detection." homepage = "https://github.com/rust-lang-nursery/stdsimd" documentation = "https://docs.rs/std_detect" readme = "README.md" keywords = ["std", "run-time", "feature", "detection"] categories = ["hardware-support"] license = "MIT/Apache-2.0" repository = "https://github.com/rust-lang-nursery/stdsimd" [dependencies.cfg-if] version = "0.1" [dependencies.libc] version = "0.2" optional = true default-features = false [features] default = ["std_detect_dlsym_getauxval", "std_detect_file_io"] std_detect_dlsym_getauxval = ["libc"] std_detect_file_io = [] [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"