soar-config 0.6.0

Configuration management for soar package manager
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 = "2021"
name = "soar-config"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Configuration management for soar package manager"
readme = "README.md"
keywords = [
    "appimage",
    "binary",
    "linux",
    "package-manager",
    "portable",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/pkgforge/soar"

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

[dependencies.documented]
version = "0.9.2"

[dependencies.miette]
version = "7.6.0"
features = ["fancy"]

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

[dependencies.soar-utils]
version = "0.4.0"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.toml]
version = "0.9.10"

[dependencies.toml_edit]
version = "0.23.10"

[dependencies.tracing]
version = "0.1.44"
default-features = false