target-lexicon 0.1.0

Targeting utilities for compilers and related tools
Documentation
[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
repository = "CraneStation/target-lexicon"
[build-dependencies.serde_json]
version = "1.0"
[dependencies.failure]
default-features = false
features = ["derive"]
version = "0.1.1"

[dependencies.failure_derive]
default-features = false
version = "0.1.1"

[features]
default = ["std"]
std = []

[package]
authors = ["Dan Gohman <sunfish@mozilla.com>"]
categories = ["no-std"]
description = "Targeting utilities for compilers and related tools"
documentation = "https://docs.rs/target-lexicon/"
keywords = ["target", "host", "triple", "compiler", "jit"]
license = "Apache-2.0 WITH LLVM-exception"
name = "target-lexicon"
readme = "README.md"
repository = "https://github.com/CraneStation/target-lexicon"
version = "0.1.0"