shine-core 2.0.2

Reusable lifecycle runtime and domain core for Shine applications
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.88"
name = "shine-core"
version = "2.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reusable lifecycle runtime and domain core for Shine applications"
homepage = "https://github.com/biulight/shine"
readme = "README.md"
keywords = [
    "configuration",
    "toml",
    "presets",
]
categories = ["config"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/biulight/shine"
resolver = "2"

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

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.directories]
version = "6.0.0"

[dependencies.flate2]
version = "1.1.4"

[dependencies.jsonc-parser]
version = "=0.32.3"
features = ["serde"]

[dependencies.schemars]
version = "1.2.2"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.sha2]
version = "0.10.9"

[dependencies.similar]
version = "3.1"

[dependencies.tar]
version = "0.4.44"

[dependencies.tokio]
version = "1.52.1"
features = [
    "fs",
    "io-util",
    "macros",
    "process",
    "rt",
    "time",
]

[dependencies.toml]
version = "1.1.2"

[dependencies.toml_edit]
version = "0.25.11"

[dependencies.uuid]
version = "1.23.1"
features = ["v4"]