[package]
name = "platforms"
description = """
Rust platform registry with information about valid Rust platforms (target
triple, target_arch, target_os) sourced from Rust Forge.
"""
version = "1.0.3"
authors = ["Tony Arcieri <bascule@gmail.com>"]
license = "Apache-2.0 OR MIT"
homepage = "https://rustsec.org"
repository = "https://github.com/RustSec/platforms-crate"
readme = "README.md"
categories = ["development-tools", "no-std"]
keywords = ["architectures", "cpu", "platforms", "os", "targets"]
edition = "2018"
[badges]
maintenance = { status = "passively-maintained" }
[dependencies]
serde = { version = "1", optional = true }
[features]
default = ["std"]
std = []
[workspace]
members = ["markdown-table-gen"]