[package]
edition = "2021"
name = "elworthy"
version = "0.1.3"
authors = ["Alejandro Soto Franco"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust JIT compiler that specialises Bismut-Elworthy-Li formulas into SIMD kernels for unbiased Monte Carlo Greeks on non-stationary SDEs."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/alejandro-soto-franco/elworthy"
[[bin]]
name = "elworthy"
path = "src/main.rs"
[dependencies.anyhow]
version = "1"
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.elworthy-codegen]
version = "0.1.3"
[dependencies.elworthy-diff]
version = "0.1.3"
[dependencies.elworthy-expr]
version = "0.1.3"
[dependencies.elworthy-rt]
version = "0.1.3"
[dependencies.elworthy-weight]
version = "0.1.3"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]