[package]
edition = "2024"
name = "quantlet-agents"
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 = "Synchronous and asynchronous agentic discrete-event simulation. This is related to the distribution and simulation facets defined as part of the financial language SIGMA."
documentation = "https://docs.rs/quantlet-agents"
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_agents"
path = "src/lib.rs"
bench = false
[dependencies]