[package]
name = "balloon_tx_monolith"
version = "0.2.0"
edition = "2021"
license = "MIT"

[package.metadata.deb]
assets = [
       ["target/release/balloon_tx_monolith", "usr/bin/", "755"],
       ["debian/balloon_monolith.service", "/lib/systemd/system/balloon_monolith.service", "644"],
       ["config.toml.example", "/etc/balloon_tx/config.toml", "644"]
]
conf-files = ["/etc/balloon_tx/config.toml"]
maintainer-scripts = "debian/maintainer_scripts/"
copyright = "2023, Stephen D <@stephen:crabsin.space>"
maintainer = "Stephen D <@stephen:crabsin.space>"

[dependencies]
anyhow = "1.0.70"
aprs-parser = "0.4.0"
base64 = "0.21.0"
bitvec = "1.0.1"
crc = "3.0.1"
image = "0.24.6"
kiss-tnc = "0.2.2"
rppal = "0.14.1"
serde = { version = "1.0.160", features = ["derive"] }
sha3 = "0.10.7"
subprocess = "0.2.9"
tokio = { version = "1.27.0", features = ["full"] }
toml = "0.7.3"