nu-config 0.115.0

Nushell configuration infrastructure - path resolution and config file management
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"
rust-version = "1.95.0"
name = "nu-config"
version = "0.115.0"
authors = ["The Nushell Project Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Nushell configuration infrastructure - path resolution and config file management"
readme = false
license = "MIT"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-config"

[features]
plugin = []

[lib]
name = "nu_config"
path = "src/lib.rs"
bench = false
harness = false

[dependencies.derive_more]
version = "2.1.1"
features = ["display"]

[dependencies.derive_setters]
version = "0.1.9"

[dependencies.dirs]
version = "6.0"

[dependencies.nu-path]
version = "0.115.0"
default-features = false

[dependencies.thiserror]
version = "2.0.19"

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

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61.2"
features = [
    "Win32_UI_Shell",
    "Win32_Globalization",
    "Win32_System_Com",
]