channel_plugin 0.2.0

The fastest, most secure and extendable digital workforce platform
Documentation
[dependencies.anyhow]
version = "1.0.98"

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

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

[dependencies.dashmap]
version = "6.1.0"

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.schemars]
version = "1.0.2"

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.strum]
version = "0.27.1"

[dependencies.strum_macros]
version = "0.27.1"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
features = ["rt-multi-thread", "macros", "sync", "process", "io-std", "io-util", "time"]
version = "1.45.1"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-appender]
version = "0.2.3"

[dependencies.tracing-subscriber]
features = ["env-filter", "fmt"]
version = "0.3.19"

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

[features]
default = []
test-utils = []

[lib]
crate-type = ["rlib"]
name = "channel_plugin"
path = "src/lib.rs"

[package]
authors = ["maarten <maarten@greentic.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The fastest, most secure and extendable digital workforce platform"
edition = "2024"
license = "MIT"
name = "channel_plugin"
readme = false
repository = "https://github.com/greentic-ai/greentic"
version = "0.2.0"