ore-kernel 0.0.1

The CLI tool for the ORE AI Kernel.
# 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 = "ore-kernel"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The CLI tool for the ORE AI Kernel."
readme = false
keywords = [
    "ai",
    "kernel",
    "llm",
    "local-ai",
    "cli",
]
categories = [
    "command-line-utilities",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Mahavishnu-K/ore-kernel"
resolver = "2"

[[bin]]
name = "ore-kernel"
path = "src/main.rs"

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

[dependencies.colored]
version = "3.1.1"

[dependencies.reqwest]
version = "0.13.2"
features = ["json"]

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