agentic-connect 0.1.0

Universal external interface engine for AI agents — 18 protocols, Connection Souls, circuit breakers, encrypted vault
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "agentic-connect"
version = "0.1.0"
authors = ["Agentra Labs <contact@agentralabs.tech>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Universal external interface engine for AI agents — 18 protocols, Connection Souls, circuit breakers, encrypted vault"
homepage = "https://agentralabs.tech"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "connectivity",
    "mcp",
    "protocol",
]
categories = [
    "network-programming",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/agentralabs/agentic-connect"

[features]
browser = []
default = [
    "http",
    "format",
]
email = []
format = [
    "dep:lz4_flex",
    "dep:memmap2",
    "dep:blake3",
]
full = [
    "http",
    "format",
    "browser",
    "ssh",
    "email",
    "telephony",
]
http = ["dep:reqwest"]
ssh = []
telephony = []

[lib]
name = "agentic_connect"
path = "src/lib.rs"

[[test]]
name = "edge_cases"
path = "tests/edge_cases.rs"

[[test]]
name = "paper_claims"
path = "tests/paper_claims.rs"

[[test]]
name = "stress_test"
path = "tests/stress_test.rs"

[[test]]
name = "types_test"
path = "tests/types_test.rs"

[dependencies.agentic-sdk]
version = "0.2.0"

[dependencies.blake3]
version = "1"
optional = true

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.lz4_flex]
version = "0.11"
optional = true

[dependencies.memmap2]
version = "0.9"
optional = true

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "multipart",
    "cookies",
    "rustls-tls",
]
optional = true

[dependencies.ring]
version = "0.17"

[dependencies.rusqlite]
version = "0.31"
features = ["bundled"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.35"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

[dependencies.uuid]
version = "1.6"
features = [
    "v4",
    "serde",
]

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio-test]
version = "0.4"