radstudio 0.8.0

A utility library for the Embarcadero RAD Studio IDE
[package]
name = "radstudio"
version = "0.8.0"
edition.workspace = true
description = "A utility library for the Embarcadero RAD Studio IDE"
repository = "https://github.com/Delphier/radstudio"
homepage = "https://github.com/Delphier/radstudio"
readme = "README.md"
license = "MIT OR Apache-2.0"

[dependencies]
radstudio-macros = { path = "../radstudio-macros", version = "0.1.0" }
strum = { version = "0.28.0", features = ["derive"] }
unicase = "2.9.0"
serde = { version = "1.0.229", features = ["derive"] }
serde_json = "1.0.151"
windows-registry = "0.6.1"
tempfile = "3.27.0"
xmltree = "0.12.0"
thiserror = "2.0.20"
indoc = "2.0.7"
uuid = { version = "1.26.0", features = ["v4"] }
clap.workspace = true
envz.workspace = true
comfy-table.workspace = true