[package]
edition = "2024"
rust-version = "1.85"
name = "langshell"
version = "0.2.1"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK for building stateful, capability-scoped LangShell runtimes."
homepage = "https://github.com/ldclabs/langshell"
documentation = "https://docs.rs/langshell"
readme = false
keywords = [
"ai",
"agents",
"sandbox",
"python",
"runtime",
]
categories = [
"api-bindings",
"asynchronous",
]
license = "Apache-2.0"
repository = "https://github.com/ldclabs/langshell"
resolver = "2"
[lib]
name = "langshell"
path = "src/lib.rs"
[[test]]
name = "sdk_runtime_registry"
path = "tests/sdk_runtime_registry.rs"
[dependencies.langshell-core]
version = "0.2"
[dependencies.langshell-tools]
version = "0.2"
[dependencies.serde_json]
version = "1"
[dev-dependencies.tokio]
version = "1"
features = ["full"]