[dependencies.lazy_static]
version = "^1.4"
[package]
authors = ["Matt Rice <ratmice@gmail.com>", "Peter Williams <peter@newton.cx>"]
description = "A build.rs support crate that helps deal with CARGO_CFG_TARGET_* variables.\nWhen cross-compiling, these variables must be used instead of constructs such\nas `cfg!(target_arch = ...)` because the build.rs script is compiled to\ntarget the build host environment, not the true target environment.\n"
documentation = "https://docs.rs/tectonic"
edition = "2018"
homepage = "https://tectonic-typesetting.github.io/"
license = "MIT"
name = "tectonic_cfg_support"
readme = "README.md"
repository = "https://github.com/tectonic-typesetting/tectonic/"
version = "0.1.2"