quantlet-bigdata 0.1.1

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
# 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-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]