Remove a couple of outdated fields in std_detect Cargo.toml

It is no longer a part of the stdarch repo and the rest is not necessary
anymore due to no longer publishing to crates.io.
This commit is contained in:
bjorn3
2026-01-08 12:14:18 +00:00
parent 665770ec84
commit 3fed6e67ef
-5
View File
@@ -7,11 +7,6 @@ authors = [
"Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>",
]
description = "`std::detect` - Rust's standard library run-time CPU feature detection."
homepage = "https://github.com/rust-lang/stdarch"
repository = "https://github.com/rust-lang/stdarch"
readme = "README.md"
keywords = ["std", "run-time", "feature", "detection"]
categories = ["hardware-support"]
license = "MIT OR Apache-2.0"
edition = "2024"