gsm-core 0.3.2

Core types and platform abstractions for the Greentic messaging runtime.
Documentation
[dependencies.anyhow]
version = "1"

[dependencies.async-nats]
optional = true
version = "0.45"

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

[dependencies.axum]
features = ["macros", "json", "ws", "tokio"]
version = "0.8"

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1"

[dependencies.dashmap]
version = "6"

[dependencies.greentic-secrets]
version = "0.3"

[dependencies.greentic-types]
version = "0.3"

[dependencies.gsm-telemetry]
version = "0.3.0"

[dependencies.hmac]
version = "0.12"

[dependencies.http]
version = "1"

[dependencies.jsonschema]
version = "0.33"

[dependencies.jsonwebtoken]
features = ["rust_crypto"]
version = "10"

[dependencies.metrics]
version = "0.24"

[dependencies.once_cell]
version = "1"

[dependencies.redis]
features = ["tokio-comp", "connection-manager"]
optional = true
version = "0.32"

[dependencies.regex]
version = "1.12"

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

[dependencies.rusqlite]
features = ["bundled"]
optional = true
version = "0.37"

[dependencies.secrets-core]
package = "greentic-secrets-core"
version = "0.2"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.time]
features = ["macros", "parsing"]
version = "0.3"

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

[dependencies.tracing]
version = "0.1"

[dependencies.urlencoding]
version = "2"

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

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

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

[dev-dependencies.tower]
features = ["util", "limit", "timeout"]
version = "0.5"

[dev-dependencies.tower-http]
features = ["cors", "cors"]
version = "0.6"

[dev-dependencies.tracing-appender]
version = "0.2"

[dev-dependencies.tracing-subscriber]
features = ["fmt", "env-filter", "std"]
version = "0.3"

[dev-dependencies.tracing-test]
features = ["no-env-filter"]
version = "0.2"

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

[features]
adaptive-cards = []
default = ["adaptive-cards"]
directline_standalone = []
nats = ["dep:async-nats"]
store_redis = ["dep:redis"]
store_sqlite = ["dep:rusqlite"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Core types and platform abstractions for the Greentic messaging runtime."
edition = "2024"
license = "MIT"
name = "gsm-core"
readme = false
resolver = "2"
version = "0.3.2"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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