quantlet 0.1.1

QuantLET is an open source, event-driven framework for rapid development and deployment of real-time analytical models intended to be executing in large scale.
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"
name = "quantlet"
version = "0.1.1"
authors = ["J Faleiro <j@falei.ro>"]
build = false
exclude = [
    ".github/",
    "Makefile",
    "chef.json",
    ".pre-commit-config.yaml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "QuantLET is an open source, event-driven framework for rapid development and deployment of real-time analytical models intended to be executing in large scale."
documentation = "https://docs.rs/quantlet"
readme = "README.md"
keywords = [
    "trading",
    "analytics",
    "financial",
    "simulation",
    "risk",
]
categories = [
    "algorithms",
    "data-structures",
]
license-file = "LICENSE"
repository = "https://github.com/jfaleiro/quantlet-rs"
resolver = "2"

[features]
agents = ["quantlet-agents"]
bigdata = ["quantlet-bigdata"]
full = [
    "agents",
    "bigdata",
    "reactives",
    "streams",
]
reactives = ["quantlet-reactives"]
streams = ["quantlet-streams"]

[lib]
name = "quantlet"
path = "src/lib.rs"
bench = false

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

[[bench]]
name = "bench_prelude"
path = "benches/bench_prelude.rs"
harness = false

[dependencies.log]
version = "0"

[dependencies.quantlet-agents]
version = "0"
optional = true

[dependencies.quantlet-bigdata]
version = "0"
optional = true

[dependencies.quantlet-reactives]
version = "0"
optional = true

[dependencies.quantlet-streams]
version = "0"
optional = true

[dependencies.thiserror]
version = "2"

[dev-dependencies.anyhow]
version = "1.0.101"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.figment]
version = "0.10"
features = ["test"]

[dev-dependencies.indoc]
version = "2.0.6"

[dev-dependencies.insta]
version = "1.41.1"
features = [
    "yaml",
    "filters",
]

[dev-dependencies.mockall]
version = "0.14.0"

[dev-dependencies.spectral]
version = "0.6.0"

[dev-dependencies.tokio]
version = "1.49.0"
features = [
    "full",
    "test-util",
]