mecomp-prost 0.7.0

Protobuf definitions and utilities for the MECOMP daemon and clients.
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"
name = "mecomp-prost"
version = "0.7.0"
authors = ["Anthony Rubick <68485672+AnthonyMichaelTDM@users.noreply.github.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Protobuf definitions and utilities for the MECOMP daemon and clients."
readme = "README.md"
keywords = [
    "music",
    "player",
    "audio",
    "mecomp",
    "analysis",
]
categories = ["multimedia"]
license = "MIT"
repository = "https://github.com/AnthonyMichaelTDM/mecomp"
resolver = "2"

[package.metadata.cargo-machete]
ignored = [
    "prost",
    "prost-types",
    "tonic-prost",
]

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

[dependencies.log]
version = "0.4.29"

[dependencies.mecomp-core]
version = "=0.7.0"
default-features = false

[dependencies.mecomp-storage]
version = "=0.7.0"
default-features = false

[dependencies.prost]
version = "0.14.3"

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

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.49.0"
features = ["time"]

[dependencies.tonic]
version = "0.14.2"

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

[dependencies.tracing]
version = "0.1.44"

[build-dependencies.tonic-prost-build]
version = "0.14.2"
default-features = false

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(tarpaulin_include)"]