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