# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "tectonic_cfg_support" version = "0.1.4" authors = ["Matt Rice ", "Peter Williams "] 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" homepage = "https://tectonic-typesetting.github.io/" documentation = "https://docs.rs/tectonic" readme = "README.md" license = "MIT" repository = "https://github.com/tectonic-typesetting/tectonic/" [dependencies.lazy_static] version = "^1.4"