[package]
edition = "2021"
name = "hydra-sdk"
version = "1.0.2"
authors = ["Matthew Downs <matthew@neer.ai>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Water distribution network simulator — EPANET-compatible extended-period simulation"
homepage = "https://github.com/neeraip/hydra"
documentation = "https://neeraip.github.io/hydra/"
readme = "README.md"
keywords = [
"epanet",
"water",
"hydraulics",
"simulation",
"network",
]
categories = [
"science",
"simulation",
]
license = "AGPL-3.0-only"
repository = "https://github.com/neeraip/hydra"
[lib]
name = "hydra_sdk"
path = "src/lib.rs"
[dependencies.hydra-engine-wds]
version = "1.0.2"