bashkit-cli 0.1.12

Command line interface for Bashkit virtual bash interpreter
# 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 = "bashkit-cli"
version = "0.1.12"
authors = ["Everruns"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command line interface for Bashkit virtual bash interpreter"
readme = "README.md"
keywords = [
    "bash",
    "virtual",
    "ai",
    "agent",
    "everruns",
]
categories = [
    "command-line-utilities",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/everruns/bashkit"
resolver = "2"

[features]
default = []
realfs = ["bashkit/realfs"]
scripted_tool = ["bashkit/scripted_tool"]

[[bin]]
name = "bashkit"
path = "src/main.rs"
doc = false

[dependencies.anyhow]
version = "1"

[dependencies.bashkit]
version = "0.1.9"
features = [
    "http_client",
    "git",
]

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

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "sync",
    "macros",
    "io-util",
    "rt",
    "time",
    "macros",
    "net",
    "rt",
    "rt-multi-thread",
    "time",
]

[dev-dependencies.tempfile]
version = "3"