frost 0.1.16

A zsh-compatible shell written in Rust
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 = "frost"
version = "0.1.16"
authors = ["pleme-io"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A zsh-compatible shell written in Rust"
homepage = "https://github.com/pleme-io/frost"
readme = false
license = "MIT"
repository = "https://github.com/pleme-io/frost"
resolver = "2"

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

[[bin]]
name = "frost"
path = "src/main.rs"

[[test]]
name = "boot_harness"
path = "tests/boot_harness.rs"

[[test]]
name = "frostmourne_rc"
path = "tests/frostmourne_rc.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[[test]]
name = "mcp_state_lifecycle"
path = "tests/mcp_state_lifecycle.rs"

[[test]]
name = "param_expansion"
path = "tests/param_expansion.rs"

[[test]]
name = "path_enumeration"
path = "tests/path_enumeration.rs"

[[test]]
name = "persona_pty"
path = "tests/persona_pty.rs"

[[test]]
name = "rc_summary_parity"
path = "tests/rc_summary_parity.rs"

[[test]]
name = "zsh_compat"
path = "tests/zsh_compat.rs"

[[test]]
name = "zsh_differential"
path = "tests/zsh_differential.rs"

[[test]]
name = "ztst_bridge"
path = "tests/ztst_bridge.rs"

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

[dependencies.crossterm]
version = "0.29"

[dependencies.frost-builtins]
version = "0.1.16"

[dependencies.frost-complete]
version = "0.1.16"

[dependencies.frost-config]
version = "0.1.16"

[dependencies.frost-exec]
version = "0.1.16"

[dependencies.frost-history]
version = "0.1.16"

[dependencies.frost-lexer]
version = "0.1.16"

[dependencies.frost-lisp]
version = "0.1.16"

[dependencies.frost-mcp]
version = "0.1.16"

[dependencies.frost-options]
version = "0.1.16"

[dependencies.frost-parser]
version = "0.1.16"

[dependencies.frost-prompt]
version = "0.1.16"

[dependencies.frost-zle]
version = "0.1.16"

[dependencies.ishou-tokens]
version = "0.1.3"

[dependencies.kanshou]
version = "0.1.5"

[dependencies.libc]
version = "0.2"

[dependencies.miette]
version = "7"
features = ["fancy"]

[dependencies.parking_lot]
version = "0.12"

[dependencies.serde_json]
version = "1"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.async-trait]
version = "0.1"

[dev-dependencies.frost-exec]
version = "0.1.16"

[dev-dependencies.frost-lisp]
version = "0.1.16"

[dev-dependencies.libc]
version = "0.2"

[dev-dependencies.nix]
version = "0.29"
features = [
    "signal",
    "process",
    "fs",
    "term",
]

[dev-dependencies.reedline]
version = "0.42"

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

[dev-dependencies.thiserror]
version = "2"