# 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 = "rove" version = "0.1.1" authors = ["Ingrid Rebecca Abraham "] exclude = [ ".github/", "ansible/", "deploy.sh", "docs", "python_client/", ] description = "System for real time spatial and timeseries quality control of weather data" documentation = "https://docs.rs/rove" readme = "README.md" keywords = [ "qc", "quality_control", "weather", "meteorology", "climate", ] categories = ["science::geo"] license = "AGPL-3.0-only" repository = "https://github.com/metno/rove" [[bench]] name = "scalability_deliverable" harness = false [dependencies.async-trait] version = "0.1.73" [dependencies.chrono] version = "0.4.31" [dependencies.chronoutil] version = "0.2.6" [dependencies.futures] version = "0.3.21" [dependencies.olympian] version = "0.3.2" [dependencies.prost] version = "0.10.4" [dependencies.prost-types] version = "0.10" [dependencies.thiserror] version = "1.0.49" [dependencies.tokio] version = "1.33.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.8" features = ["net"] [dependencies.tonic] version = "0.7.2" [dependencies.tower] version = "0.4" [dependencies.tracing] version = "0.1.16" [dev-dependencies.criterion] version = "0.5.1" features = ["async_tokio"] [dev-dependencies.tempfile] version = "3.8.0" [build-dependencies.tonic-build] version = "0.7.2"