[package]
edition = "2021"
name = "hydra-engine-och"
version = "3.0.0"
authors = ["Matthew Downs <matthew@neer.ai>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hydra open-channel hydraulics simulation engine — early scaffold, not yet functional"
homepage = "https://github.com/neeraip/hydra"
documentation = "https://neeraip.github.io/hydra/"
readme = "README.md"
keywords = [
"water",
"hydraulics",
"simulation",
"engine",
]
categories = [
"science",
"simulation",
]
license = "AGPL-3.0-only"
repository = "https://github.com/neeraip/hydra"
[lib]
name = "hydra_engine_och"
path = "src/lib.rs"
[dependencies]