infrastore-server 0.2.0

gRPC server + Rust client for infrastore
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 = "2024"
rust-version = "1.94.0"
name = "infrastore-server"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "gRPC server + Rust client for infrastore"
homepage = "https://natlabrockies.github.io/infrastore/"
readme = "README.md"
keywords = [
    "time-series",
    "grpc",
    "server",
    "energy",
    "infrastore",
]
categories = [
    "network-programming",
    "science",
]
license = "BSD-3-Clause"
repository = "https://github.com/NatLabRockies/infrastore"
resolver = "2"

[features]
default = ["vendored"]
vendored = [
    "infrastore-core/vendored",
    "infrastore-proto/vendored",
]

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

[[bin]]
name = "infrastore-server"
path = "src/bin/server.rs"

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

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

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

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

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.infrastore-core]
version = "0.2.0"
default-features = false

[dependencies.infrastore-proto]
version = "0.2.0"
default-features = false

[dependencies.prost]
version = "0.14"

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

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "signal",
    "sync",
]

[dependencies.toml]
version = "0.8"

[dependencies.tonic]
version = "0.14"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.ndarray]
version = "0.16"

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

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "signal",
    "sync",
    "test-util",
]

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