[package] name = "albatross" version = "0.6.1" authors = ["Joey Hines "] edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] structopt = "0.3.20" serde = { version="1.0.116", features=["derive"] } config = "0.15.13" log = "0.4.8" chrono = "0.4" regex = "1.3.9" flate2 = "1.0.14" tar = "0.4.28" reqwest = { version = "0.12.22", features = ["blocking", "json"] } discord-hooks-rs = { git = "https://github.com/joeyahines/discord-hooks-rs" } anvil-region = "0.8.1" ssh2 = "0.9.1" ftp = "3.0.1" env_logger = "0.11.8" thiserror = "2.0.12"