From 698f8c2f01ea549d77d7dc3338a12e04c11057b9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:02:58 +0200 Subject: Adding upstream version 1.64.0+dfsg1. Signed-off-by: Daniel Baumann --- library/stdarch/crates/core_arch/Cargo.toml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 library/stdarch/crates/core_arch/Cargo.toml (limited to 'library/stdarch/crates/core_arch/Cargo.toml') diff --git a/library/stdarch/crates/core_arch/Cargo.toml b/library/stdarch/crates/core_arch/Cargo.toml new file mode 100644 index 000000000..14b5479d1 --- /dev/null +++ b/library/stdarch/crates/core_arch/Cargo.toml @@ -0,0 +1,26 @@ +[package] +name = "core_arch" +version = "0.1.5" +authors = [ + "Alex Crichton ", + "Andrew Gallant ", + "Gonzalo Brito Gadeschi ", +] +description = "`core::arch` - Rust's core library architecture-specific intrinsics." +homepage = "https://github.com/rust-lang/stdarch" +repository = "https://github.com/rust-lang/stdarch" +readme = "README.md" +keywords = ["core", "simd", "arch", "intrinsics"] +categories = ["hardware-support", "no-std"] +license = "MIT OR Apache-2.0" +build = "build.rs" +edition = "2018" + +[badges] +is-it-maintained-issue-resolution = { repository = "rust-lang/stdarch" } +is-it-maintained-open-issues = { repository = "rust-lang/stdarch" } +maintenance = { status = "experimental" } + +[dev-dependencies] +stdarch-test = { version = "0.*", path = "../stdarch-test" } +std_detect = { version = "0.*", path = "../std_detect" } -- cgit v1.2.3