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 = "2021"
name = "glyph-cli"
version = "0.0.1"
authors = ["hxphsts@kernelx.ai"]
build = false
publish = true
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "𐲜"
homepage = "https://kernelx.ai"
readme = false
license = "Apache-2.0"

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

[[bin]]
name = "glyph-cli"
path = "src/main.rs"

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

[dependencies.crossterm]
version = "0.28"

[dependencies.glyph-core]
version = "0.0.1"

[dependencies.regex]
version = "1.10"

[dependencies.thiserror]
version = "2.0"

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