agent-inbox-protocol 0.1.0

Agent inbox protocol abstracts queryable data as email.
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 = "2024"
name = "agent-inbox-protocol"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent inbox protocol abstracts queryable data as email."
readme = false
license = "Apache-2.0"
resolver = "2"

[features]
client = ["dep:reqwest"]
default = []
server = [
    "dep:axum",
    "dep:tokio",
]

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

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

[dependencies.async-trait]
version = "0.1.89"

[dependencies.axum]
version = "0.8.8"
optional = true

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

[dependencies.claudius]
version = "0.19.0"

[dependencies.reqwest]
version = "0.12"
features = ["json"]
optional = true

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

[dependencies.serde_json]
version = "1.0.147"

[dependencies.tokio]
version = "1"
features = ["sync"]
optional = true

[dev-dependencies.async-trait]
version = "0.1.89"

[dev-dependencies.axum]
version = "0.8.8"

[dev-dependencies.chrono]
version = "0.4.42"
features = ["serde"]

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "net",
    "rt-multi-thread",
    "sync",
]