platforms 3.2.0

Rust platform registry with information about valid Rust platforms (target triple, target_arch, target_os) sourced from the Rust compiler.
Documentation
[dependencies.serde]
optional = true
version = "1"

[features]
default = ["std"]
std = []

[package]
authors = ["Tony Arcieri <bascule@gmail.com>", "Sergey \"Shnatsel\" Davidoff <shnatsel@gmail.com>"]
categories = ["development-tools", "no-std"]
description = "Rust platform registry with information about valid Rust platforms (target\ntriple, target_arch, target_os) sourced from the Rust compiler.\n"
edition = "2018"
exclude = ["platforms-data-gen/", "markdown-table-gen/", "README.header.md", "platform-support.md", "regenerate-platforms-crate.sh"]
homepage = "https://rustsec.org"
keywords = ["architectures", "cpu", "os", "targets", "triples"]
license = "Apache-2.0 OR MIT"
name = "platforms"
readme = "README.md"
repository = "https://github.com/rustsec/rustsec/tree/main/platforms"
version = "3.2.0"