lumesh 0.18.2

a lighting shell ⚡ bash alternative
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 = "lumesh"
version = "0.18.2"
authors = ["Santo; Superiums; Adam McDaniel"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a lighting shell ⚡ bash alternative"
homepage = "https://www.lumesh.cc.cd"
documentation = "https://www.lumesh.cc.cd/doc"
readme = "README.md"
license = "MIT"
repository = "https://codeberg.org/santo/lumesh"

[features]
ai-https = [
    "dep:ureq",
    "dep:serde",
]
ai-tls = ["dep:native-tls"]
cli = ["dep:clap"]
default = ["cli"]
runner = []

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

[[bin]]
name = "lume"
path = "src/cli.rs"
required-features = ["cli"]

[[bin]]
name = "lume-se"
path = "src/runner.rs"
required-features = ["runner"]

[[example]]
name = "compare"
path = "examples/compare.rs"

[[example]]
name = "trace"
path = "examples/trace.rs"

[[bench]]
name = "parser_benchmark"
path = "benches/parser_benchmark.rs"
harness = false

[dependencies.chrono]
version = "0.4.45"
features = [
    "clock",
    "std",
]
default-features = false

[dependencies.clap]
version = "4.6.1"
features = ["derive"]
optional = true

[dependencies.common_macros]
version = "0.1.1"

[dependencies.crossterm]
version = "0.29.0"
features = ["bracketed-paste"]

[dependencies.csv]
version = "1.4.0"

[dependencies.detached-str]
version = "0.1"

[dependencies.dirs]
version = "6.0"

[dependencies.dunce]
version = "1.0.5"

[dependencies.glob]
version = "0.3.3"

[dependencies.inquire]
version = "0.9.4"
features = [
    "date",
    "editor",
]

[dependencies.native-tls]
version = "^0.2"
optional = true

[dependencies.nom]
version = "7.0"

[dependencies.os_info]
version = "3.15.0"
default-features = false

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

[dependencies.rand]
version = "0.10.1"

[dependencies.regex-lite]
version = "0.1.9"

[dependencies.rpassword]
version = "7.5.4"

[dependencies.rustc-hash]
version = "2.1.2"

[dependencies.serde]
version = "^1.0"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1.0.144"

[dependencies.tabled]
version = "0.21.0"

[dependencies.textwrap]
version = "0.16.2"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tinyjson]
version = "2.5.1"

[dependencies.toml]
version = "1.1.2"

[dependencies.unicode-width]
version = "0.2.0"

[dependencies.ureq]
version = "^3.3.0"
features = ["json"]
optional = true

[dev-dependencies.criterion]
version = "0.8.2"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(unix)".dependencies.nix]
version = "0.31.3"
features = [
    "term",
    "ioctl",
    "signal",
]

[target."cfg(windows)".dependencies.winapi]
version = "0.3.9"
features = [
    "wincon",
    "processenv",
    "winbase",
]

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"
strip = true