[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"
[project]
name = "sagashield"
version = "0.1.2"
description = "ACID transactional Saga runtime, Step-0 security guardrail, and MCP server for autonomous AI agents."
readme = "README.md"
requires-python = ">=3.8"
license = { text = "MIT OR Apache-2.0" }
keywords = ["ai", "agents", "mcp", "transactions", "saga"]
dependencies = []
[project.optional-dependencies]
langchain = ["langchain-core>=0.2"]
[project.urls]
Repository = "https://github.com/sebastianmechno-sys/sagashield"
Documentation = "https://docs.rs/sagashield"
[tool.maturin]
bindings = "pyo3"
module-name = "sagashield._core"
python-source = "python"
features = ["python"]