vtcode-config 0.67.0

Config loader components shared across VT Code and downstream adopters
Documentation
# 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 = "2024"
name = "vtcode-config"
version = "0.67.0"
authors = ["vinhnx <vinhnx@users.noreply.github.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Config loader components shared across VT Code and downstream adopters"
homepage = "https://github.com/vinhnx/vtcode"
documentation = "https://docs.rs/vtcode-config"
readme = "README.md"
keywords = [
    "config",
    "vtcode",
    "agent",
    "bootstrap",
]
categories = [
    "config",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/vinhnx/vtcode"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
bootstrap = []
default = ["bootstrap"]
schema = ["dep:schemars"]

[lib]
name = "vtcode_config"
path = "src/lib.rs"

[[example]]
name = "minimal"
path = "examples/minimal.rs"

[[test]]
name = "loader"
path = "tests/loader.rs"

[[test]]
name = "schema"
path = "tests/schema.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.directories]
version = "6.0"

[dependencies.dirs]
version = "6.0"

[dependencies.dotenvy]
version = "0.15"

[dependencies.indexmap]
version = "2.12"
features = ["serde"]

[dependencies.once_cell]
version = "1.19"

[dependencies.regex]
version = "1.12"

[dependencies.schemars]
version = "0.8"
features = ["indexmap2"]
optional = true

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.toml]
version = "0.9.10"

[dependencies.toml_edit]
version = "0.24.0"

[dependencies.tracing]
version = "0.1"

[dependencies.vtcode-commons]
version = "0.67.0"

[dev-dependencies.assert_fs]
version = "1.1"

[dev-dependencies.serial_test]
version = "3.1"

[dev-dependencies.tempfile]
version = "3.24"

[build-dependencies.anyhow]
version = "1.0"

[build-dependencies.indexmap]
version = "2.12"
features = ["serde"]

[build-dependencies.serde]
version = "1.0"
features = ["derive"]

[build-dependencies.serde_json]
version = "1.0"