datex_cli 0.0.9

The standalone DATEX CLI
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 = "datex_cli"
version = "0.0.9"
authors = [
    "Benedikt Strehle <benedikt@unyt.org>",
    "Jonas Strehle <jonas@unyt.org>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The standalone DATEX CLI"
readme = false
license = "MIT"

[lib]
name = "datex_cli"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

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

[dependencies.colored]
version = "3.1.1"

[dependencies.crossterm]
version = "0.28.1"

[dependencies.datex-core]
version = "0.0.9"
features = [
    "target_native",
    "decompiler",
    "syntax_highlighting_legacy",
    "compiler",
    "lsp_tokio",
    "allow_unsigned_blocks",
]
default-features = false

[dependencies.datex-native]
version = "0.0.9"

[dependencies.flexi_logger]
version = "0.31.8"

[dependencies.home]
version = "0.5.11"

[dependencies.ratatui]
version = "0.29.0"

[dependencies.rustyline]
version = "15.0.0"

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

[dependencies.serde_json]
version = "1.0.145"

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

[build-dependencies.serde_json]
version = "1.0.145"

[build-dependencies.toml]
version = "0.8"