[package]
edition = "2021"
rust-version = "1.88"
name = "cellos"
version = "0.5.4"
authors = ["CellOS contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CellOS — narrow-authority Rust execution cells with kubectl-style CLI. `cargo install cellos` ships the cellctl operator tool. cellos-server and cellos-supervisor publish separately."
homepage = "https://github.com/0ryant/CellOS"
documentation = "https://docs.rs/cellos"
readme = "README.md"
keywords = [
"cellos",
"cli",
"kubectl",
"sandbox",
"microvm",
]
categories = [
"command-line-utilities",
"virtualization",
"web-programming::http-client",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/0ryant/CellOS"
[[bin]]
name = "cellctl"
path = "src/main.rs"
[dependencies.cellos-ctl]
version = "0.5.4"
[lints.clippy]
doc_lazy_continuation = "allow"
doc_overindented_list_items = "allow"