[package]
edition = "2024"
name = "bnto-shell"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shell command processor for Bnto engine — execute external CLI tools"
homepage = "https://bnto.io"
readme = "README.md"
keywords = [
"cli",
"shell",
"command",
"pipeline",
"processor",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/Develonaut/bnto"
resolver = "2"
[lib]
name = "bnto_shell"
crate-type = ["rlib"]
path = "src/lib.rs"
[dependencies.bnto-core]
version = "0.1.3"
[dependencies.serde_json]
version = "1.0"