smith-bus 0.1.2

NATS JetStream helpers for intent execution
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 = "smith-bus"
version = "0.1.2"
authors = ["Smith Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "NATS JetStream helpers for intent execution"
readme = false
keywords = [
    "nats",
    "jetstream",
    "messaging",
    "async",
]
categories = [
    "network-programming",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/sibyllinesoft/agentd"

[features]
default = []
nats-integration = []

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

[[bin]]
name = "validate-subject-abi"
path = "src/bin/validate-subject-abi.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"
required-features = ["nats-integration"]

[dependencies.anyhow]
version = "1.0"

[dependencies.async-nats]
version = "0.42"

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

[dependencies.clap]
version = "4.0"
features = ["derive"]

[dependencies.futures]
version = "0.3"

[dependencies.regex]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.time]
version = "0.3"

[dependencies.tokio]
version = "1.0"
features = [
    "full",
    "full",
]

[dependencies.tokio-retry]
version = "0.3"

[dependencies.tracing]
version = "0.1"

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

[dependencies.walkdir]
version = "2.3"

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

[dev-dependencies.test-log]
version = "0.2"

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