tap-http 0.7.0

HTTP server for the Transaction Authorization Protocol (TAP)
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 = "tap-http"
version = "0.7.0"
authors = ["Pelle Braendgaard <pelle@notabene.id>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP server for the Transaction Authorization Protocol (TAP)"
readme = "README.md"
license = "MIT"
repository = "https://github.com/TransactionAuthorizationProtocol/tap-rs"

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

[[bin]]
name = "mock-server"
path = "src/bin/mock-server.rs"

[[bin]]
name = "tap-http"
path = "src/main.rs"

[[bin]]
name = "tap-payment-simulator"
path = "src/bin/tap-payment-simulator.rs"

[[example]]
name = "http_event_logger_demo"
path = "examples/http_event_logger_demo.rs"

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

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

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

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

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

[dependencies.anyhow]
version = "1.0.99"

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

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1.0"

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

[dependencies.dirs]
version = "6.0"

[dependencies.env_logger]
version = "0.10"

[dependencies.futures]
version = "0.3"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
version = "1.6"
features = [
    "full",
    "server",
    "http1",
]

[dependencies.hyper-util]
version = "0.1"
features = ["tokio"]

[dependencies.log]
version = "0.4"

[dependencies.multibase]
version = "0.9"

[dependencies.pico-args]
version = "0.5"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tap-agent]
version = "0.7.0"

[dependencies.tap-caip]
version = "0.7.0"

[dependencies.tap-mcp]
version = "0.7.0"

[dependencies.tap-msg]
version = "0.7.0"

[dependencies.tap-node]
version = "0.7.0"
features = ["storage"]

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.47.1"
features = [
    "sync",
    "macros",
    "io-util",
    "rt",
    "time",
    "full",
]
default-features = false

[dependencies.tracing]
version = "0.1.37"

[dependencies.tracing-subscriber]
version = "0.3"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dependencies.warp]
version = "0.3"

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

[dev-dependencies.mockito]
version = "1.0"

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

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