stynx-code 3.12.0

stynx-code — interactive AI coding assistant
# 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 = "stynx-code"
version = "3.12.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "stynx-code — interactive AI coding assistant"
readme = "README.md"
license = "MIT"
repository = "https://github.com/maulanasdqn/stynx-code"

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

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

[dependencies.base64]
version = "0.22"

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

[dependencies.crossterm]
version = "0.28"

[dependencies.dotenvy]
version = "0.15"

[dependencies.getrandom]
version = "0.2"

[dependencies.indicatif]
version = "0.17"

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

[dependencies.serde_json]
version = "1"

[dependencies.stynx-code-auth]
version = "3.1.0"

[dependencies.stynx-code-commands]
version = "3.1.0"

[dependencies.stynx-code-config]
version = "3.1.0"

[dependencies.stynx-code-engine]
version = "3.1.0"

[dependencies.stynx-code-errors]
version = "3.1.0"

[dependencies.stynx-code-memory]
version = "3.1.0"

[dependencies.stynx-code-permission]
version = "3.1.0"

[dependencies.stynx-code-provider]
version = "3.1.0"

[dependencies.stynx-code-tools]
version = "3.1.0"

[dependencies.stynx-code-tui]
version = "3.1.0"

[dependencies.stynx-code-types]
version = "3.1.0"

[dependencies.syntect]
version = "5"
features = [
    "default-themes",
    "default-syntaxes",
    "regex-fancy",
]
default-features = false

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

[dependencies.tracing]
version = "0.1"

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