# 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 = "2018" name = "core_detect" version = "1.0.0" authors = ["Thom Chiovoloni "] description = "A `no_std` version of the `std::is_x86_feature_detected!` macro." homepage = "https://github.com/thomcc/core_detect" documentation = "https://docs.rs/core_detect" readme = "README.md" keywords = ["feature", "detection", "x86", "arch", "cpuid"] categories = ["hardware-support", "no-std"] license = "MIT/Apache-2.0" repository = "https://github.com/thomcc/core_detect" [dev-dependencies.cupid] version = "0.6" [features] assume_has_cpuid = [] default = [] unstable_has_cpuid = []