]> git.proxmox.com Git - rustc.git/blobdiff - vendor/cpufeatures/Cargo.toml
New upstream version 1.64.0+dfsg1
[rustc.git] / vendor / cpufeatures / Cargo.toml
index 1ae25e75036c71b0c1813f6883a6768b19278f7c..f4182b123b28a4bf6153be907ee22748d0bf02fe 100644 (file)
@@ -3,19 +3,18 @@
 # 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
+# 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)
+# 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 = "2018"
 name = "cpufeatures"
-version = "0.2.1"
+version = "0.2.2"
 authors = ["RustCrypto Developers"]
-description = "Lightweight and efficient no-std compatible alternative to the\nis_x86_feature_detected! macro\n"
+description = "Lightweight runtime CPU feature detection for x86/x86_64 and aarch64 with\nno_std support and support for mobile targets including Android and iOS\n"
 documentation = "https://docs.rs/cpufeatures"
 readme = "README.md"
 keywords = ["cpuid", "target-feature"]
@@ -23,6 +22,8 @@ categories = ["no-std"]
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/RustCrypto/utils"
 [target.aarch64-apple-darwin.dependencies.libc]
-version = "0.2.101"
+version = "0.2.68"
+[target.aarch64-linux-android.dependencies.libc]
+version = "0.2.68"
 [target."cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))".dependencies.libc]
-version = "0.2.101"
+version = "0.2.68"