target-spec 2.0.1

Evaluate Cargo.toml target specifications
Documentation
[package]
name = "target-spec"
version = "2.0.1"
description = "Evaluate Cargo.toml target specifications"
documentation = "https://docs.rs/target-spec"
repository = "https://github.com/guppy-rs/guppy"
authors = ["Jack Moffitt <metajack@fb.com>", "Rain <rain1@fb.com>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
keywords = ["cargo", "targets", "platforms", "os", "cpu"]
categories = ["development-tools", "parser-implementations"]
edition = "2021"
rust-version = "1.66"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg=doc_cfg"]

[badges]
maintenance = { status = "actively-developed" }

[dependencies]
cfg-expr = { version = "0.15.3", features = ["targets"] }
proptest = { version = "1.2.0", optional = true }
serde = { version = "1.0.164", optional = true, features = ["derive"] }
serde_json = { version = "1.0.97", optional = true }
target-lexicon = { version = "0.12.7", features = ["std"] }
guppy-workspace-hack = { version = "0.1", path = "../workspace-hack" }

[dev-dependencies]
rustc_version = "0.4.0"
test-case = "2.2.2"
toml = "0.5.11"

[features]
custom = ["dep:serde", "dep:serde_json"]
proptest1 = ["proptest"]
summaries = ["dep:serde"]