hydra-engine-och 3.0.0

Hydra open-channel hydraulics simulation engine — early scaffold, not yet functional
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-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]