car-messaging 0.31.0

Multi-channel approval-transport adapters (iMessage + Slack) for the CAR daemon — inbound poller/orchestrator, Slack wire parsing, per-channel config/allowlist/pairing. Extracted from car-server-core (#418) to cut its test-binary link footprint.
# 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 = "car-messaging"
version = "0.31.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-channel approval-transport adapters (iMessage + Slack) for the CAR daemon — inbound poller/orchestrator, Slack wire parsing, per-channel config/allowlist/pairing. Extracted from car-server-core (#418) to cut its test-binary link footprint."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/Parslee-ai/car"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.base64]
version = "0.22"

[dependencies.car-ffi-common]
version = "0.31.0"

[dependencies.car-proto]
version = "0.31.0"

[dependencies.car-registry]
version = "0.31.0"

[dependencies.car-secrets]
version = "0.31.0"

[dependencies.car-server-types]
version = "0.31.0"

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

[dependencies.futures]
version = "0.3"

[dependencies.futures-util]
version = "0.3"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

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

[dependencies.tokio-tungstenite]
version = "0.27"

[dependencies.tracing]
version = "0.1"

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

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