platforms 3.5.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 = []

[lib]
name = "platforms"
path = "src/lib.rs"

[package]
authors = ["Tony Arcieri <bascule@gmail.com>", 'Sergey "Shnatsel" Davidoff <shnatsel@gmail.com>']
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools", "no-std"]
description = """
Rust platform registry with information about valid Rust platforms (target
triple, target_arch, target_os) sourced from the Rust compiler.
"""
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"
resolver = "2"
version = "3.5.0"