[package]
edition = "2024"
name = "mecomp-prost"
version = "0.7.1"
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.1"
default-features = false
[dependencies.mecomp-storage]
version = "=0.7.1"
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)"]