gsm-core 0.4.21

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-interfaces-host]
version = "0.4"

[dependencies.greentic-interfaces-wasmtime]
optional = true
version = "0.4"

[dependencies.greentic-pack]
version = "0.4"

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

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

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

[dependencies.hmac]
version = "0.12"

[dependencies.http]
version = "1"

[dependencies.jsonschema]
version = "0.38"

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

[dependencies.metrics]
version = "0.24"

[dependencies.once_cell]
version = "1"

[dependencies.packc]
version = "0.4"

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

[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.38"

[dependencies.schemars]
features = ["derive", "derive"]
version = "1"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml_bw]
version = "2.4.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"

[dependencies.wasmtime]
features = ["component-model"]
optional = true
version = "40"

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

[dev-dependencies.greentic-flow]
version = "0.4"

[dev-dependencies.insta]
features = ["json", "json"]
version = "1"

[dev-dependencies.semver]
version = "1"

[dev-dependencies.serde_json]
version = "1"

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

[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"

[[example]]
name = "wasmtime_host"
path = "examples/wasmtime_host.rs"
required-features = ["component-host"]

[features]
adaptive-cards = []
component-host = ["dep:wasmtime"]
default = ["adaptive-cards"]
directline_standalone = []
nats = ["dep:async-nats"]
proptest = ["dep:proptest"]
providers-bundle-tests = ["component-host"]
store_sqlite = ["dep:rusqlite"]
testkit = []

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[[test]]
name = "render_planner_golden"
path = "tests/render_planner_golden.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"