[build-dependencies.anyhow]
version = "1.0"
[build-dependencies.indexmap]
features = ["serde"]
version = "2.12"
[build-dependencies.serde]
features = ["derive"]
version = "1.0"
[build-dependencies.serde_json]
version = "1.0"
[dependencies.anyhow]
version = "1.0"
[dependencies.dirs]
version = "6.0"
[dependencies.dotenvy]
version = "0.15"
[dependencies.indexmap]
features = ["serde"]
version = "2.12"
[dependencies.once_cell]
version = "1.19"
[dependencies.regex]
version = "1.12"
[dependencies.schemars]
features = ["indexmap2"]
optional = true
version = "1.1.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.toml]
version = "0.9.8"
[dependencies.toml_edit]
version = "0.23.7"
[dependencies.tracing]
version = "0.1"
[dependencies.vtcode-commons]
version = "0.49.1"
[dev-dependencies.assert_fs]
version = "1.1"
[dev-dependencies.serial_test]
version = "3.1"
[dev-dependencies.tempfile]
version = "3.0"
[[example]]
name = "minimal"
path = "examples/minimal.rs"
[features]
bootstrap = []
default = ["bootstrap"]
schema = ["dep:schemars"]
[lib]
name = "vtcode_config"
path = "src/lib.rs"
[package]
authors = ["vinhnx <vinhnx@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["config", "development-tools"]
description = "Config loader components shared across VTCode and downstream adopters"
documentation = "https://docs.rs/vtcode-config"
edition = "2024"
homepage = "https://github.com/vinhnx/vtcode"
keywords = ["config", "vtcode", "agent", "bootstrap"]
license = "MIT"
name = "vtcode-config"
readme = "README.md"
repository = "https://github.com/vinhnx/vtcode"
version = "0.49.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[[test]]
name = "loader"
path = "tests/loader.rs"
[[test]]
name = "schema"
path = "tests/schema.rs"