aicx-progress-contracts 0.9.2

Rich event contracts for aicx pipeline progress: IndexEvent stream, telemetry snapshot, sink trait.
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"
rust-version = "1.91.1"
name = "aicx-progress-contracts"
version = "0.9.2"
authors = [
    "Maciej Gad <void@div0.space>",
    "Monika Szymanska <hello@vetcoders.io>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rich event contracts for aicx pipeline progress: IndexEvent stream, telemetry snapshot, sink trait."
homepage = "https://github.com/Loctree/aicx"
documentation = "https://docs.rs/aicx-progress-contracts"
readme = "README.md"
keywords = [
    "ai",
    "context",
    "progress",
    "telemetry",
    "events",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "BUSL-1.1"
repository = "https://github.com/Loctree/aicx"

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

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

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

[dependencies.serde_json]
version = "1.0"