[lib]
name = "target_triple"
path = "src/lib.rs"
[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "TARGET and HOST triples"
documentation = "https://docs.rs/target-triple"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "target-triple"
readme = "README.md"
repository = "https://github.com/dtolnay/target-triple"
rust-version = "1.58"
version = "1.0.0"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition", "--generate-macro-expansion", "--extern-html-root-url=core=https://doc.rust-lang.org", "--extern-html-root-url=alloc=https://doc.rust-lang.org", "--extern-html-root-url=std=https://doc.rust-lang.org"]