shannonshell 0.1.1

An AI-first shell with seamless access to bash, nushell, and any other shell
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 = "shannonshell"
version = "0.1.1"
build = "build.rs"
include = [
    "src/**/*.rs",
    "tests/**/*.rs",
    "build.rs",
    "completions/**/*.fish",
    "themes/**/*.theme",
    "tree-sitter-nu/**/*.c",
    "tree-sitter-nu/**/*.h",
    "tree-sitter-nu/**/*.json",
    "tree-sitter-nu/LICENSE",
    "Cargo.toml",
    "LICENSE",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An AI-first shell with seamless access to bash, nushell, and any other shell"
readme = "README.md"
keywords = [
    "shell",
    "nushell",
    "bash",
    "ai",
    "terminal",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/user/shannon"

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

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

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.chrono]
version = "0.4"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dirs]
version = "6"

[dependencies.nu-ansi-term]
version = "0.50.0"

[dependencies.nu-cli]
version = "0.111"
default-features = false

[dependencies.nu-cmd-lang]
version = "0.111"

[dependencies.nu-command]
version = "0.111"
features = ["os"]
default-features = false

[dependencies.nu-engine]
version = "0.111"
features = ["os"]

[dependencies.nu-parser]
version = "0.111"

[dependencies.nu-protocol]
version = "0.111"
features = ["os"]

[dependencies.reedline]
version = "0.46.0"
features = ["sqlite"]

[dependencies.rig-core]
version = "0.33"
features = ["reqwest-rustls"]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tempfile]
version = "3"

[dependencies.tokio]
version = "1"
features = ["rt-multi-thread"]

[dependencies.toml]
version = "0.8"

[dependencies.tree-sitter]
version = "0.26"

[dependencies.tree-sitter-bash]
version = "0.23"

[dependencies.tree-sitter-fish]
version = "3.6"

[dependencies.tree-sitter-language]
version = "0.1"

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

[build-dependencies.cc]
version = "1"

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

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