[[bin]]
name = "powers"
path = "src/main.rs"
[dependencies.chrono]
version = "0.4.41"
[dependencies.csv]
version = "1.3.1"
[dependencies.highs-sys]
version = "1.6.4"
[dependencies.rand]
version = "0.9.0"
[dependencies.rand_distr]
version = "0.5.1"
[dependencies.rand_xoshiro]
version = "0.7.0"
[dependencies.rayon]
version = "1.10.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.140"
[lib]
name = "powers_rs"
path = "src/lib.rs"
[package]
authors = ["Rogerio Alves"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "An implementation of the Stochastic Dual Dynamic Programming (SDDP) algorithm in pure Rust, for the hydrothermal dispatch problem."
edition = "2021"
keywords = ["stochastic", "linear", "optimization", "hydrothermal", "SDDP"]
license = "MIT"
name = "powers-rs"
readme = "README.md"
repository = "https://github.com/rjmalves/powers"
version = "0.2.0"
[profile.dist]
inherits = "release"
lto = "thin"