smartcrab 0.1.2

Core library for SmartCrab workflow orchestration engine
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 = "2024"
name = "smartcrab"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for SmartCrab workflow orchestration engine"
readme = false
license = "Apache-2.0"
repository = "https://github.com/takumi3488/smartcrab"

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

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

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

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

[dependencies.opentelemetry]
version = "0.31"
features = ["trace"]
default-features = false

[dependencies.opentelemetry-otlp]
version = "0.31"
features = [
    "trace",
    "grpc-tonic",
]

[dependencies.opentelemetry_sdk]
version = "0.31"
features = [
    "trace",
    "rt-tokio",
]

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

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-opentelemetry]
version = "0.32"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

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