radstudio 0.8.0

A utility library for the Embarcadero RAD Studio IDE
# 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"
name = "radstudio"
version = "0.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A utility library for the Embarcadero RAD Studio IDE"
homepage = "https://github.com/Delphier/radstudio"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Delphier/radstudio"

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

[dependencies.clap]
version = "4.6.6"
features = ["derive"]

[dependencies.comfy-table]
version = "8.0.0"

[dependencies.envz]
version = "0.2.1"

[dependencies.indoc]
version = "2.0.7"

[dependencies.radstudio-macros]
version = "0.1.0"

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

[dependencies.tempfile]
version = "3.27.0"

[dependencies.thiserror]
version = "2.0.20"

[dependencies.unicase]
version = "2.9.0"

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

[dependencies.windows-registry]
version = "0.6.1"

[dependencies.xmltree]
version = "0.12.0"