guild_core 0.1.0

Minimal state machine for request-based work coordination.
[dependencies.anyhow]
version = "1.0.100"

[dependencies.dotenv]
version = "0.15.0"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.148"

[dependencies.sqlx]
features = ["runtime-tokio", "sqlite"]
version = "0.8.3"

[dependencies.tokio]
features = ["full"]
version = "1"

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

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

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

[package]
authors = ["Khatm Peers <khatm.peers@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming"]
description = "Minimal state machine for request-based work coordination."
documentation = "https://docs.rs/guild-core"
edition = "2024"
homepage = "https://github.com/khatmpeers/GuildCore"
include = ["src/**/*", "migrations/**/*", "Cargo.toml", "README.md", "LICENSE-MIT", "LICENSE-APACHE", ".env", ".sqlx/**/*"]
keywords = ["request", "commission", "guild", "cooperative"]
license = "MIT OR Apache-2.0"
name = "guild_core"
readme = "README.md"
repository = "https://github.com/khatmpeers/GuildCore"
version = "0.1.0"