2026-07-16 06:46:02 +01:00
|
|
|
[package]
|
|
|
|
|
license = "Apache-2.0"
|
|
|
|
|
name = "xai-grok-env"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
description = "Backend environment presets for the Grok CLI crate family: endpoint URL defaults and env-var test support."
|
|
|
|
|
|
|
|
|
|
[features]
|
2026-07-16 20:27:30 +01:00
|
|
|
# Exposes `EnvVarGuard` (and its process-wide env lock) to downstream
|
|
|
|
|
# crates' test targets.
|
|
|
|
|
test-support = []
|
|
|
|
|
default-bazel = ["test-support"]
|
2026-07-16 06:46:02 +01:00
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
tracing = { workspace = true }
|
|
|
|
|
url = { workspace = true }
|
|
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
|
workspace = true
|