# Cross-compilation configuration for GDELT CLI
# Used by `cross` (cargo install cross) for building cross-platform binaries
#
# Reference: https://github.com/cross-rs/cross
[]
= [
"RUST_BACKTRACE",
"RUST_LOG",
]
# Linux x86_64 - Uses default cross image
[]
# Uses cross default image
# Linux ARM64
[]
# Uses cross default image
# macOS x86_64 (Intel)
# Note: Cross-compiling for macOS from Linux requires additional setup
# Consider using osxcross or building on actual macOS hardware
[]
# Requires osxcross toolchain
# See: https://github.com/AlysCai/osxcross
# macOS ARM64 (Apple Silicon)
[]
# Requires osxcross toolchain with arm64 support
# Windows x86_64
[]
# Uses cross default image with mingw-w64