carch-core 5.3.3

Core library for carch, providing script management and UI components.
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"
name = "carch-core"
version = "5.3.3"
build = false
include = [
    "src",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for carch, providing script management and UI components."
homepage = "https://github.com/harilvfs/carch"
documentation = "https://carch.chalisehari.com.np"
readme = false
keywords = [
    "system",
    "cli",
    "rust",
    "bash",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/harilvfs/carch/tree/main/carch-core"
resolver = "2"

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

[dependencies.crossterm]
version = "0.29"

[dependencies.env_logger]
version = "0.11.9"

[dependencies.fuzzy-matcher]
version = "0.3.7"

[dependencies.include_dir]
version = "0.7.3"

[dependencies.log]
version = "0.4.29"

[dependencies.oneshot]
version = "0.1.13"
features = ["std"]
default-features = false

[dependencies.portable-pty]
version = "0.9.0"

[dependencies.ratatui]
version = "0.29"
features = ["crossterm"]
default-features = false

[dependencies.reqwest]
version = "0.12.28"
features = [
    "blocking",
    "json",
    "rustls-tls",
    "blocking",
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "derive",
]
default-features = false

[dependencies.syntect]
version = "5.3.0"

[dependencies.tempfile]
version = "3.24.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.toml]
version = "1.0.1"
features = [
    "parse",
    "serde",
]
default-features = false

[dependencies.tui-term]
version = "0.2.0"
default-features = false

[dependencies.vt100-ctt]
version = "0.16.0"