hx-plugins 0.7.11

Plugin system for hx using Steel Scheme
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.96"
name = "hx-plugins"
version = "0.7.11"
authors = ["Raffael Schneider <raffaelschneider@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Plugin system for hx using Steel Scheme"
readme = "README.md"
keywords = [
    "haskell",
    "toolchain",
    "build",
    "cabal",
    "ghc",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/arcanist-sh/hx"
resolver = "2"

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.directories]
version = "5"

[dependencies.glob]
version = "0.3"

[dependencies.hx-cache]
version = "0.7.11"

[dependencies.hx-config]
version = "0.7.11"

[dependencies.hx-core]
version = "0.7.11"

[dependencies.hx-ui]
version = "0.7.11"

[dependencies.once_cell]
version = "1"

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

[dependencies.steel-core]
version = "0.7"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tempfile]
version = "3"