rove 0.3.0

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-prost-build]
version = "0.14.1"

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

[dependencies.chrono]
version = "0.4.42"

[dependencies.chronoutil]
version = "0.2.7"

[dependencies.olympian]
version = "0.5.1"

[dependencies.prost]
version = "0.14.1"

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

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

[dependencies.thiserror]
version = "2.0.17"

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

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

[dependencies.toml]
version = "0.9.8"

[dependencies.tonic]
version = "0.14.1"

[dependencies.tonic-prost]
version = "0.14.2"

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

[dependencies.tracing]
version = "0.1.41"

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

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

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

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

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