converge-analytics 3.7.3

Analytics and ML pipeline for Converge agents
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.94.0"
name = "converge-analytics"
version = "3.7.3"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Analytics and ML pipeline for Converge agents"
readme = false
license = "MIT"
repository = "https://github.com/Reflective-Lab/converge"
resolver = "2"

[features]
default = []
excel = ["dep:calamine"]
storage = ["dep:converge-storage"]

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.bincode]
version = "1.3"

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

[dependencies.calamine]
version = "0.34"
optional = true

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

[dependencies.converge-optimization]
version = "3.7.3"

[dependencies.converge-pack]
version = "3.7.3"
features = ["strum"]

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

[dependencies.converge-storage]
version = "3.7.3"
features = ["local"]
optional = true
default-features = false

[dependencies.ndarray]
version = "0.17.2"

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

[dependencies.proptest]
version = "1.5"

[dependencies.rand]
version = "0.8"

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

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

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.tokio]
version = "1.48"
features = [
    "full",
    "macros",
    "sync",
]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.converge-kernel]
version = "3.7.3"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.trybuild]
version = "1"

[lints.clippy]
assigning_clones = "allow"
cast_lossless = "allow"
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
cloned_instead_of_copied = "allow"
collapsible_if = "allow"
comparison_chain = "allow"
default_constructed_unit_structs = "allow"
default_trait_access = "allow"
derivable_impls = "allow"
doc_markdown = "allow"
elidable_lifetime_names = "allow"
enum_glob_use = "allow"
explicit_iter_loop = "allow"
extend_with_drain = "allow"
field_reassign_with_default = "allow"
float_cmp = "allow"
format_collect = "allow"
format_push_string = "allow"
if_not_else = "allow"
if_same_then_else = "allow"
ignore_without_reason = "allow"
ignored_unit_patterns = "allow"
implicit_clone = "allow"
implicit_hasher = "allow"
items_after_statements = "allow"
large_enum_variant = "allow"
len_zero = "allow"
manual_clamp = "allow"
manual_is_multiple_of = "allow"
manual_let_else = "allow"
manual_midpoint = "allow"
manual_range_contains = "allow"
manual_string_new = "allow"
many_single_char_names = "allow"
map_unwrap_or = "allow"
match_same_arms = "allow"
missing_errors_doc = "allow"
missing_fields_in_debug = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
needless_borrow = "allow"
needless_pass_by_value = "allow"
needless_range_loop = "allow"
needless_raw_string_hashes = "allow"
neg_multiply = "allow"
no_effect_underscore_binding = "allow"
overly_complex_bool_expr = "allow"
redundant_closure_for_method_calls = "allow"
ref_option = "allow"
ref_option_ref = "allow"
return_self_not_must_use = "allow"
semicolon_if_nothing_returned = "allow"
should_implement_trait = "allow"
similar_names = "allow"
single_char_pattern = "allow"
single_match_else = "allow"
struct_excessive_bools = "allow"
struct_field_names = "allow"
too_many_arguments = "allow"
too_many_lines = "allow"
trivially_copy_pass_by_ref = "allow"
uninlined_format_args = "allow"
unnecessary_literal_bound = "allow"
unnecessary_map_or = "allow"
unnecessary_wraps = "allow"
unreadable_literal = "allow"
unused_async = "allow"
unused_self = "allow"
vec_init_then_push = "allow"
wildcard_imports = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"