shiki-cli 0.8.0

shiki: CLI + TUI entrypoint
# 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 = "shiki-cli"
version = "0.8.0"
authors = ["Omar"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "shiki: CLI + TUI entrypoint"
readme = "README.md"
keywords = [
    "notes",
    "tui",
    "markdown",
    "git",
    "cli",
]
categories = [
    "command-line-utilities",
    "text-editors",
]
license = "MIT"
repository = "https://github.com/sazardev/shiki"

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.crossterm]
version = "0.28"

[dependencies.ratatui]
version = "0.29"

[dependencies.shiki-config]
version = "0.8.0"

[dependencies.shiki-core]
version = "0.8.0"

[dependencies.shiki-tui]
version = "0.8.0"

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

[dependencies.tracing]
version = "0.1"

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