[package]
edition = "2021"
name = "hydra-common"
version = "2.2.0"
authors = ["Matthew Downs <matthew@neer.ai>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hydra foundation contracts — engine identity and reportable-output interfaces shared by all engines and applications"
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_common"
path = "src/lib.rs"
[dependencies.serde]
version = "1"
features = ["derive"]
[dev-dependencies.serde_json]
version = "1"