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