converge-analytics 0.1.2

Analytics and ML training for Converge agents using Burn and Polars
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.85"
name = "converge-analytics"
version = "0.1.2"
authors = ["Kenneth Pernyer <kenneth@aprio.one>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Analytics and ML training for Converge agents using Burn and Polars"
documentation = "https://docs.rs/converge-analytics"
readme = "README.md"
keywords = [
    "analytics",
    "machine-learning",
    "burn",
    "polars",
    "converge",
]
categories = [
    "science",
    "mathematics",
]
license = "LicenseRef-Proprietary"
repository = "https://github.com/kpernyer/converge-analytics"

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

[[example]]
name = "agent_loop"
path = "examples/agent_loop.rs"

[[example]]
name = "training_flow"
path = "examples/training_flow.rs"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.bincode]
version = "2.0.0-rc.3"
features = ["serde"]

[dependencies.burn]
version = "0.20.0"
features = [
    "ndarray",
    "train",
]

[dependencies.converge-core]
version = "1.0"

[dependencies.converge-domain]
version = "0.2"

[dependencies.converge-provider]
version = "0.2"

[dependencies.ndarray]
version = "0.17.2"

[dependencies.polars]
version = "0.51.0"
features = [
    "csv",
    "lazy",
    "ndarray",
    "parquet",
    "rows",
]

[dependencies.proptest]
version = "1.5"

[dependencies.rand]
version = "0.8"

[dependencies.reqwest]
version = "0.12"
features = ["blocking"]

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

[dependencies.serde_json]
version = "1"