[package]
name = "oliphaunt-tools"
version = "0.2.0"
edition = "2024"
rust-version = "1.93"
description = "Target-selecting Cargo facade for Oliphaunt native PostgreSQL client tool artifacts."
readme = "README.md"
repository = "https://github.com/f0rr0/oliphaunt"
homepage = "https://oliphaunt.dev"
license = "MIT"
links = "oliphaunt_artifact_oliphaunt_tools_relay"
build = "build.rs"
include = [
"Cargo.toml",
"README.md",
"build.rs",
"build_support.rs",
"src/**",
"LICENSE",
"THIRD_PARTY_NOTICES.md",
]
[lib]
path = "src/lib.rs"
[workspace]
[target.'cfg(all(target_os = "linux", target_arch = "aarch64", target_env = "gnu"))'.dependencies]
oliphaunt-tools-linux-arm64-gnu = { version = "=0.2.0" }
[target.'cfg(all(target_os = "linux", target_arch = "x86_64", target_env = "gnu"))'.dependencies]
oliphaunt-tools-linux-x64-gnu = { version = "=0.2.0" }
[target.'cfg(all(target_os = "macos", target_arch = "aarch64"))'.dependencies]
oliphaunt-tools-macos-arm64 = { version = "=0.2.0" }
[target.'cfg(all(target_os = "windows", target_arch = "x86_64", target_env = "msvc"))'.dependencies]
oliphaunt-tools-windows-x64-msvc = { version = "=0.2.0" }