bashkit-cli 0.1.2

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

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

[dependencies.anyhow]
version = "1"

[dependencies.bashkit]
version = "0.1.2"

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

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

[dependencies.serde_json]
version = "1"

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