mirror of
https://codeberg.org/icewind/prometheus-mdns-rs.git
synced 2026-06-03 09:54:21 +02:00
22 lines
No EOL
580 B
TOML
22 lines
No EOL
580 B
TOML
[package]
|
|
name = "prometheus-mdns-sd-rs"
|
|
version = "0.1.0"
|
|
authors = ["Robin Appelman <robin@icewind.nl>"]
|
|
edition = "2018"
|
|
description = "mDNS service discovery for prometherus"
|
|
license = "MIT OR Apache-2.0"
|
|
readme = "README.md"
|
|
repository = "https://github.com/icewind1991/prometheus-mdns-rs"
|
|
keywords = ["mdns", "prometheus"]
|
|
|
|
[dependencies]
|
|
mdns = "2"
|
|
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
atomicwrites = "0.3"
|
|
main_error = "0.1"
|
|
futures-util = "0.3"
|
|
|
|
[profile.release]
|
|
lto = true |