[package]
edition = "2024"
name = "quantlet-bigdata"
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 = "Support for reactive use cases that must reply on very large data: infinite reactive graphs (infinite spreadsheets) associated to non-structured repositories. Reactives are organized in distributed nodes, allowing for automatic persistence and in memory allocation beyond the limits of one single computer."
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"
[lib]
name = "quantlet_bigdata"
path = "src/lib.rs"
bench = false
[dependencies]