[package]
edition = "2021"
name = "simple-agents-ffi"
version = "0.2.31"
authors = ["SimpleAgents Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "C-compatible FFI bindings for SimpleAgents"
homepage = "https://github.com/CraftsMan-Labs/SimpleAgents"
documentation = "https://docs.rs/simple-agent-type"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/CraftsMan-Labs/SimpleAgents"
[lib]
name = "simple_agents_ffi"
crate-type = [
"cdylib",
"staticlib",
"rlib",
]
path = "src/lib.rs"
[[test]]
name = "ffi_contract"
path = "tests/ffi_contract.rs"
[dependencies.async-trait]
version = "0.1"
[dependencies.futures-util]
version = "0.3"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.simple-agent-type]
version = "0.2.0"
[dependencies.simple-agents-core]
version = "0.2.31"
[dependencies.simple-agents-healing]
version = "0.2.31"
[dependencies.simple-agents-providers]
version = "0.2.31"
[dependencies.simple-agents-workflow]
version = "0.2.31"
[dependencies.tokio]
version = "1.35"
features = ["full"]