[package] name = "eth_gas_bot" version = "0.1.1" edition = "2021" authors = ["makemake "] license = "AGPL-3.0-only" description = "Pleroma bot for sending gas price alerts." readme = "README.md" homepage = "https://github.com/makemake-kbo/eth-gas-bot" repository = "https://github.com/makemake-kbo/eth-gas-bot" keywords = ["cli", "ethereum", "pleroma", "mastodon", "fediverse"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "4.3.19" megalodon = "0.8.9" reqwest = "0.11.18" serde = "1.0.179" tokio = "1.29.1" url = "2.4.0"