quantlet-reactives 0.1.2

A declarative paradigm that allows the definition of what has to be done through reactive relationships, letting the computational representation automatically take care of when to do it, and which results are produced, similar to cells in an electronic spreadsheet representing values and a formula.
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-reactives"
version = "0.1.2"
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 = "A declarative paradigm that allows the definition of what has to be done through reactive relationships, letting the computational representation automatically take care of when to do it, and which results are produced, similar to cells in an electronic spreadsheet representing values and a formula."
documentation = "https://docs.rs/quantlet-reactives"
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_reactives"
path = "src/lib.rs"
bench = false

[dependencies]