apple-code-assistant 0.1.1

Apple Code Assistant - Professional CLI tool powered by Apple Intelligence for on-device code generation
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 = "apple-code-assistant"
version = "0.1.1"
authors = ["Apple Code Assistant"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Apple Code Assistant - Professional CLI tool powered by Apple Intelligence for on-device code generation"
homepage = "https://github.com/bbrangeo/apple-code"
documentation = "https://docs.rs/apple-code-assistant"
readme = "README.md"
keywords = [
    "cli",
    "ai",
    "apple-intelligence",
    "codegen",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/bbrangeo/apple-code"

[package.metadata]
exclude = [
    ".env",
    "env copy.example",
    "config.toml",
    ".apple-code-history",
    ".cursor*",
    "terminals",
]

[badges.maintenance]
status = "experimental"

[features]
apple_ai = [
    "dep:apple_ai",
    "dep:tokio",
]
default = ["apple_ai"]

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

[[bin]]
name = "apple-code"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.apple_ai]
version = "0.1"
optional = true

[dependencies.arboard]
version = "3"

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

[dependencies.ctrlc]
version = "3"

[dependencies.dirs]
version = "5"

[dependencies.dotenvy]
version = "0.15"

[dependencies.env_logger]
version = "0.11"

[dependencies.glob]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.owo-colors]
version = "4"

[dependencies.rustyline]
version = "15"

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

[dependencies.serde_json]
version = "1"

[dependencies.syntect]
version = "5"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
]
optional = true

[dependencies.toml]
version = "0.8"

[dependencies.uuid]
version = "1"
features = ["v4"]