hydra-sdk 1.0.2

Water distribution network simulator — EPANET-compatible extended-period simulation
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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