rove 0.2.1

System for real time spatial and timeseries quality control of weather data
Documentation
[[bench]]
harness = false
name = "scalability_deliverable"
path = "benches/scalability_deliverable.rs"

[build-dependencies.protobuf-src]
version = "2.1.1"

[build-dependencies.tonic-build]
version = "0.13.0"

[dependencies.async-trait]
version = "0.1.88"

[dependencies.chrono]
version = "0.4.40"

[dependencies.chronoutil]
version = "0.2.7"

[dependencies.futures]
version = "0.3.31"

[dependencies.olympian]
version = "0.5.1"

[dependencies.prost]
version = "0.13.5"

[dependencies.prost-types]
version = "0.13.5"

[dependencies.serde]
features = ["derive"]
version = "1.0.219"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
features = ["full"]
version = "1.44.1"

[dependencies.tokio-stream]
features = ["net"]
version = "0.1.17"

[dependencies.toml]
version = "0.8.20"

[dependencies.tonic]
version = "0.13.0"

[dependencies.tower]
features = ["util"]
version = "0.5.2"

[dependencies.tracing]
version = "0.1.16"

[dev-dependencies.criterion]
features = ["async_tokio"]
version = "0.5.1"

[dev-dependencies.hyper-util]
version = "0.1.11"

[dev-dependencies.tempfile]
version = "3.10.1"

[lib]
name = "rove"
path = "src/lib.rs"

[package]
authors = ["Ingrid Rebecca Abraham <git@ingrids.email>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["science::geo"]
description = "System for real time spatial and timeseries quality control of weather data"
documentation = "https://docs.rs/rove"
edition = "2021"
exclude = [".github/", "ansible/", "deploy.sh", "docs", "python_client/"]
keywords = ["qc", "quality_control", "weather", "meteorology", "climate"]
license = "AGPL-3.0-only"
name = "rove"
readme = "README.md"
repository = "https://github.com/metno/rove"
version = "0.2.1"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"