Files
euzuandGitHub 5ecfd68148 Staged filter and safe yaml update (#846)
New Features

    Added separate processing and persistence filters, with empty/non-empty checks and expanded filter fields.
    Added persistence-stage filter controls in target settings.
    Added clear_invalid_epg_ids, preserving playlist entries while clearing unresolved EPG IDs; the legacy setting remains supported.
    Added safer, atomic source configuration updates that preserve comments and formatting.

Bug Fixes

    Null-like Xtream and Stalker values are now handled correctly.
    Duplicate credential warnings provide clearer details.
2026-08-30 21:08:30 +02:00

28 lines
813 B
TOML

[package]
name = "tuliprox-config-loader"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
description = "Application configuration bootstrap for tuliprox"
[lints]
workspace = true
[dependencies]
shared = { workspace = true }
tuliprox-core = { workspace = true }
tuliprox-repository = { workspace = true }
arc-swap.workspace = true
blake3.workspace = true
chrono.workspace = true
log.workspace = true
serde.workspace = true
serde_json = { workspace = true, features = ["raw_value", "preserve_order"] }
serde-saphyr.workspace = true
tempfile = "3.27.0"
tokio = { workspace = true, features = ["rt-multi-thread", "fs", "macros"] }
url.workspace = true
[target.'cfg(target_os = "windows")'.dependencies]
windows-sys = { version = "0.61.2", features = ["Win32_Storage_FileSystem"] }